Page 1 of 1

TED Talk groovy V2.1 doesn't work

PostPosted: Wed Sep 13, 2017 4:08 am
by ljstrickler
I just upgraded to Serviio 1.9 and tried using the TED Talk Groovy at the command line and it complains about extracting the multi location string

  Code:
dad@HP-xw4600 ~/serviio-1.9 $ groovy -cp lib/serviio.jar:lib/slf4j-api.jar:lib/slf4j-log4j12.jar:lib/log4j.jar:lib/org.restlet.jar plugins/TED.groovy
PluginName               : TED
TestMatch                : true
Sep 12, 2017 9:03:13 PM org.restlet.engine.connector.HttpClientHelper start
INFO: Starting the internal HTTP client
Caught: java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0)
java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0)
   at TED$_extractItems_closure1.doCall(TED.groovy:28)
   at TED.extractItems(TED.groovy:26)
   at TED.main(TED.groovy:82)


Any ideas? I'm not a Groovy or Java programmer.

Re: TED Talk groovy V2.1 doesn't work

PostPosted: Wed Sep 13, 2017 10:42 am
by bolzass
Hi!,
It seems a bug (https://bitbucket.org/xnejp03/serviio/issues/1020/user-rating-not-working-for-series), and has been resolved for version 1.9.1

BR

Re: TED Talk groovy V2.1 doesn't work

PostPosted: Wed Sep 13, 2017 11:14 am
by zip
plugin need to be updated, they probably changed their html so it doesn't work anymore

Re: TED Talk groovy V2.1 doesn't work

PostPosted: Thu Sep 14, 2017 8:26 am
by bolzass
zip wrote:plugin need to be updated, they probably changed their html so it doesn't work anymore


So the problem was because of "TheTVDB"! :o

Thanks zip!