You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for creating this script, much appreciated. I just tried running it on the original Star Trek series and unfortunately I got the following error:
Generate Episode NFO: Star Trek - 1x01 - The Man Trap [/TV Shows/Star Trek (1966)/Season 01/Star Trek (1966) - S01E01 - The Man Trap.nfo]
No such property: image for class: net.filebot.web.EpisodeInfo
groovy.lang.MissingPropertyException: No such property: image for class: net.filebot.web.EpisodeInfo
at Script1$_fetchEpisodeNfo_closure2$_closure3.doCall(Script1.groovy:26)
at Script1$_fetchEpisodeNfo_closure2$_closure3.doCall(Script1.groovy)
at Script1$_fetchEpisodeNfo_closure2.doCall(Script1.groovy:10)
at Script1$_fetchEpisodeNfo_closure2.doCall(Script1.groovy)
at net.filebot.cli.ScriptShellBaseClass.XML(Unknown Source)
at Script1.fetchEpisodeNfo(Script1.groovy:9)
at Script1$_run_closure1.doCall(Script1.groovy:89)
at Script1.run(Script1.groovy:80)
at net.filebot.cli.ScriptShell.evaluate(Unknown Source)
at net.filebot.cli.ScriptShell.runScript(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)
Seems to be caused by line 26 in the script that is used to generate the thumb entry in the nfo file. Any chance this can be fixed without removing the thumb entry? I was hoping to use that info from the nfo file to download the thumb and store it along with the nfo file.
The text was updated successfully, but these errors were encountered:
Yup, that was it. BTW, is there any word on when version 4.9.5 will be released officially (the Docker container I use won't get updated with the new version until the official release)?
Thanks for creating this script, much appreciated. I just tried running it on the original Star Trek series and unfortunately I got the following error:
Seems to be caused by line 26 in the script that is used to generate the thumb entry in the nfo file. Any chance this can be fixed without removing the thumb entry? I was hoping to use that info from the nfo file to download the thumb and store it along with the nfo file.
The text was updated successfully, but these errors were encountered: