Skip to content
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

nfo.groovy Script Error #68

Closed
HarryMuscle opened this issue Feb 1, 2022 · 3 comments
Closed

nfo.groovy Script Error #68

HarryMuscle opened this issue Feb 1, 2022 · 3 comments

Comments

@HarryMuscle
Copy link

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.

@rednoah
Copy link
Member

rednoah commented Feb 2, 2022

Please try FileBot 4.9.5 (beta) since some of these properties may have been added recently:
https://www.filebot.net/forums/viewtopic.php?t=1609

@HarryMuscle
Copy link
Author

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)?

@rednoah
Copy link
Member

rednoah commented Feb 3, 2022

Maybe next week. Maybe next months. We're still waiting for win32 builds of JDK 17.0.2.

@rednoah rednoah closed this as completed Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants