Page 1 of 1

plugins errors

PostPosted: Sun Sep 02, 2012 9:45 pm
by tuareg64ve
Hello,

I want to let you know that I am getting the following errors:

  Code:
/home/marco/TV/serviio-1.0.1/plugins/NHLGameCenterPlugin.groovy: 9: unable to resolve class groovyx.net.http.ContentType
 @ line 9, column 1.
   import static groovyx.net.http.ContentType.*
   ^

/home/marco/TV/serviio-1.0.1/plugins/NHLGameCenterPlugin.groovy: 9: unable to resolve class groovyx.net.http.ContentType
 @ line 9, column 1.
   import static groovyx.net.http.ContentType.*
   ^

/home/marco/TV/serviio-1.0.1/plugins/NHLGameCenterPlugin.groovy: 52: unable to resolve class HTTPBuilder
 @ line 52, column 16.
                def tvHttp = new HTTPBuilder(tvAuthUrl);
                  ^

/home/marco/TV/serviio-1.0.1/plugins/NHLGameCenterPlugin.groovy: 104: unable to resolve class HTTPBuilder
 @ line 104, column 16.
                def tvHttp = new HTTPBuilder(tvReqUrl);
                  ^

/home/marco/TV/serviio-1.0.1/plugins/NHLGameCenterPlugin.groovy: 137: unable to resolve class HTTPBuilder
 @ line 137, column 22.
                                def tvGameHttp = new HTTPBuilder('http://gamecenter.nhl.com');


Is the any way to avoid this?

Re: plugins errors

PostPosted: Wed Sep 05, 2012 9:10 pm
by zip
the NHL plugin requires additional libraries, chech the plugin's thread