[BROKEN] MyEpisodes update-mes.groovy doesn't work anymore

All your suggestions, requests and ideas for future development
Post Reply
raw808
Posts: 1
Joined: Yesterday, 17:22

[BROKEN] MyEpisodes update-mes.groovy doesn't work anymore

Post by raw808 »

Hi there,
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)
User avatar
rednoah
The Source
Posts: 24671
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [BROKEN] MyEpisodes update-mes.groovy doesn't work anymore

Post by rednoah »

:idea: I guess update-mes.groovy is dead then. We don't plan on maintaining the page scraper forever.

:arrow: That said, there seems to be an API now though nowadays, so we could possibly consider writing a new MyEpisodes integration script from scratch if anyone is still using this kind of feature:
https://api.myepisodes.com/docs
:idea: Please read the FAQ and How to Request Help.
Post Reply