Serviio problem on Raspberry Pi
Hi. Have Raspberry Pi model B, installed Raspbian 2014-09-09 and Serviio 1.4.1.2 encountered with some problems:
1. Serviio not start on boot. I use ssh-client to configure raspberry and when i run the server, it works as long as there is a connection. Connection drops - the server stops. I would be very grateful if someone explained to me how to run the server, independent of the ssh-connection, because i am a newbie in Linux.
2. Problem with some plugins.
Seasonvar
Vimeo
I do not understand why these plugins do not work. But the problem is clearly not in them. When I first installed serviio these versions the plugin works fine. Plus I checked on windows version - no problem. After the second installation (I changed the SD card) started to appear these errors. So I will take any help in solving this problem.
Thanks and sorry for bad english.
1. Serviio not start on boot. I use ssh-client to configure raspberry and when i run the server, it works as long as there is a connection. Connection drops - the server stops. I would be very grateful if someone explained to me how to run the server, independent of the ssh-connection, because i am a newbie in Linux.
2. Problem with some plugins.
Seasonvar
- Code:
WARN [FeedUpdaterThread] An error occured while parsing the online resource http://seasonvar.ru/serial-10725-Elementarno-3-season.html, will try again soon: Unexpected error while invoking plugin (SeasonVar): The operation took more than 30000 ms and has been cancelled.
org.serviio.library.online.metadata.OnlineResourceParseException: Unexpected error while invoking plugin (SeasonVar): The operation took more than 30000 ms and has been cancelled.
at org.serviio.library.online.WebResourceParser.parse(WebResourceParser.java:78)
at org.serviio.library.online.OnlineLibraryManager.findResource(OnlineLibraryManager.java:181)
at org.serviio.library.online.OnlineLibraryManager.findResourceInCacheOrParse(OnlineLibraryManager.java:198)
at org.serviio.library.online.metadata.FeedUpdaterThread.getOnlineItems(FeedUpdaterThread.java:185)
at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:108)
Caused by: java.lang.RuntimeException: The operation took more than 30000 ms and has been cancelled.
at org.serviio.library.online.PluginExecutionProcessor.execute(PluginExecutionProcessor.java:64)
at org.serviio.library.online.WebResourceUrlExtractor.parseWebResource(WebResourceUrlExtractor.java:29)
at org.serviio.library.online.WebResourceParser.parse(WebResourceParser.java:76)
... 4 more
Vimeo
- Code:
WARN [FeedUpdaterThread] An error occured while parsing the online resource http://vimeo.com/platigeimage/video/rss, will try again soon: Error during feed reading. Message: http://vimeo.com/platigeimage/video/rss
org.serviio.library.online.metadata.OnlineResourceParseException: Error during feed reading. Message: http://vimeo.com/platigeimage/video/rss
at org.serviio.library.online.feed.FeedParser.parse(FeedParser.java:108)
at org.serviio.library.online.OnlineLibraryManager.findResource(OnlineLibraryManager.java:179)
at org.serviio.library.online.OnlineLibraryManager.findResourceInCacheOrParse(OnlineLibraryManager.java:198)
at org.serviio.library.online.metadata.FeedUpdaterThread.getOnlineItems(FeedUpdaterThread.java:185)
at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:108)
Caused by: java.io.FileNotFoundException: http://vimeo.com/platigeimage/video/rss
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1888)
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1883)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1882)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1455)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
at org.serviio.util.HttpClient.retrieveStreamFromConnection(HttpClient.java:181)
at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:77)
at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:93)
at org.serviio.library.online.feed.FeedParser.parseFeedStream(FeedParser.java:116)
at org.serviio.library.online.feed.FeedParser.parse(FeedParser.java:88)
... 4 more
Caused by: java.io.FileNotFoundException: http://vimeo.com/platigeimage/video/rss
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at org.serviio.util.HttpClient.retrieveStreamFromConnection(HttpClient.java:172)
... 8 more
I do not understand why these plugins do not work. But the problem is clearly not in them. When I first installed serviio these versions the plugin works fine. Plus I checked on windows version - no problem. After the second installation (I changed the SD card) started to appear these errors. So I will take any help in solving this problem.
Thanks and sorry for bad english.