Exception in LM14

Any questions? Need some help?
Post Reply
User avatar
ashfallen0
Power User
Posts: 32
Joined: 14 Jan 2012, 10:44

Exception in LM14

Post by ashfallen0 »

Running the AMC script with transmission-gtk latest in Linux Mint 14 Cinnamon, and everything was firing away nicely(the anidb gzip error I already saw the response to) and when downloading a movie, the script didn't fire. I'm getting the following from the terminal output:
My command:

Code: Select all

filebot -script svn:amc --output "/media/ash/localstore/clean" --action move --conflict override -non-strict --def "seriesFormat=TV/{n.replaceAll(\":\", replacement = \" - \")}/{n.replaceAll(\":\", replacement = \" - \")} - {'S'+s.pad(2)}E{e.pad(2)} - {t} [{hpi}][{resolution} {vc}-{ac}]" "animeFormat=Anime/{n.replaceAll(\":\", replacement = \" - \")}/{n.replaceAll(\":\", replacement = \" - \")} - {'S'+(episode.season ? s : 1).pad(2)}E{e.pad(2)} - {t} [{hpi}][{resolution} {vc}-{ac}]" "movieFormat=Movies/{n.replaceAll(\":\", replacement = \" - \")}/{n.replaceAll(\":\", replacement = \" - \")} - ({y}) - [{hpi}][{resolution} {vc}-{ac}]" "musicFormat=Music/{n}/{fn}" --def music=y --def clean=y "ut_dir=/media/ash/localstore/.fun/What Women Want (2000)" "ut_kind=multi" "ut_title=What Women Want (2000)"
what the terminal spits out:

Code: Select all

Parameter: seriesFormat = TV/{n.replaceAll(":", replacement = " - ")}/{n.replaceAll(":", replacement = " - ")} - {'S'+s.pad(2)}E{e.pad(2)} - {t} [{hpi}][{resolution} {vc}-{ac}]
Parameter: animeFormat = Anime/{n.replaceAll(":", replacement = " - ")}/{n.replaceAll(":", replacement = " - ")} - {'S'+(episode.season ? s : 1).pad(2)}E{e.pad(2)} - {t} [{hpi}][{resolution} {vc}-{ac}]
Parameter: movieFormat = Movies/{n.replaceAll(":", replacement = " - ")}/{n.replaceAll(":", replacement = " - ")} - ({y}) - [{hpi}][{resolution} {vc}-{ac}]
Parameter: musicFormat = Music/{n}/{fn}
Parameter: music = y
Parameter: clean = y
Parameter: ut_dir = /media/ash/localstore/.fun/What Women Want (2000)
Parameter: ut_kind = multi
Parameter: ut_title = What Women Want (2000)
Input: /media/ash/localstore/.fun/What Women Want (2000)/What.Women.Want.2000.720p.BrRip.x264.YIFY.mp4
Input: /media/ash/localstore/.fun/What Women Want (2000)/What.Women.Want.2000.720p.BrRip.x264.YIFY.srt
What.Women.Want.2000.720p.BrRip.x264.YIFY.mp4 [series: Women, movie: What Women Want (2000)]
MissingMethodException: No signature of method: java.lang.String.normalizePunctuation() is applicable for argument types: () values: []
groovy.lang.MissingMethodException: No signature of method: java.lang.String.normalizePunctuation() is applicable for argument types: () values: []
	at Script3$_run_closure29_closure52.doCall(Script3.groovy:125)
	at Script3$_run_closure29.doCall(Script3.groovy:126)
	at Script3.run(Script3.groovy:105)
	at net.sourceforge.filebot.cli.ScriptShell.evaluate(Unknown Source)
	at net.sourceforge.filebot.cli.ScriptShell.runScript(Unknown Source)
	at net.sourceforge.filebot.cli.ArgumentProcessor.process(Unknown Source)
	at net.sourceforge.filebot.Main.main(Unknown Source)
Failure (°_°)
Is this possibly a tvrage overuse issue or something else unrelated?
Image PHPBB3 hates me.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Exception in LM14

Post by rednoah »

The latest amc.groovy has become incompatible with v3.4, so use fn:amc until v3.5 is out next week.
:idea: Please read the FAQ and How to Request Help.
User avatar
ashfallen0
Power User
Posts: 32
Joined: 14 Jan 2012, 10:44

Re: Exception in LM14

Post by ashfallen0 »

Thanks again rednoah!
Image PHPBB3 hates me.
Post Reply