Jump to content

XBMC Helix


JDizzy

Recommended Posts

JDizzy

Anyone using this with the new Helix.... I am trying but getting script errors.

I am using a FireTV (or trying to find a usage for it)....

Edited by JDizzy
Link to comment
Share on other sites

  • 3 weeks later...

bump, any signs of kodimb3 on the horizon ?

 

Yes of course, however it is alpha and we should not put our developers in a position of stress by expecting them to react to unstable changes made by other software components. Helix was in alpha on 8/18 and it still is today, therefore, there is no need to bump because nothing has changed. If you are already trying to use it as your everyday system then you have unrealistic expectations.

  • Like 1
Link to comment
Share on other sites

im85288

Agreed, it's far too early to jump on the Helix bandwagon...I know there's some nice new features there such as a much improved PVR...but then the next question will be why our skins do not support Helix.

 

Though as xnappo says, we need logs to even give an assessment.

Link to comment
Share on other sites

Sorry guys, I was not using Helix, but as pointed out pvr devs are drinking the Helix juice now and has left Gotham city. That's why I asked, I had interest in testing and was wondering if MB3 plugin was working. 

 

So as it happens, I tested it now. Installed git version a few days old and version 0.9.5 was working fine. However when I added the repo listed here and it installed an update, that's when it stopped working. If anyone is interested this is the log output:

 

(I have no idea who stephan is and /home/stephan is not on my system, but it seems to be coded into openelec somehow)

 

 
OpenELEC:/ # ping 192.168.10.205
PING 192.168.10.205 (192.168.10.205): 56 data bytes
64 bytes from 192.168.10.205: seq=0 ttl=64 time=1.604 ms
 
 
23:20:42 T:140001631266560  NOTICE: -->Python Interpreter Initialized<--
23:20:42 T:140001951258368  NOTICE: script.grab.fanart: Grab Fanart Service Started
23:20:43 T:140001631266560  NOTICE: XBMB3C InProgressUpdaterThread -> Log Level:0
23:20:43 T:140001631266560  NOTICE: XBMB3C RecentInfoUpdaterThread -> Log Level:0
23:20:43 T:140001329260288  NOTICE: Unable to connect to 192.168.10.205:8096 : [Errno 101] Network is unreachable
23:20:43 T:140001631266560  NOTICE: XBMB3C RandomInfoUpdaterThread -> Log Level:0
23:20:43 T:140001320867584  NOTICE: Unable to connect to 192.168.10.205:8096 : [Errno 101] Network is unreachable
23:20:43 T:140001631266560  NOTICE: XBMB3C NextUpUpdaterThread -> Log Level:0
23:20:43 T:140001035679488  NOTICE: Unable to connect to 192.168.10.205:8096 : [Errno 101] Network is unreachable
23:20:43 T:140001631266560  NOTICE: XBMB3C SuggestedUpdaterThread -> Log Level:0
23:20:43 T:140001027286784  NOTICE: Unable to connect to 192.168.10.205:8096 : [Errno 101] Network is unreachable
23:20:43 T:140001631266560  NOTICE: XBMB3C WebSocketThread -> Log Level:0
23:20:43 T:140001018894080  NOTICE: Unable to connect to 192.168.10.205:8096 : [Errno 101] Network is unreachable
23:20:43 T:140001631266560  NOTICE: XBMB3C LoadMenuOptionsThread -> Log Level:0
23:20:43 T:140001631266560  NOTICE: XBMB3C BackgroundRotationThread -> Log Level:0
23:20:43 T:140001010501376  NOTICE: XBMB3C WebSocketThread -> WebSocketThread getWebSocketPort urlopen : [Errno socket error] [Errno 101] Network is unreachable (http://192.168.10.205:8096/mediabrowser/System/Info?format=json)
23:20:43 T:140001631266560  NOTICE: XBMB3C ThemeMusicThread -> Log Level:0
23:20:43 T:140001631266560  NOTICE: XBMB3C InfoUpdaterThread -> Log Level:0
23:20:43 T:140001002108672  NOTICE: XBMB3C LoadMenuOptionsThread -> LoadMenuOptionsThread -> Error Parsing favourites.xml : [Errno 2] No such file or directory: '/storage/.xbmc/userdata/favourites.xml'
23:20:44 T:140000993715968  NOTICE: Unable to connect to 192.168.10.205:8096 : [Errno 101] Network is unreachable
23:20:44 T:140001631266560  NOTICE: XBMB3C Service -> starting monitor service
23:20:44 T:140000985323264  NOTICE: Unable to connect to 192.168.10.205:8096 : [Errno 101] Network is unreachable
23:20:44 T:140000893069056  NOTICE: XBMB3 -> HTTP Image Proxy Server Starting
23:20:49 T:140000985323264  NOTICE: Get User unable to connect to 192.168.10.205:8096 : [Errno 101] Network is unreachable
23:20:49 T:140001329260288  NOTICE: Previous line repeats 6 times.
23:20:49 T:140001329260288  NOTICE: HTTP response error: 400 Bad Request
23:20:49 T:140000993715968  NOTICE: Previous line repeats 3 times.
23:20:49 T:140000993715968  NOTICE: HTTP response error: 404 Not Found
23:20:49 T:140001027286784  NOTICE: HTTP response error: 400 ArgumentNullException
23:20:49 T:140001018894080  NOTICE: HTTP response error: 422 InvalidOperationException
23:20:49 T:140000867890944  NOTICE: Thread BackgroundLoader start, auto delete: false
23:20:56 T:140001018894080  NOTICE: HTTP response error: 422 InvalidOperationException
23:20:56 T:140001018894080   ERROR: Exception in thread Thread-5:
                                            Traceback (most recent call last):
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
                                              File "/storage/.xbmc/addons/plugin.video.xbmb3c/resources/lib/SuggestedItems.py", line 67, in run
                                                self.updateSuggested()
                                              File "/storage/.xbmc/addons/plugin.video.xbmb3c/resources/lib/SuggestedItems.py", line 98, in updateSuggested
                                                result = json.loads(jsonData)
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/__init__.py", line 326, in loads
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 366, in decode
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
                                            ValueError: No JSON object could be decoded
23:20:56 T:140001027286784  NOTICE: HTTP response error: 400 ArgumentNullException
23:20:56 T:140001027286784   ERROR: Exception in thread Thread-4:
                                            Traceback (most recent call last):
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
                                              File "/storage/.xbmc/addons/plugin.video.xbmb3c/resources/lib/NextUpItems.py", line 65, in run
                                                self.updateNextUp()
                                              File "/storage/.xbmc/addons/plugin.video.xbmb3c/resources/lib/NextUpItems.py", line 97, in updateNextUp
                                                result = json.loads(jsonData)
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/__init__.py", line 326, in loads
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 366, in decode
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
                                            ValueError: No JSON object could be decoded
23:20:56 T:140000993715968  NOTICE: HTTP response error: 404 Not Found
23:20:56 T:140000993715968   ERROR: Exception in thread Thread-8:
                                            Traceback (most recent call last):
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
                                              File "/storage/.xbmc/addons/plugin.video.xbmb3c/resources/lib/BackgroundLoader.py", line 66, in run
                                                self.updateArtLinks()
                                              File "/storage/.xbmc/addons/plugin.video.xbmb3c/resources/lib/BackgroundLoader.py", line 265, in updateArtLinks
                                                result01 = self.updateCollectionArtLinks()
                                              File "/storage/.xbmc/addons/plugin.video.xbmb3c/resources/lib/BackgroundLoader.py", line 314, in updateCollectionArtLinks
                                                result = json.loads(jsonData)
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/__init__.py", line 326, in loads
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 366, in decode
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
                                            ValueError: No JSON object could be decoded
23:20:56 T:140001320867584  NOTICE: HTTP response error: 400 Bad Request
23:20:56 T:140001320867584   ERROR: Exception in thread Thread-2:
                                            Traceback (most recent call last):
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
                                              File "/storage/.xbmc/addons/plugin.video.xbmb3c/resources/lib/RecentItems.py", line 49, in run
                                                self.updateRecent()
                                              File "/storage/.xbmc/addons/plugin.video.xbmb3c/resources/lib/RecentItems.py", line 90, in updateRecent
                                                result = json.loads(jsonData)
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/__init__.py", line 326, in loads
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 366, in decode
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
                                            ValueError: No JSON object could be decoded
23:20:57 T:140001035679488  NOTICE: HTTP response error: 400 Bad Request
23:20:57 T:140001035679488   ERROR: Exception in thread Thread-3:
                                            Traceback (most recent call last):
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
                                              File "/storage/.xbmc/addons/plugin.video.xbmb3c/resources/lib/RandomItems.py", line 48, in run
                                                self.updateRandom()
                                              File "/storage/.xbmc/addons/plugin.video.xbmb3c/resources/lib/RandomItems.py", line 79, in updateRandom
                                                result = json.loads(jsonData)
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/__init__.py", line 326, in loads
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 366, in decode
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
                                            ValueError: No JSON object could be decoded
23:20:57 T:140000985323264  NOTICE: HTTP response error: 400 Bad Request
23:20:57 T:140000985323264   ERROR: Exception in thread Thread-10:
                                            Traceback (most recent call last):
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
                                              File "/storage/.xbmc/addons/plugin.video.xbmb3c/resources/lib/InfoUpdater.py", line 42, in run
                                                self.updateInfo()
                                              File "/storage/.xbmc/addons/plugin.video.xbmb3c/resources/lib/InfoUpdater.py", line 74, in updateInfo
                                                result = json.loads(jsonData)
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/__init__.py", line 326, in loads
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 366, in decode
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
                                            ValueError: No JSON object could be decoded
23:20:57 T:140001329260288  NOTICE: HTTP response error: 400 Bad Request
23:20:57 T:140001329260288   ERROR: Exception in thread Thread-1:
                                            Traceback (most recent call last):
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
                                              File "/storage/.xbmc/addons/plugin.video.xbmb3c/resources/lib/InProgressItems.py", line 71, in run
                                                self.updateInProgress()
                                              File "/storage/.xbmc/addons/plugin.video.xbmb3c/resources/lib/InProgressItems.py", line 104, in updateInProgress
                                                result = json.loads(jsonData)
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/__init__.py", line 326, in loads
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 366, in decode
                                              File "/home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
                                            ValueError: No JSON object could be decoded
Edited by KRA
Link to comment
Share on other sites

that's why I added the ping output.

 

 telnet 192.168.10.205 8096
c
HTTP/1.1 400 Bad Request
Content-Type: text/html; charset=utf-8
Server: Mono-HTTPAPI/1.0
Date: Sat, 06 Sep 2014 22:19:32 GMT
Content-Length: 52
Connection: close
 
<h1>Bad Request (Invalid request line (parts).)</h1>Connection closed by foreign host
Edited by KRA
Link to comment
Share on other sites

From the same computer:

 

telnet 192.168.10.205 8096


 

HTTP/1.1 200 OK

X-UA-Compatible: IE=Edge

Vary: Accept

X-Powered-By: ServiceStack/4.00 Unix/Mono

Access-Control-Allow-Origin: *

Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS

Access-Control-Allow-Headers: Content-Type, Authorization, Range, X-MediaBrowser-Token

Content-Type: application/json; charset=utf-8

Server: Mono-HTTPAPI/1.0

Date: Sat, 06 Sep 2014 22:27:30 GMT

Content-Length: 1043

Connection: close

 

{"OperatingSystem":"Unix 3.13.0.32","IsRunningAsService":false,"MacAddress":"00-0C-29-37-41-86","LocalAddress":"http://192.168.10.205:8096","HasPendingRestart":true,"IsNetworkDeployed":false,"InProgressInstallations":[],"WebSocketPortNumber":8096,"CompletedInstallations":[{"Id":"d5f0934f32e04263aebd6e6e4571b24c","Name":"Video Bookmarks","Version":"1.0.5360.41294","UpdateClass":"Release","PercentComplete":100}],"SupportsNativeWebSocket":true,"CanSelfRestart":false,"CanSelfUpdate":false,"FailedPluginAssemblies":[],"ProgramDataPath":"/home/hts/MB3/ProgramData-Server","ItemsByNamePath":"/home/hts/MB3/ProgramData-Server/ImagesByName","CachePath":"/mnt/NTFS/ts","LogPath":"/home/hts/MB3/ProgramData-Server/logs","InternalMetadataPath":"/home/hts/MB3/ProgramData-Server/data/metadata","TranscodingTempPath":"/mnt/NTFS/ts","HttpServerPortNumber":8096,"WanAddress":"http://********:8096","HasUpdateAvailable":false,"SupportsAutoRunAtStartup":false,"ServerName":"hts","Version":"3.0.5347.23908","Id":"07ea5db6-74a5-3ca4-1275-2bc70e2ec700"}Connection closed by foreign host

Edited by KRA
Link to comment
Share on other sites

Ignore the above.

 

It's working again. I guess openelec boots into kodi to fast so the plugin was trying to connect before the wifi connection was established and thus failed. 

 

SO YES, PLUGIN SEEMS TO BE WORKING FINE WITH KODI GIT VERSION.

Link to comment
Share on other sites

im85288

Cool, you know there is an option in the openelec network settings to make it wait for a network connection before starting xbmc? I have to use it on one of my machines.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...