Kodi Community Forum

Full Version: MediaBrowser giving invalid url error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am trying to get MediaBrowser working. Note, I have it working with Windows Media Center but am trying to migrate (by and large) to Kodi (why wouldn't you? Smile )

I'm using the latest Kodi stable release and have enabled the MediaBrowser Add-On as well as confirming the url, port and login information. Note, I have MB and Kodi on the same machine with Windows 8.1 installed with the latest patches.


I enabled logging but seem to be getting inconsistent errors. But having said that, most seem to centre around accessing the url which at one stage the url being called was:
http://192.168.1.3:8096/mediabrowser/Ite...t=original

Certainly, I can browse to: http://localhost:8096/mediabrowser/web/dashboard.html and around the mediabrowser web interface.

Part of the log that seems relevant is:

16:08:11 T:5084 NOTICE: Unable to connect to 192.168.1.3:8096 : timed out
16:08:11 T:5084 NOTICE: XBMB3C SkinHelperThread -> [XBMB3C SkinHelperThread] exception in SetMB3WindowProperties: timed out
16:08:11 T:1536 NOTICE: Unable to connect to 192.168.1.3:8096 : timed out
16:08:11 T:1536 ERROR: Exception in thread Thread-2:
Traceback (most recent call last):
File "C:\Program Files (x86)\Kodi\system\python\Lib\threading.py", line 810, in __bootstrap_inner
self.run()
File "C:\Users\Matthew\AppData\Roaming\Kodi\addons\plugin.video.xbmb3c\resources\lib\InProgressItems.py", line 44, in run
self.updateInProgress()
File "C:\Users\Matthew\AppData\Roaming\Kodi\addons\plugin.video.xbmb3c\resources\lib\InProgressItems.py", line 69, in updateInProgress
userid = downloadUtils.getUserId()
File "C:\Users\Matthew\AppData\Roaming\Kodi\addons\plugin.video.xbmb3c\resources\lib\DownloadUtils.py", line 58, in getUserId
authOk = self.authenticate()
File "C:\Users\Matthew\AppData\Roaming\Kodi\addons\plugin.video.xbmb3c\resources\lib\DownloadUtils.py", line 110, in authenticate
resp = self.downloadUrl(url, postBody=messageData, type="POST", authenticate=False)
File "C:\Users\Matthew\AppData\Roaming\Kodi\addons\plugin.video.xbmb3c\resources\lib\DownloadUtils.py", line 449, in downloadUrl
conn.request(method=type, url=urlPath, body=postBody, headers=head)
File "C:\Program Files (x86)\Kodi\system\python\Lib\httplib.py", line 995, in request
...

any thoughts?

thanks

Matt