Jump to content

Emby addon does not start anymore


muehlberger

Recommended Posts

Angelblue05

Sorry for the inconvenience, are you able to access the files?

 

Install the version you want either stable or beta. Shut down Kodi. Delete the content of kodi/userdata/addon_data/plugin.video.emby/emby/

 

It would have been great to have the log from when you started seeing things not working (when you first were on 4.0.5).

Edited by Angelblue05
Link to comment
Share on other sites

Angelblue05

Not sure why 4.0.5 would stop working, it’s not like it was updated. You are the second person to report this.

Link to comment
Share on other sites

muehlberger

Hi Angelblue05 - sorry for my post - just found your solution in this post https://emby.media/community/index.php?/topic/67923-kodi-for-emby-stopped-working/page-3 a few minutes later.

 

Got it up and running meanwhile by deleting the files in /userdata/addon_data/plugin.video.emby/emby/

 

I attached the logfiles from the folder \Logfiles - Maybe it helps

 

Thx for your help

log-2019-05-08-19.04.08.zip

  • Like 1
Link to comment
Share on other sites

muehlberger

just to mention - I'm back on 4.0.5 (and disabled automatic updates for the moment) ;-)

  • Like 1
Link to comment
Share on other sites

stefprob

I have the exact same problem, i am on Android and plugin 4.0.20a does not start giving an "error check the log for details"

 

My Kodi log is here: https://hastebin.com/rusoroqota.sql

 

On Windows version 4.0.20a performs normally, i only have the problem in Android. I also can confirm that version 4.0.5 operates normally.

Edited by stefprob
Link to comment
Share on other sites

DaAigolf

got the same problem since today... emby addon/kodi reports error immediatly after starting kodi... 

i' using nvidia shield (latest update), kodi 18.2 and emby 4.0.20a

 

here's the relevant log info:

2019-05-09 05:30:00.751 T:8198  NOTICE: EMBY.patch -> --->[ patch ]
2019-05-09 05:30:00.752 T:8198  NOTICE: Previous line repeats 1 times.
2019-05-09 05:30:00.752 T:8198  NOTICE: EMBY.patch -> --[ check updates/DEFAULT ]
2019-05-09 05:30:00.755 T:8198  NOTICE: EMBY.patch -> [ objects/beta check ]
2019-05-09 05:30:01.158 T:8198  NOTICE: EMBY.patch -> From https://github.com/MediaBrowser/plugin.video.emby.objects/archive/181167230.zip to /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/plugin.video.emby/emby/181167230.zip
2019-05-09 05:30:01.703 T:8198  NOTICE: EMBY.patch -> ERROR:: HTTPSConnectionPool(host='codeload.github.com', port=443): Max retries exceeded with url: /MediaBrowser/plugin.video.emby.objects/zip/181167230 (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x2503aa28a0>: Failed to establish a new connection: [Errno 111] Connection refused',))
                                            Traceback (most recent call last):
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/patch.py", line 157, in check_update
                                                self.get_objects(zipfile, label + '.zip')
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/patch.py", line 91, in get_objects
                                                response = requests.get(src, stream=True, verify=True)
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/libraries/requests/api.py", line 67, in get
                                                return request('get', url, params=params, **kwargs)
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/libraries/requests/api.py", line 53, in request
                                                return session.request(method=method, url=url, **kwargs)
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/libraries/requests/sessions.py", line 468, in request
                                                resp = self.send(prep, **send_kwargs)
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/libraries/requests/sessions.py", line 597, in send
                                                history = [resp for resp in gen] if allow_redirects else []
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/libraries/requests/sessions.py", line 195, in resolve_redirects
                                                **adapter_kwargs
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/libraries/requests/sessions.py", line 576, in send
                                                r = adapter.send(request, **kwargs)
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/libraries/requests/adapters.py", line 437, in send
                                                raise ConnectionError(e, request=request)
                                            ConnectionError: HTTPSConnectionPool(host='codeload.github.com', port=443): Max retries exceeded with url: /MediaBrowser/plugin.video.emby.objects/zip/181167230 (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x2503aa28a0>: Failed to establish a new connection: [Errno 111] Connection refused',))
2019-05-09 05:30:01.816 T:8198   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: cannot import name Movies
                                            Traceback (most recent call last):
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/service.py", line 39, in <module>
                                                import entrypoint
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/entrypoint/__init__.py", line 26, in <module>
                                                from service import Service
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/entrypoint/service.py", line 28, in <module>
                                                import library
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/library.py", line 14, in <module>
                                                from objects import Movies, TVShows, MusicVideos, Music
                                            ImportError: cannot import name Movies
                                            -->End of Python script error report<--
2019-05-09 05:33:21.730 T:7925  NOTICE: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4
2019-05-09 05:33:21.733 T:7925  NOTICE: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 44100 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 22688 m_frames: 1418 m_frameSize: 8 channels: 2
2019-05-09 05:33:22.487 T:8281  NOTICE: EMBY.entrypoint.default -> path: ?mode=updateserver params: {
                                                "mode": "updateserver"
                                            }
2019-05-09 05:34:35.149 T:8300  NOTICE: EMBY.entrypoint.default -> path: ?mode=reset params: {
                                                "mode": "reset"
                                            }
2019-05-09 05:34:35.218 T:8300  NOTICE: EMBY.default -> ERROR:: cannot import name kodi
                                            Traceback (most recent call last):
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/default.py", line 41, in <module>
                                                Events()
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/entrypoint/default.py", line 112, in __init__
                                                reset()
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/database/__init__.py", line 178, in reset
                                                from views import Views
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/views.py", line 16, in <module>
                                                from objects.kodi import kodi
                                            ImportError: cannot import name kodi
2019-05-09 05:35:04.529 T:8313  NOTICE: EMBY.entrypoint.default -> path:  params: {}
2019-05-09 05:35:07.212 T:8320  NOTICE: EMBY.entrypoint.default -> path: ?mode=managelibs params: {
                                                "mode": "managelibs"
                                            }
2019-05-09 05:35:10.015 T:8326  NOTICE: EMBY.entrypoint.default -> path: ?mode=addlibs params: {
                                                "mode": "addlibs"
                                            }
2019-05-09 05:35:13.786 T:8333  NOTICE: Previous line repeats 1 times.
2019-05-09 05:35:13.787 T:8333  NOTICE: EMBY.entrypoint.default -> path: ?mode=repairlibs params: {
                                                "mode": "repairlibs"
                                            }
2019-05-09 05:35:15.909 T:8337  NOTICE: EMBY.entrypoint.default -> path: ?mode=removelibs params: {
                                                "mode": "removelibs"
                                            }
2019-05-09 05:35:17.447 T:8341  NOTICE: EMBY.entrypoint.default -> path:  params: {}

tried to reinstall kodi, emby addons... no success... emby android app is working.

 

regards

hans

Edited by DaAigolf
Link to comment
Share on other sites

Angelblue05

Read your own snippet.

 

Seems you are blocking the github connection? Unblock it and it should fix itself.

codeload.github.com
Edited by Angelblue05
Link to comment
Share on other sites

DaAigolf

 

Read your own snippet.

 

Seems you are blocking the github connection? Unblock it and it should fix itself.

codeload.github.com

 

your right, should have done this... whitelisted github and the domain works again... don't know why it got on the blacklist... nevertheless will check it in the evening when i'm back at home...

regards,

hans

Edited by DaAigolf
  • Like 1
Link to comment
Share on other sites

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