Linux Netflixbmc not working
#1
Hi,

just installed Netflixbmc and wanted to test it.
Actually not working. Log says the following:

Code:
20:53:12 T:140465781315328  NOTICE: Thread LanguageInvoker start, auto delete: false
20:53:12 T:140465781315328  NOTICE: -->Python Interpreter Initialized<--
20:53:12 T:140465781315328  NOTICE: URL: http://api-global.netflix.com/desktop/odp/episodes?languages=&forceEpisodes=true&routing=redirect&video=80010655&country=DE
20:53:13 T:140465781315328   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ValueError'>
                                            Error Contents: No JSON object could be decoded
                                            Traceback (most recent call last):
                                              File "/home/xbmc/.kodi/addons/plugin.video.netflixbmc/default.py", line 1338, in <module>
                                                listSeasons(name, url, thumb)
                                              File "/home/xbmc/.kodi/addons/plugin.video.netflixbmc/default.py", line 482, in listSeasons
                                                content = json.loads(content)
                                              File "/usr/lib/python2.7/json/__init__.py", line 338, in loads
                                                return _default_decoder.decode(s)
                                              File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
                                                obj, end = self.raw_decode(s, idx=_w(s, 0).end())
                                              File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
                                                raise ValueError("No JSON object could be decoded")
                                            ValueError: No JSON object could be decoded
                                            -->End of Python script error report<--
20:53:13 T:140468618278848   ERROR: GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=listSeasons&name=Bloodline&thumb=%2fhome%2fxbmc%2f.kodi%2fuserdata%2faddon_data%2fplugin.video.netflixbmc%2fcache%2fcovers%2f80010655.jpg&url=80010655
20:53:13 T:140468618278848   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=listSeasons&name=Bloodline&thumb=%2fhome%2fxbmc%2f.kodi%2fuserdata%2faddon_data%2fplugin.video.netflixbmc%2fcache%2fcovers%2f80010655.jpg&url=80010655) failed
20:53:13 T:140465781315328  NOTICE: Thread BackgroundLoader start, auto delete: false

This happens when clicking on a series. Actually tried different kind of series. Happens on all.
Installed from here: http://www.alelec.net/kodi/repository.alelec.zip
Can someone tell me what's the problem?
Reply
#2
Tried this

Code:
xbmc@kodi:~$ diff -w ./.kodi/addons/plugin.video.netflixbmc/default.py.orig ./.kodi/addons/plugin.video.netflixbmc/default.py
585c585
<         url = "http://api-global.netflix.com/desktop/odp/episodes?languages="+language+"&forceEpisodes=true&routing=redirect&video="+seriesID+"&country="+country
---
>         url = "http://api-global.netflix.com/desktop/odp/episodes?languages="+language+"&forceEpisodes=true&routing=redirect&video="+seriesID+"&country=DE"
800c800
<         listSearchVideos("http://api-global.netflix.com/desktop/search/instantsearch?esn=www&term="+search_string+"&locale="+language+"&country="+country+"&authURL="+auth+"&_retry=0&routing=redirect", type)
---
>         listSearchVideos("http://api-global.netflix.com/desktop/search/instantsearch?esn=www&term="+search_string+"&locale="+language+"&country=DE"+"&authURL="+auth+"&_retry=0&routing=redirect", type)

which isn't working.
Reply
#3
No one?
I would like to use Netflix by Kodi Sad
Reply

Logout Mark Read Team Forum Stats Members Help
Netflixbmc not working0