-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrapper for DMM Seems to be Broken #325
Comments
Broken due to age check on DMM.jo.co site. Pull request to handle the age check: #326 |
I have the same problem as yours, the DMM can not be accessed for one month. |
Could you please give me a working release jar? Many thanks, jia19870807@163.com |
Hi, |
DMM scraper may still be broken because it uses grammarchecker.net to do JP to EN translations. I've observed that site is not reliable (perhaps due to too many calls?). If the call to that site returns nothing, DMM scraper will not have English data. Try enabling Preference -> Translation -> Scrape JAV Movies in Japanese Instead Of English If DMM scraper returns JP data, then you know the translation is down. You can try waiting a day to see if EN translation is working again. |
I just tested DMM scraping and the translation feature is not working. Indeed, this is due to grammarcheck.net not returning translations. It will look like this: I also went to test https://grammarchecker.net/translate/ and the translation feature is not working. |
Thank you 👍 |
@koonfoon : Hello, can you share me your jar file, i'm trying to build a jar file but no luck, thank you very much. |
Hi @koonfoon, which JDK you used to setup this project? Thanks in advanced |
@JK0304 @neko29ssn |
@tonyzzz321 : I successfully create a jar file thanks for your guide but bad new is i can't open it, hope you can help me out. |
It work like a charm :D |
@JK0304 |
@tonyzzz321 is right. But this should be fixed in master. I need to fix few more things and i will do a new release |
Oh man, i use the latest Gradle version, that's why i can't open jar file, it's working now, thank you very much for your help, cheers |
@Wizell May I suggest committing the Gradle Wrapper to repository. This should remove issues with Gradle version compatibility. JAVMovieScraper\gradle\wrapper\gradle-wrapper.jar |
Thank you for the solution! It works!! |
For building a jar from my repo, see #335 (comment) Hopefully, @Wizell will approve the PR and build the next official release. |
The scrapper for DMM appears to be broken. Would be great if it can be fixed.
Thanks
The text was updated successfully, but these errors were encountered: