myepisodes.com recently changed the website, especially the login and probably other functions as well.
This broke the groovy script to update the acquired status.
I tried just to change /login.php to now /login/ but that's not enough and I currently can't work on that. Can anybody help and update the script?
Btw. this is what the log shows currently:
Code: Select all
Sep 11, 2026 3:47:10 PM java.net.CookieManager put
SEVERE: Invalid cookie for https://www.myepisodes.com/login.php:
Error (o_O)
HTTP error fetching URL. Status=403, URL=[https://www.myepisodes.com/login.php]
org.jsoup.HttpStatusException: HTTP error fetching URL. Status=403, URL=[https://www.myepisodes.com/login.php]
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:912)
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:851)
at org.jsoup.helper.HttpConnection.execute(HttpConnection.java:345)
at MyEpisodesScraper.login(__script_e610e0934f9c8abeb046cfebdcf39150:59)
at MyEpisodesScraper.get(__script_e610e0934f9c8abeb046cfebdcf39150:66)
at MyEpisodesScraper.getShowList(__script_e610e0934f9c8abeb046cfebdcf39150:100)
at Script.run(Script:10)
at net.filebot.GroovyEngine.eval(Unknown Source)
at net.filebot.cli.ScriptShell.evaluate(Unknown Source)
at net.filebot.cli.ArgumentProcessor.runScript(Unknown Source)
at net.filebot.cli.ArgumentProcessor.run(Unknown Source)
at net.filebot.Main.main(Unknown Source)
HTTP error fetching URL. Status=403, URL=[https://www.myepisodes.com/login.php]
org.jsoup.HttpStatusException: HTTP error fetching URL. Status=403, URL=[https://www.myepisodes.com/login.php]
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:912)
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:851)
at org.jsoup.helper.HttpConnection.execute(HttpConnection.java:345)
at MyEpisodesScraper.login(__script_e610e0934f9c8abeb046cfebdcf39150:59)
at MyEpisodesScraper.get(__script_e610e0934f9c8abeb046cfebdcf39150:66)
at MyEpisodesScraper.getShowList(__script_e610e0934f9c8abeb046cfebdcf39150:100)
at Script.run(Script:10)
at net.filebot.GroovyEngine.eval(Unknown Source)
at net.filebot.cli.ScriptShell.evaluate(Unknown Source)
at net.filebot.cli.ArgumentProcessor.runScript(Unknown Source)
at net.filebot.cli.ArgumentProcessor.run(Unknown Source)
at net.filebot.Main.main(Unknown Source)
Error (o_O)