jellyfin / jellyfin-kodi

Jellyfin Plugin for Kodi
https://jellyfin.org
GNU General Public License v3.0
853 stars 113 forks source link

Kodi won't play from Jellyfin since 10.3.6 upgrade #36

Closed Jucgshu closed 5 years ago

Jucgshu commented 5 years ago

Describe the bug After upgrading to the newset version, Kodi for Jellyfin stopped connecting to Jellyfin, and no media can be played no more. I guess it's related to jellyfin/jellyfin#1520 ?

Rollback to 10.3.5 fixes the issue.

To Reproduce Just play a media file from Kodi for Jellyfin.

Sorry if I didn't put this issue in the right repo.

oddstr13 commented 5 years ago

What version of jellyfin-kodi are you using? latest from plugin repo, or latest master? What version of Kodi are you using? What OS are you running Kodi on? Can you provide the Kodi logs? https://kodi.wiki/view/Log_file/File_manager_access How are you connecting the Kodi plugin to Jellyfin? Directly over LAN, over the internet? Via a reverse proxy?

I'm unable to reproduce with latest master on Kodi 17.6 (Ubuntu).

Jucgshu commented 5 years ago

Hi @oddstr13

The connection si done over LAN (no Wifi). Jellyfin is behind a reverse proxy (Traefik) but the Kodi for Jellyfin plugin connects directly to the IP:port.

I'm not at home right now, but I'll send some logs asap.

oddstr13 commented 5 years ago

I'm unable to reproduce with Kodi 17.6 on c12918f32112b09593cbf5dd415b6e5c9b62895b (should be what's in the repo), with a fresh plugin config.

I'm using the Add-on playback mode. Can you check what your setting there is?

image

Jucgshu commented 5 years ago

Add-on as well. I did not change anything in the setup of the addon itself.

I tried to wipe the addon settings after the Jelyfin upgrade, and couldn't connect to server.

Jellyfin 10.3.5 works.

oddstr13 commented 5 years ago

I was testing with a file I had already played. Bug confirmed with fresh file. I randomly picked a corrupted file. Back to square one. (unable to reproduce)

oddstr13 commented 5 years ago

@Jucgshu Can you please;

  1. Install this version https://github.com/oddstr13/jellyfin-kodi/archive/pr-logging-1.zip
  2. Then enable debug logging in the Jellyfin addon settings.
  3. Restart Kodi
  4. Trigger the bug
  5. Attach the content of ~/.kodi/temp/kodi.log here
Jucgshu commented 5 years ago

Soooo.

I upgraded to 10.3.6 this morning... and now it works.

Sorry for the false alarm. I might have had a nasty problem I still can't figure out what it was, because I didn't change any of my setup but the upgrade, but well. Anyway, thanks for the swift answer.

Btw, do you still want me to install the forked version of the plugin?

oddstr13 commented 5 years ago

Sorry, I forgot to reply.

No need to install the forked version of the plugin. The changes in it was just to increase the usefullness of the logs.

This is now merged into master with #38, and released to the repos with v0.2.0

You may have to update manually to get this version, as we've substracted 10.0.0 from the version numers as compared to the initial release in the repo. See #39 for more details on this.

Jucgshu commented 5 years ago

Ok so I updated to addon v0.2.1 and problem occurred again. I can bypass it by downgrading to Jellyfin 10.3.5, authenticate and upgrade to 10.3.6, but as soon as I restart Kodi, it fails again.

Logs:

2019-07-17 12:05:22.214 T:3629900656  NOTICE: JELLYFIN.entrypoint.service -> WARNING::resources/lib/entrypoint/service.py:63 --->>>[ JELLYFIN ]
2019-07-17 12:05:22.221 T:3629900656  NOTICE: JELLYFIN.entrypoint.service -> WARNING::resources/lib/entrypoint/service.py:64 Version: 0.2.1
2019-07-17 12:05:22.222 T:3629900656  NOTICE: JELLYFIN.entrypoint.service -> WARNING::resources/lib/entrypoint/service.py:65 KODI Version: 18.2 Git:18.2-Leia
2019-07-17 12:05:22.238 T:3629900656  NOTICE: JELLYFIN.entrypoint.service -> WARNING::resources/lib/entrypoint/service.py:66 Platform: KodiClient
2019-07-17 12:05:22.239 T:3629900656  NOTICE: JELLYFIN.entrypoint.service -> WARNING::resources/lib/entrypoint/service.py:67 Python Version: 2.7.15 (default, May  4 2019, 12:57:28) 
                                            [GCC 8.2.0]
2019-07-17 12:05:22.260 T:3629900656  NOTICE: JELLYFIN.entrypoint.service -> WARNING::resources/lib/entrypoint/service.py:68 Using dynamic paths: True
2019-07-17 12:05:22.261 T:3629900656  NOTICE: JELLYFIN.entrypoint.service -> WARNING::resources/lib/entrypoint/service.py:69 Log Level: 2
2019-07-17 12:05:22.266 T:3629900656  NOTICE: JELLYFIN.database -> DEBUG::resources/lib/database/__init__.py:55 --->[ database: jellyfin ] 3972839568
2019-07-17 12:05:22.329 T:3629900656  NOTICE: JELLYFIN.database.jellyfin_db -> ERROR::resources/lib/database/jellyfin_db.py:161 'NoneType' object has no attribute '__getitem__'
                                            Traceback (most recent call last):
                                              File "resources/lib/database/jellyfin_db.py", line 159, in get_version
                                                version = self.cursor.fetchone()[0]
                                            TypeError: 'NoneType' object has no attribute '__getitem__'
2019-07-17 12:05:22.330 T:3629900656  NOTICE: JELLYFIN.entrypoint.service -> INFO::resources/lib/entrypoint/service.py:157 ---[ db/None ]
2019-07-17 12:05:22.331 T:3629900656  NOTICE: JELLYFIN.database -> DEBUG::resources/lib/database/__init__.py:182 ---<[ database: jellyfin ] 3972839568
2019-07-17 12:05:22.334 T:3629900656  NOTICE: JELLYFIN.views -> WARNING::resources/lib/views.py:121 [Errno 17] File exists: '/storage/.kodi/userdata/library/video'
2019-07-17 12:05:22.343 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:33 JellyfinClient initializing...
2019-07-17 12:05:22.344 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:24 Configuration initializing...
2019-07-17 12:05:22.345 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> INFO::resources/lib/jellyfin/core/configuration.py:71 Begin http constructor.
2019-07-17 12:05:22.345 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('config')
2019-07-17 12:05:22.345 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.ws_client -> DEBUG::resources/lib/jellyfin/core/ws_client.py:28 WSClient initializing...
2019-07-17 12:05:22.346 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> DEBUG::resources/lib/jellyfin/core/connection_manager.py:54 ConnectionManager initializing...
2019-07-17 12:05:22.346 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.credentials -> DEBUG::resources/lib/jellyfin/core/credentials.py:22 Credentials initializing...
2019-07-17 12:05:22.347 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('config')
2019-07-17 12:05:22.347 T:3629900656  NOTICE: Jellyfin -> INFO::resources/lib/jellyfin/__init__.py:123 ---[ START JELLYFINCLIENT ]---
2019-07-17 12:05:22.350 T:3629900656  NOTICE: JELLYFIN.database -> DEBUG::resources/lib/database/__init__.py:55 --->[ database: jellyfin ] 3638116960
2019-07-17 12:05:22.531 T:3629900656  NOTICE: JELLYFIN.database -> DEBUG::resources/lib/database/__init__.py:182 ---<[ database: jellyfin ] 3638116960
2019-07-17 12:05:22.544 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.index ]
2019-07-17 12:05:22.544 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.id ]
2019-07-17 12:05:22.545 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.path ]
2019-07-17 12:05:22.545 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.artwork ]
2019-07-17 12:05:22.546 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.title ]
2019-07-17 12:05:22.546 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.content ]
2019-07-17 12:05:22.547 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.typeinprogress.content ]
2019-07-17 12:05:22.548 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.inprogress.title ]
2019-07-17 12:05:22.548 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.inprogress.content ]
2019-07-17 12:05:22.549 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.inprogress.path ]
2019-07-17 12:05:22.549 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.nextepisodes.title ]
2019-07-17 12:05:22.550 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.nextepisodes.content ]
2019-07-17 12:05:22.550 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.nextepisodes.path ]
2019-07-17 12:05:22.551 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.unwatched.title ]
2019-07-17 12:05:22.551 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.unwatched.content ]
2019-07-17 12:05:22.552 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.unwatched.path ]
2019-07-17 12:05:22.553 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.recent.title ]
2019-07-17 12:05:22.553 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.recent.content ]
2019-07-17 12:05:22.558 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.recent.path ]
2019-07-17 12:05:22.559 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.recentepisodes.title ]
2019-07-17 12:05:22.559 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.recentepisodes.content ]
2019-07-17 12:05:22.560 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.recentepisodes.path ]
2019-07-17 12:05:22.560 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.inprogressepisodes.title ]
2019-07-17 12:05:22.561 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.inprogressepisodes.content ]
2019-07-17 12:05:22.561 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.inprogressepisodes.path ]
2019-07-17 12:05:22.562 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.index ]
2019-07-17 12:05:22.562 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.id ]
2019-07-17 12:05:22.562 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.path ]
2019-07-17 12:05:22.563 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.artwork ]
2019-07-17 12:05:22.563 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.title ]
2019-07-17 12:05:22.564 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.content ]
2019-07-17 12:05:22.564 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.typeinprogress.content ]
2019-07-17 12:05:22.565 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.inprogress.title ]
2019-07-17 12:05:22.565 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.inprogress.content ]
2019-07-17 12:05:22.565 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.inprogress.path ]
2019-07-17 12:05:22.566 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.nextepisodes.title ]
2019-07-17 12:05:22.566 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.nextepisodes.content ]
2019-07-17 12:05:22.567 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.nextepisodes.path ]
2019-07-17 12:05:22.567 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.unwatched.title ]
2019-07-17 12:05:22.568 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.unwatched.content ]
2019-07-17 12:05:22.569 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.unwatched.path ]
2019-07-17 12:05:22.569 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.recent.title ]
2019-07-17 12:05:22.570 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.recent.content ]
2019-07-17 12:05:22.574 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.recent.path ]
2019-07-17 12:05:22.574 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.recentepisodes.title ]
2019-07-17 12:05:22.575 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.recentepisodes.content ]
2019-07-17 12:05:22.575 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.recentepisodes.path ]
2019-07-17 12:05:22.576 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.inprogressepisodes.title ]
2019-07-17 12:05:22.576 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.inprogressepisodes.content ]
2019-07-17 12:05:22.577 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.inprogressepisodes.path ]
2019-07-17 12:05:22.579 T:3629900656  NOTICE: JELLYFIN.database -> DEBUG::resources/lib/database/__init__.py:55 --->[ database: jellyfin ] 3972958640
2019-07-17 12:05:22.582 T:3629900656  NOTICE: JELLYFIN.database -> DEBUG::resources/lib/database/__init__.py:182 ---<[ database: jellyfin ] 3972958640
2019-07-17 12:05:22.584 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('api')
2019-07-17 12:05:22.584 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('api')
2019-07-17 12:05:22.585 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('auth.server')
2019-07-17 12:05:22.586 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('auth.server')
2019-07-17 12:05:22.586 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('http.user_agent')
2019-07-17 12:05:22.591 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('http.user_agent')
2019-07-17 12:05:22.591 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.name')
2019-07-17 12:05:22.592 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.name')
2019-07-17 12:05:22.592 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.version')
2019-07-17 12:05:22.593 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.version')
2019-07-17 12:05:22.593 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.name')
2019-07-17 12:05:22.593 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.name')
2019-07-17 12:05:22.603 T:3629900656  NOTICE: JELLYFIN.views -> ERROR::resources/lib/views.py:173 'NoneType' object has no attribute 'encode'
                                            Traceback (most recent call last):
                                              File "resources/lib/views.py", line 170, in get_libraries
                                                libraries = self.server['api'].get_media_folders()['Items']
                                              File "resources/lib/jellyfin/core/api.py", line 117, in get_media_folders
                                                return self.users("/Items")
                                              File "resources/lib/jellyfin/core/api.py", line 73, in users
                                                return self._get("Users/{UserId}%s" % handler, params)
                                              File "resources/lib/jellyfin/core/api.py", line 42, in _get
                                                return self._http("GET", handler, {'params': params})
                                              File "resources/lib/jellyfin/core/api.py", line 39, in _http
                                                return self.client.request(request)
                                              File "resources/lib/jellyfin/core/http.py", line 87, in request
                                                data = self._request(data)
                                              File "resources/lib/jellyfin/core/http.py", line 180, in _request
                                                self._get_header(data)
                                              File "resources/lib/jellyfin/core/http.py", line 213, in _get_header
                                                self._authorization(data)
                                              File "resources/lib/jellyfin/core/http.py", line 220, in _authorization
                                                auth += "Client=%s, " % self.config['app.name'].encode('utf-8')
                                            AttributeError: 'NoneType' object has no attribute 'encode'
2019-07-17 12:05:22.608 T:3629900656  NOTICE: JELLYFIN.views -> ERROR::resources/lib/views.py:702 Unable to retrieve libraries: 'NoneType' object has no attribute 'encode'
                                            Traceback (most recent call last):
                                              File "resources/lib/views.py", line 700, in window_nodes
                                                self.media_folders = self.get_libraries()
                                              File "resources/lib/views.py", line 174, in get_libraries
                                                raise IndexError("Unable to retrieve libraries: %s" % error)
                                            IndexError: Unable to retrieve libraries: 'NoneType' object has no attribute 'encode'
2019-07-17 12:05:22.609 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.610 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.610 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.0.artwork ]
2019-07-17 12:05:22.611 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.611 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.612 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.0.artwork ]
2019-07-17 12:05:22.612 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/0/Films ]
2019-07-17 12:05:22.613 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.614 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.614 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.0.recent.artwork ]
2019-07-17 12:05:22.615 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.615 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.616 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.0.recent.artwork ]
2019-07-17 12:05:22.616 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/0/Films ajoutés récemment ]
2019-07-17 12:05:22.617 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.617 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.618 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.0.inprogress.artwork ]
2019-07-17 12:05:22.619 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.620 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.624 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.0.inprogress.artwork ]
2019-07-17 12:05:22.624 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/0/Films en cours ]
2019-07-17 12:05:22.625 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.626 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.626 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.0.unwatched.artwork ]
2019-07-17 12:05:22.627 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.627 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.628 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.0.unwatched.artwork ]
2019-07-17 12:05:22.628 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/0/Films non vus ]
2019-07-17 12:05:22.629 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.630 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.630 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.0.sets.artwork ]
2019-07-17 12:05:22.631 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.632 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.632 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.0.sets.artwork ]
2019-07-17 12:05:22.633 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/0/Sagas ]
2019-07-17 12:05:22.634 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.634 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.635 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.0.genres.artwork ]
2019-07-17 12:05:22.636 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.640 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.641 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.0.genres.artwork ]
2019-07-17 12:05:22.642 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/0/Genres  ]
2019-07-17 12:05:22.642 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.643 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.643 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.0.random.artwork ]
2019-07-17 12:05:22.644 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.644 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.645 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.0.random.artwork ]
2019-07-17 12:05:22.645 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/0/Éléments aléatoires ]
2019-07-17 12:05:22.646 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.646 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.647 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.0.recommended.artwork ]
2019-07-17 12:05:22.647 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.648 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.649 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.0.recommended.artwork ]
2019-07-17 12:05:22.649 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/0/Éléments recommandés ]
2019-07-17 12:05:22.650 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.650 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.651 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.1.artwork ]
2019-07-17 12:05:22.652 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.652 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.653 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.1.artwork ]
2019-07-17 12:05:22.657 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/1/Films d'animation ]
2019-07-17 12:05:22.658 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.659 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.659 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.1.recent.artwork ]
2019-07-17 12:05:22.660 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.660 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.661 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.1.recent.artwork ]
2019-07-17 12:05:22.661 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/1/Films ajoutés récemment ]
2019-07-17 12:05:22.662 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.662 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.663 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.1.inprogress.artwork ]
2019-07-17 12:05:22.663 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.664 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.664 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.1.inprogress.artwork ]
2019-07-17 12:05:22.665 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/1/Films en cours ]
2019-07-17 12:05:22.666 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.666 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.666 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.1.unwatched.artwork ]
2019-07-17 12:05:22.667 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.668 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.668 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.1.unwatched.artwork ]
2019-07-17 12:05:22.669 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/1/Films non vus ]
2019-07-17 12:05:22.674 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.674 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.675 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.1.sets.artwork ]
2019-07-17 12:05:22.676 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.677 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.677 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.1.sets.artwork ]
2019-07-17 12:05:22.678 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/1/Sagas ]
2019-07-17 12:05:22.679 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.679 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.680 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.1.genres.artwork ]
2019-07-17 12:05:22.681 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.681 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.682 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.1.genres.artwork ]
2019-07-17 12:05:22.682 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/1/Genres  ]
2019-07-17 12:05:22.683 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.683 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.684 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.1.random.artwork ]
2019-07-17 12:05:22.685 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.686 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.686 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.1.random.artwork ]
2019-07-17 12:05:22.690 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/1/Éléments aléatoires ]
2019-07-17 12:05:22.691 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.692 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.692 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.1.recommended.artwork ]
2019-07-17 12:05:22.693 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.694 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.694 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.1.recommended.artwork ]
2019-07-17 12:05:22.694 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/1/Éléments recommandés ]
2019-07-17 12:05:22.695 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.696 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.696 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.2.artwork ]
2019-07-17 12:05:22.697 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.697 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.698 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.3.artwork ]
2019-07-17 12:05:22.698 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.699 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.699 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.2.artwork ]
2019-07-17 12:05:22.700 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/2/Séries TV ]
2019-07-17 12:05:22.700 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.701 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.702 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.3.recent.artwork ]
2019-07-17 12:05:22.703 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.703 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.707 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.2.recent.artwork ]
2019-07-17 12:05:22.708 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/2/Séries TV ajoutés récemment ]
2019-07-17 12:05:22.709 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.709 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.710 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.3.recentepisodes.artwork ]
2019-07-17 12:05:22.711 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.711 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.711 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.2.recentepisodes.artwork ]
2019-07-17 12:05:22.712 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/2/Épisodes ajoutés récemment ]
2019-07-17 12:05:22.712 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.713 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.713 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.3.inprogress.artwork ]
2019-07-17 12:05:22.714 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.714 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.715 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.2.inprogress.artwork ]
2019-07-17 12:05:22.715 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/2/Séries TV en cours ]
2019-07-17 12:05:22.716 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.716 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.717 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.3.inprogressepisodes.artwork ]
2019-07-17 12:05:22.718 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.718 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.719 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.2.inprogressepisodes.artwork ]
2019-07-17 12:05:22.720 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/2/Épisodes en cours ]
2019-07-17 12:05:22.726 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.726 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.727 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.3.nextepisodes.artwork ]
2019-07-17 12:05:22.728 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.728 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.729 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.2.nextepisodes.artwork ]
2019-07-17 12:05:22.729 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/2/Épisodes à venir ]
2019-07-17 12:05:22.730 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.731 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.731 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.3.genres.artwork ]
2019-07-17 12:05:22.732 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.732 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.733 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.2.genres.artwork ]
2019-07-17 12:05:22.733 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/2/Genres  ]
2019-07-17 12:05:22.734 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.734 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.735 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.3.random.artwork ]
2019-07-17 12:05:22.736 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.737 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.741 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.2.random.artwork ]
2019-07-17 12:05:22.742 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/2/Éléments aléatoires ]
2019-07-17 12:05:22.743 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.743 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.743 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.3.recommended.artwork ]
2019-07-17 12:05:22.744 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.745 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.745 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.2.recommended.artwork ]
2019-07-17 12:05:22.745 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/2/Éléments recommandés ]
2019-07-17 12:05:22.746 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.747 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.747 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.4.artwork ]
2019-07-17 12:05:22.749 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.750 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.751 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.3.artwork ]
2019-07-17 12:05:22.752 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/3/Séries Animées ]
2019-07-17 12:05:22.753 T:3954385776  NOTICE: PVR Manager: Starting
2019-07-17 12:05:22.754 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.758 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.759 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.4.recent.artwork ]
2019-07-17 12:05:22.760 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.761 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.762 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.3.recent.artwork ]
2019-07-17 12:05:22.763 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/3/Séries TV ajoutés récemment ]
2019-07-17 12:05:22.764 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.764 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.765 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.4.recentepisodes.artwork ]
2019-07-17 12:05:22.766 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.767 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.767 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.3.recentepisodes.artwork ]
2019-07-17 12:05:22.768 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/3/Épisodes ajoutés récemment ]
2019-07-17 12:05:22.769 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.770 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.777 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.4.inprogress.artwork ]
2019-07-17 12:05:22.778 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.779 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.780 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.3.inprogress.artwork ]
2019-07-17 12:05:22.781 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/3/Séries TV en cours ]
2019-07-17 12:05:22.782 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.783 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.784 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.4.inprogressepisodes.artwork ]
2019-07-17 12:05:22.785 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.786 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.788 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.3.inprogressepisodes.artwork ]
2019-07-17 12:05:22.789 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/3/Épisodes en cours ]
2019-07-17 12:05:22.794 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.795 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.796 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.4.nextepisodes.artwork ]
2019-07-17 12:05:22.797 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.798 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.799 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.3.nextepisodes.artwork ]
2019-07-17 12:05:22.800 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/3/Épisodes à venir ]
2019-07-17 12:05:22.801 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.802 T:3596329840  NOTICE: PVR Manager: Started
2019-07-17 12:05:22.803 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.804 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.4.genres.artwork ]
2019-07-17 12:05:22.804 T:3954385776  NOTICE: EPG thread started
2019-07-17 12:05:22.805 T:3579544432   ERROR: AddOnLog: Tvheadend HTSP Client: pvr.hts - Command getDiskSpace failed: Unable to stat path
2019-07-17 12:05:22.805 T:3579544432   ERROR: GetDriveSpace: Add-on 'Tvheadend:127.0.0.1:9982' returned an error: server error
2019-07-17 12:05:22.810 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.811 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.812 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.3.genres.artwork ]
2019-07-17 12:05:22.813 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/3/Genres  ]
2019-07-17 12:05:22.814 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.815 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.816 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.4.random.artwork ]
2019-07-17 12:05:22.817 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.818 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.819 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.3.random.artwork ]
2019-07-17 12:05:22.820 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/3/Éléments aléatoires ]
2019-07-17 12:05:22.825 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.826 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.827 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.4.recommended.artwork ]
2019-07-17 12:05:22.828 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.829 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.829 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.wnodes.3.recommended.artwork ]
2019-07-17 12:05:22.830 T:3629900656  NOTICE: JELLYFIN.views -> DEBUG::resources/lib/views.py:855 --[ wnode/3/Éléments recommandés ]
2019-07-17 12:05:22.831 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('connected')
2019-07-17 12:05:22.832 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('connected')
2019-07-17 12:05:22.833 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: Jellyfin.nodes.5.artwork ]
2019-07-17 12:05:22.860 T:3629900656  NOTICE: JELLYFIN.client -> INFO::resources/lib/client.py:103 DeviceId loaded: 9F3BF5991B414EEE8CBB4C5FC27B7B8E
2019-07-17 12:05:22.862 T:3562759024  NOTICE: JELLYFIN.monitor -> WARNING::resources/lib/monitor.py:452 --->[ listener ]
2019-07-17 12:05:22.876 T:3554366320  NOTICE: JELLYFIN.webservice -> INFO::resources/lib/webservice.py:42 --->[ webservice/57578 ]
2019-07-17 12:05:22.877 T:3629900656  NOTICE: JELLYFIN.connect -> INFO::resources/lib/connect.py:39 --[ server/default ]
2019-07-17 12:05:22.887 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('config/app')
2019-07-17 12:05:22.887 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('config/app')
2019-07-17 12:05:22.892 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app')
2019-07-17 12:05:22.892 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app')
2019-07-17 12:05:22.893 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> INFO::resources/lib/jellyfin/core/configuration.py:50 Begin app constructor.
2019-07-17 12:05:22.893 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('config')
2019-07-17 12:05:22.894 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('config')
2019-07-17 12:05:22.902 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('config')
2019-07-17 12:05:22.903 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('config')
2019-07-17 12:05:22.903 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('config')
2019-07-17 12:05:22.908 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('config')
2019-07-17 12:05:22.909 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:228 Begin connect
2019-07-17 12:05:22.909 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:126 Begin getAvailableServers
2019-07-17 12:05:22.910 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> DEBUG::resources/lib/jellyfin/core/connection_manager.py:426 MultiGroup      : ('<broadcast>', 7359)
2019-07-17 12:05:22.910 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> DEBUG::resources/lib/jellyfin/core/connection_manager.py:427 Sending UDP Data: who is JellyfinServer?
2019-07-17 12:05:23.913 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:443 Found Servers: []
2019-07-17 12:05:23.919 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.credentials -> DEBUG::resources/lib/jellyfin/core/credentials.py:61 credentialsupdated
2019-07-17 12:05:23.920 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:284 Begin connectToServers, with 1 servers
2019-07-17 12:05:23.920 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:207 begin connectToServer
2019-07-17 12:05:23.920 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:223 beginning connection tests
2019-07-17 12:05:23.921 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:335 testing connection mode 2 with server JellyfinServer
2019-07-17 12:05:23.922 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:312 tryConnect url: http://{jellyfin-server}/emby/system/info/public
2019-07-17 12:05:23.922 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.name')
2019-07-17 12:05:23.923 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.name')
2019-07-17 12:05:23.923 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.version')
2019-07-17 12:05:23.924 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.version')
2019-07-17 12:05:23.924 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.name')
2019-07-17 12:05:23.924 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.name')
2019-07-17 12:05:23.925 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.device_name')
2019-07-17 12:05:23.925 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.device_name')
2019-07-17 12:05:23.926 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.device_id')
2019-07-17 12:05:23.926 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.device_id')
2019-07-17 12:05:23.926 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.version')
2019-07-17 12:05:23.927 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.version')
2019-07-17 12:05:23.927 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('auth.token')
2019-07-17 12:05:23.928 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('auth.token')
2019-07-17 12:05:23.928 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('auth.ssl')
2019-07-17 12:05:23.929 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('auth.ssl')
2019-07-17 12:05:23.929 T:3629900656  NOTICE: Jellyfin.jellyfin.core.http -> DEBUG::resources/lib/jellyfin/core/http.py:88 --->[ http ] {
                                                "retry": false, 
                                                "headers": {
                                                    "X-Application": "Kodi/0.2.1", 
                                                    "Content-type": "application/x-www-form-urlencoded; charset=UTF-8", 
                                                    "Authorization": "MediaBrowser Client=Kodi, Device=Kodi (KodiClient), DeviceId=9F3BF5991B414EEE8CBB4C5FC27B7B8E, Version=0.2.1", 
                                                    "Accept": "application/json"
                                                }, 
                                                "url": "http://{jellyfin-server}/emby/system/info/public", 
                                                "verify": true, 
                                                "timeout": 10, 
                                                "type": "GET"
                                            }
2019-07-17 12:05:33.971 T:3629900656  NOTICE: Jellyfin.jellyfin.core.http -> ERROR::resources/lib/jellyfin/core/http.py:123 HTTPConnectionPool(host='JellyfinServer.local', port=8096): Read timed out. (read timeout=10)
2019-07-17 12:05:33.979 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> ERROR::resources/lib/jellyfin/core/connection_manager.py:264 
                                            Traceback (most recent call last):
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 262, in _request_url
                                                return self.http.request(request)
                                              File "resources/lib/jellyfin/core/http.py", line 125, in request
                                                raise HTTPException("ReadTimeout", error)
                                            HTTPException
2019-07-17 12:05:33.986 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> ERROR::resources/lib/jellyfin/core/connection_manager.py:358 test failed for connection mode 2 with server JellyfinServer
                                            Traceback (most recent call last):
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 355, in _test_next_connection_mode
                                                result = self._try_connect(address, timeout, options)
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 320, in _try_connect
                                                'retry': False
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 262, in _request_url
                                                return self.http.request(request)
                                              File "resources/lib/jellyfin/core/http.py", line 125, in request
                                                raise HTTPException("ReadTimeout", error)
                                            HTTPException
2019-07-17 12:05:33.988 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:335 testing connection mode 0 with server JellyfinServer
2019-07-17 12:05:33.990 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:312 tryConnect url: http://{jellyfin-server}/emby/system/info/public
2019-07-17 12:05:33.992 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.name')
2019-07-17 12:05:33.993 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.name')
2019-07-17 12:05:33.994 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.version')
2019-07-17 12:05:33.995 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.version')
2019-07-17 12:05:33.997 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.name')
2019-07-17 12:05:33.998 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.name')
2019-07-17 12:05:33.999 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.device_name')
2019-07-17 12:05:34.001 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.device_name')
2019-07-17 12:05:34.002 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.device_id')
2019-07-17 12:05:34.003 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.device_id')
2019-07-17 12:05:34.004 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.version')
2019-07-17 12:05:34.006 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.version')
2019-07-17 12:05:34.007 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('auth.token')
2019-07-17 12:05:34.008 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('auth.token')
2019-07-17 12:05:34.010 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('auth.ssl')
2019-07-17 12:05:34.011 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('auth.ssl')
2019-07-17 12:05:34.020 T:3629900656  NOTICE: Jellyfin.jellyfin.core.http -> DEBUG::resources/lib/jellyfin/core/http.py:88 --->[ http ] {
                                                "retry": false, 
                                                "headers": {
                                                    "X-Application": "Kodi/0.2.1", 
                                                    "Content-type": "application/x-www-form-urlencoded; charset=UTF-8", 
                                                    "Authorization": "MediaBrowser Client=Kodi, Device=Kodi (KodiClient), DeviceId=9F3BF5991B414EEE8CBB4C5FC27B7B8E, Version=0.2.1", 
                                                    "Accept": "application/json"
                                                }, 
                                                "url": "http://{jellyfin-server}/emby/system/info/public", 
                                                "verify": true, 
                                                "timeout": 8, 
                                                "type": "GET"
                                            }
2019-07-17 12:05:42.042 T:3629900656  NOTICE: Jellyfin.jellyfin.core.http -> ERROR::resources/lib/jellyfin/core/http.py:110 HTTPConnectionPool(host='172.19.0.7', port=8096): Max retries exceeded with url: /emby/system/info/public (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.HTTPConnection object at 0xdae987f0>, 'Connection to 172.19.0.7 timed out. (connect timeout=8)'))
2019-07-17 12:05:42.045 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('callback')
2019-07-17 12:05:42.048 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('auth.server-id')
2019-07-17 12:05:42.051 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('auth.server-id')
2019-07-17 12:05:42.063 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> ERROR::resources/lib/jellyfin/core/connection_manager.py:264 
                                            Traceback (most recent call last):
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 262, in _request_url
                                                return self.http.request(request)
                                              File "resources/lib/jellyfin/core/http.py", line 113, in request
                                                raise HTTPException("ServerUnreachable", error)
                                            HTTPException
2019-07-17 12:05:42.080 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> ERROR::resources/lib/jellyfin/core/connection_manager.py:358 test failed for connection mode 0 with server JellyfinServer
                                            Traceback (most recent call last):
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 355, in _test_next_connection_mode
                                                result = self._try_connect(address, timeout, options)
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 320, in _try_connect
                                                'retry': False
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 262, in _request_url
                                                return self.http.request(request)
                                              File "resources/lib/jellyfin/core/http.py", line 113, in request
                                                raise HTTPException("ServerUnreachable", error)
                                            HTTPException
2019-07-17 12:05:42.081 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:335 testing connection mode 1 with server JellyfinServer
2019-07-17 12:05:42.082 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:312 tryConnect url: http://{jellyfin-server}/emby/system/info/public
2019-07-17 12:05:42.082 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.name')
2019-07-17 12:05:42.083 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.name')
2019-07-17 12:05:42.083 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.version')
2019-07-17 12:05:42.083 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.version')
2019-07-17 12:05:42.084 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.name')
2019-07-17 12:05:42.084 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.name')
2019-07-17 12:05:42.085 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.device_name')
2019-07-17 12:05:42.085 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.device_name')
2019-07-17 12:05:42.085 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.device_id')
2019-07-17 12:05:42.086 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.device_id')
2019-07-17 12:05:42.086 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.version')
2019-07-17 12:05:42.087 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.version')
2019-07-17 12:05:42.087 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('auth.token')
2019-07-17 12:05:42.088 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('auth.token')
2019-07-17 12:05:42.088 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('auth.ssl')
2019-07-17 12:05:42.088 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('auth.ssl')
2019-07-17 12:05:42.089 T:3629900656  NOTICE: Jellyfin.jellyfin.core.http -> DEBUG::resources/lib/jellyfin/core/http.py:88 --->[ http ] {
                                                "retry": false, 
                                                "headers": {
                                                    "X-Application": "Kodi/0.2.1", 
                                                    "Content-type": "application/x-www-form-urlencoded; charset=UTF-8", 
                                                    "Authorization": "MediaBrowser Client=Kodi, Device=Kodi (KodiClient), DeviceId=9F3BF5991B414EEE8CBB4C5FC27B7B8E, Version=0.2.1", 
                                                    "Accept": "application/json"
                                                }, 
                                                "url": "http://{jellyfin-server}/emby/system/info/public", 
                                                "verify": true, 
                                                "timeout": 10, 
                                                "type": "GET"
                                            }
2019-07-17 12:05:52.104 T:3629900656  NOTICE: Jellyfin.jellyfin.core.http -> ERROR::resources/lib/jellyfin/core/http.py:110 HTTPConnectionPool(host='83.202.217.54', port=8096): Max retries exceeded with url: /emby/system/info/public (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.HTTPConnection object at 0xdb00edf0>, 'Connection to 83.202.217.54 timed out. (connect timeout=10)'))
2019-07-17 12:05:52.105 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('callback')
2019-07-17 12:05:52.106 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('auth.server-id')
2019-07-17 12:05:52.106 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('auth.server-id')
2019-07-17 12:05:52.109 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> ERROR::resources/lib/jellyfin/core/connection_manager.py:264 
                                            Traceback (most recent call last):
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 262, in _request_url
                                                return self.http.request(request)
                                              File "resources/lib/jellyfin/core/http.py", line 113, in request
                                                raise HTTPException("ServerUnreachable", error)
                                            HTTPException
2019-07-17 12:05:52.113 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> ERROR::resources/lib/jellyfin/core/connection_manager.py:358 test failed for connection mode 1 with server JellyfinServer
                                            Traceback (most recent call last):
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 355, in _test_next_connection_mode
                                                result = self._try_connect(address, timeout, options)
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 320, in _try_connect
                                                'retry': False
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 262, in _request_url
                                                return self.http.request(request)
                                              File "resources/lib/jellyfin/core/http.py", line 113, in request
                                                raise HTTPException("ServerUnreachable", error)
                                            HTTPException
2019-07-17 12:05:52.114 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:326 Tested all connection modes. Failing server connection.
2019-07-17 12:05:52.114 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> DEBUG::resources/lib/jellyfin/core/connection_manager.py:289 resolving connectToServers with result['State']: {'State': 0}
2019-07-17 12:05:52.129 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:135 ---[ event: plugin.video.jellyfin/ServerUnreachable ] "[{\"ServerId\": null}]"
2019-07-17 12:05:52.133 T:3629900656  NOTICE: JELLYFIN.connect -> ERROR::resources/lib/connect.py:70 User is not authenticated.
2019-07-17 12:05:52.227 T:3629900656  NOTICE: JELLYFIN.setup -> INFO::resources/lib/setup.py:25 ---<[ setup ]
2019-07-17 12:05:52.471 T:3629900656  NOTICE: JELLYFIN.entrypoint.service -> DEBUG::resources/lib/entrypoint/service.py:198 [ plugin.video.jellyfin: ServerUnreachable ] {
                                                "ServerId": null
                                            }
2019-07-17 12:05:52.472 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: jellyfin_online ]
2019-07-17 12:05:52.473 T:3629900656  NOTICE: Jellyfin -> INFO::resources/lib/jellyfin/__init__.py:86 ---[ STOPPED JELLYFINCLIENT: default ]---
2019-07-17 12:06:56.387 T:4092170256  NOTICE: Samba is idle. Closing the remaining connections
2019-07-17 12:07:52.475 T:3629900656  NOTICE: JELLYFIN.connect -> INFO::resources/lib/connect.py:39 --[ server/default ]
2019-07-17 12:07:52.518 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:33 JellyfinClient initializing...
2019-07-17 12:07:52.521 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:24 Configuration initializing...
2019-07-17 12:07:52.523 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> INFO::resources/lib/jellyfin/core/configuration.py:71 Begin http constructor.
2019-07-17 12:07:52.526 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('config')
2019-07-17 12:07:52.529 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.ws_client -> DEBUG::resources/lib/jellyfin/core/ws_client.py:28 WSClient initializing...
2019-07-17 12:07:52.532 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> DEBUG::resources/lib/jellyfin/core/connection_manager.py:54 ConnectionManager initializing...
2019-07-17 12:07:52.535 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.credentials -> DEBUG::resources/lib/jellyfin/core/credentials.py:22 Credentials initializing...
2019-07-17 12:07:52.537 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('config')
2019-07-17 12:07:52.540 T:3629900656  NOTICE: Jellyfin -> INFO::resources/lib/jellyfin/__init__.py:123 ---[ START JELLYFINCLIENT ]---
2019-07-17 12:07:52.543 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('config/app')
2019-07-17 12:07:52.545 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('config/app')
2019-07-17 12:07:52.558 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app')
2019-07-17 12:07:52.565 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app')
2019-07-17 12:07:52.568 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> INFO::resources/lib/jellyfin/core/configuration.py:50 Begin app constructor.
2019-07-17 12:07:52.571 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('config')
2019-07-17 12:07:52.573 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('config')
2019-07-17 12:07:52.585 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('config')
2019-07-17 12:07:52.586 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('config')
2019-07-17 12:07:52.587 T:3629900656  NOTICE: Jellyfin -> DEBUG::resources/lib/jellyfin/__init__.py:115 __getitem__('config')
2019-07-17 12:07:52.587 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('config')
2019-07-17 12:07:52.587 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:228 Begin connect
2019-07-17 12:07:52.588 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:126 Begin getAvailableServers
2019-07-17 12:07:52.588 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> DEBUG::resources/lib/jellyfin/core/connection_manager.py:426 MultiGroup      : ('<broadcast>', 7359)
2019-07-17 12:07:52.589 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> DEBUG::resources/lib/jellyfin/core/connection_manager.py:427 Sending UDP Data: who is JellyfinServer?
2019-07-17 12:07:53.592 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:443 Found Servers: []
2019-07-17 12:07:53.603 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.credentials -> DEBUG::resources/lib/jellyfin/core/credentials.py:61 credentialsupdated
2019-07-17 12:07:53.604 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:284 Begin connectToServers, with 1 servers
2019-07-17 12:07:53.605 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:207 begin connectToServer
2019-07-17 12:07:53.606 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:223 beginning connection tests
2019-07-17 12:07:53.608 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:335 testing connection mode 2 with server JellyfinServer
2019-07-17 12:07:53.610 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:312 tryConnect url: http://{jellyfin-server}/emby/system/info/public
2019-07-17 12:07:53.611 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.name')
2019-07-17 12:07:53.612 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.name')
2019-07-17 12:07:53.613 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.version')
2019-07-17 12:07:53.615 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.version')
2019-07-17 12:07:53.616 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.name')
2019-07-17 12:07:53.617 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.name')
2019-07-17 12:07:53.619 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.device_name')
2019-07-17 12:07:53.620 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.device_name')
2019-07-17 12:07:53.621 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.device_id')
2019-07-17 12:07:53.622 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.device_id')
2019-07-17 12:07:53.624 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.version')
2019-07-17 12:07:53.625 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.version')
2019-07-17 12:07:53.627 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('auth.token')
2019-07-17 12:07:53.628 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('auth.token')
2019-07-17 12:07:53.629 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('auth.ssl')
2019-07-17 12:07:53.631 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('auth.ssl')
2019-07-17 12:07:53.633 T:3629900656  NOTICE: Jellyfin.jellyfin.core.http -> DEBUG::resources/lib/jellyfin/core/http.py:88 --->[ http ] {
                                                "retry": false, 
                                                "headers": {
                                                    "X-Application": "Kodi/0.2.1", 
                                                    "Content-type": "application/x-www-form-urlencoded; charset=UTF-8", 
                                                    "Authorization": "MediaBrowser Client=Kodi, Device=Kodi (KodiClient), DeviceId=9F3BF5991B414EEE8CBB4C5FC27B7B8E, Version=0.2.1", 
                                                    "Accept": "application/json"
                                                }, 
                                                "url": "http://{jellyfin-server}/emby/system/info/public", 
                                                "verify": true, 
                                                "timeout": 10, 
                                                "type": "GET"
                                            }
2019-07-17 12:08:03.774 T:3629900656  NOTICE: Jellyfin.jellyfin.core.http -> ERROR::resources/lib/jellyfin/core/http.py:123 HTTPConnectionPool(host='JellyfinServer.local', port=8096): Read timed out. (read timeout=10)
2019-07-17 12:08:03.779 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> ERROR::resources/lib/jellyfin/core/connection_manager.py:264 
                                            Traceback (most recent call last):
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 262, in _request_url
                                                return self.http.request(request)
                                              File "resources/lib/jellyfin/core/http.py", line 125, in request
                                                raise HTTPException("ReadTimeout", error)
                                            HTTPException
2019-07-17 12:08:03.786 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> ERROR::resources/lib/jellyfin/core/connection_manager.py:358 test failed for connection mode 2 with server JellyfinServer
                                            Traceback (most recent call last):
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 355, in _test_next_connection_mode
                                                result = self._try_connect(address, timeout, options)
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 320, in _try_connect
                                                'retry': False
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 262, in _request_url
                                                return self.http.request(request)
                                              File "resources/lib/jellyfin/core/http.py", line 125, in request
                                                raise HTTPException("ReadTimeout", error)
                                            HTTPException
2019-07-17 12:08:03.788 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:335 testing connection mode 0 with server JellyfinServer
2019-07-17 12:08:03.790 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:312 tryConnect url: http://{jellyfin-server}/emby/system/info/public
2019-07-17 12:08:03.791 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.name')
2019-07-17 12:08:03.792 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.name')
2019-07-17 12:08:03.794 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.version')
2019-07-17 12:08:03.795 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.version')
2019-07-17 12:08:03.796 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.name')
2019-07-17 12:08:03.797 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.name')
2019-07-17 12:08:03.799 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.device_name')
2019-07-17 12:08:03.800 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.device_name')
2019-07-17 12:08:03.801 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.device_id')
2019-07-17 12:08:03.802 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.device_id')
2019-07-17 12:08:03.804 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.version')
2019-07-17 12:08:03.805 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.version')
2019-07-17 12:08:03.806 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('auth.token')
2019-07-17 12:08:03.807 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('auth.token')
2019-07-17 12:08:03.809 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('auth.ssl')
2019-07-17 12:08:03.810 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('auth.ssl')
2019-07-17 12:08:03.812 T:3629900656  NOTICE: Jellyfin.jellyfin.core.http -> DEBUG::resources/lib/jellyfin/core/http.py:88 --->[ http ] {
                                                "retry": false, 
                                                "headers": {
                                                    "X-Application": "Kodi/0.2.1", 
                                                    "Content-type": "application/x-www-form-urlencoded; charset=UTF-8", 
                                                    "Authorization": "MediaBrowser Client=Kodi, Device=Kodi (KodiClient), DeviceId=9F3BF5991B414EEE8CBB4C5FC27B7B8E, Version=0.2.1", 
                                                    "Accept": "application/json"
                                                }, 
                                                "url": "http://{jellyfin-server}/emby/system/info/public", 
                                                "verify": true, 
                                                "timeout": 8, 
                                                "type": "GET"
                                            }
2019-07-17 12:08:11.829 T:3629900656  NOTICE: Jellyfin.jellyfin.core.http -> ERROR::resources/lib/jellyfin/core/http.py:110 HTTPConnectionPool(host='172.19.0.7', port=8096): Max retries exceeded with url: /emby/system/info/public (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.HTTPConnection object at 0xdb026330>, 'Connection to 172.19.0.7 timed out. (connect timeout=8)'))
2019-07-17 12:08:11.831 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('callback')
2019-07-17 12:08:11.832 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('auth.server-id')
2019-07-17 12:08:11.833 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('auth.server-id')
2019-07-17 12:08:11.838 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> ERROR::resources/lib/jellyfin/core/connection_manager.py:264 
                                            Traceback (most recent call last):
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 262, in _request_url
                                                return self.http.request(request)
                                              File "resources/lib/jellyfin/core/http.py", line 113, in request
                                                raise HTTPException("ServerUnreachable", error)
                                            HTTPException
2019-07-17 12:08:11.845 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> ERROR::resources/lib/jellyfin/core/connection_manager.py:358 test failed for connection mode 0 with server JellyfinServer
                                            Traceback (most recent call last):
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 355, in _test_next_connection_mode
                                                result = self._try_connect(address, timeout, options)
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 320, in _try_connect
                                                'retry': False
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 262, in _request_url
                                                return self.http.request(request)
                                              File "resources/lib/jellyfin/core/http.py", line 113, in request
                                                raise HTTPException("ServerUnreachable", error)
                                            HTTPException
2019-07-17 12:08:11.847 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:335 testing connection mode 1 with server JellyfinServer
2019-07-17 12:08:11.849 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:312 tryConnect url: http://{jellyfin-server}/emby/system/info/public
2019-07-17 12:08:11.859 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.name')
2019-07-17 12:08:11.860 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.name')
2019-07-17 12:08:11.861 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.version')
2019-07-17 12:08:11.863 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.version')
2019-07-17 12:08:11.864 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.name')
2019-07-17 12:08:11.865 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.name')
2019-07-17 12:08:11.866 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.device_name')
2019-07-17 12:08:11.868 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.device_name')
2019-07-17 12:08:11.869 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.device_id')
2019-07-17 12:08:11.870 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.device_id')
2019-07-17 12:08:11.871 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('app.version')
2019-07-17 12:08:11.873 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('app.version')
2019-07-17 12:08:11.874 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('auth.token')
2019-07-17 12:08:11.875 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('auth.token')
2019-07-17 12:08:11.876 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('auth.ssl')
2019-07-17 12:08:11.878 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('auth.ssl')
2019-07-17 12:08:11.879 T:3629900656  NOTICE: Jellyfin.jellyfin.core.http -> DEBUG::resources/lib/jellyfin/core/http.py:88 --->[ http ] {
                                                "retry": false, 
                                                "headers": {
                                                    "X-Application": "Kodi/0.2.1", 
                                                    "Content-type": "application/x-www-form-urlencoded; charset=UTF-8", 
                                                    "Authorization": "MediaBrowser Client=Kodi, Device=Kodi (KodiClient), DeviceId=9F3BF5991B414EEE8CBB4C5FC27B7B8E, Version=0.2.1", 
                                                    "Accept": "application/json"
                                                }, 
                                                "url": "http://{jellyfin-server}/emby/system/info/public", 
                                                "verify": true, 
                                                "timeout": 10, 
                                                "type": "GET"
                                            }
2019-07-17 12:08:11.887 T:3629900656  NOTICE: Jellyfin.jellyfin.core.http -> ERROR::resources/lib/jellyfin/core/http.py:110 HTTPConnectionPool(host='83.202.217.54', port=8096): Max retries exceeded with url: /emby/system/info/public (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0xdae88070>: Failed to establish a new connection: [Errno 101] Network is unreachable',))
2019-07-17 12:08:11.888 T:3629900656  NOTICE: JELLYFIN.jellyfin.client -> DEBUG::resources/lib/jellyfin/client.py:86 __getitem__('callback')
2019-07-17 12:08:11.889 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:43 __getitem__('auth.server-id')
2019-07-17 12:08:11.889 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.configuration -> DEBUG::resources/lib/jellyfin/core/configuration.py:29 __shortcuts__('auth.server-id')
2019-07-17 12:08:11.892 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> ERROR::resources/lib/jellyfin/core/connection_manager.py:264 
                                            Traceback (most recent call last):
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 262, in _request_url
                                                return self.http.request(request)
                                              File "resources/lib/jellyfin/core/http.py", line 113, in request
                                                raise HTTPException("ServerUnreachable", error)
                                            HTTPException
2019-07-17 12:08:11.895 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> ERROR::resources/lib/jellyfin/core/connection_manager.py:358 test failed for connection mode 1 with server JellyfinServer
                                            Traceback (most recent call last):
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 355, in _test_next_connection_mode
                                                result = self._try_connect(address, timeout, options)
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 320, in _try_connect
                                                'retry': False
                                              File "resources/lib/jellyfin/core/connection_manager.py", line 262, in _request_url
                                                return self.http.request(request)
                                              File "resources/lib/jellyfin/core/http.py", line 113, in request
                                                raise HTTPException("ServerUnreachable", error)
                                            HTTPException
2019-07-17 12:08:11.896 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> INFO::resources/lib/jellyfin/core/connection_manager.py:326 Tested all connection modes. Failing server connection.
2019-07-17 12:08:11.897 T:3629900656  NOTICE: JELLYFIN.jellyfin.core.connection_manager -> DEBUG::resources/lib/jellyfin/core/connection_manager.py:289 resolving connectToServers with result['State']: {'State': 0}
2019-07-17 12:08:11.913 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:135 ---[ event: plugin.video.jellyfin/ServerUnreachable ] "[{\"ServerId\": null}]"
2019-07-17 12:08:11.917 T:3629900656  NOTICE: JELLYFIN.connect -> ERROR::resources/lib/connect.py:70 User is not authenticated.
2019-07-17 12:08:12.020 T:3629900656  NOTICE: JELLYFIN.setup -> INFO::resources/lib/setup.py:25 ---<[ setup ]
2019-07-17 12:08:12.021 T:3629900656  NOTICE: JELLYFIN.entrypoint.service -> DEBUG::resources/lib/entrypoint/service.py:198 [ plugin.video.jellyfin: ServerUnreachable ] {
                                                "ServerId": null
                                            }
2019-07-17 12:08:12.021 T:3629900656  NOTICE: JELLYFIN.helper.utils -> DEBUG::resources/lib/helper/utils.py:43 --[ window clear: jellyfin_online ]
2019-07-17 12:08:12.022 T:3629900656  NOTICE: Jellyfin -> INFO::resources/lib/jellyfin/__init__.py:86 ---[ STOPPED JELLYFINCLIENT: default ]---
oddstr13 commented 5 years ago

From that log, it looks like Kodi is unable to connect to the addresses stored from the last time it connected. Did the IP address of the Jellyfin server change?

I would suggest attempting to re-add the server without changing versions, and see if that fixes the issue.

Also test if a browser on the same device is able to access any of the addresses mentioned in the log (search for host=).

I don't think this is a bug with the Kodi addon per see, but handling of this error condition (server is down from Kodi's point of view) could probably be better.

Jucgshu commented 5 years ago

The server was up with zero IP change whatsoever. Re-adding the server from Kodi didn't help much (I got an 'impossible to connect' error message). In the meantime, browsing from Firefox was possible the whole time

but

I was presented to the login page each time I refreshed the page in Firefox.

I cleaned my Docker images from my Swarm et relaunched a new Jellyfin image. So far, it works (and I'm not presented with the login page in Firefox at each page refresh). And now I can connect from Kodi.

Let me close this issue for now. I'll open it again if it happens again.

manubell commented 5 years ago

@Jucgshu were you by any chance using Bingie at the time? In my installation I have been able to pinpoint this issue specifically to the Bingie skin for Kodi. Which seems to have multiple issues in combination with Jellyfin (that other skins don't have!).

I feel like this isn't an issue for jellyfin-kodi, but one for bingie. I'll provide the the ways I went to get to my conclusion.

Installation steps in kodi were always the following:

  1. Fresh kodi installation
  2. Install Jellyfin-kodi 2.0.1 + sync 3 libraries (movies, anime, tvseries)
  3. Install Bingie skin for Kodi

Directly after doing these steps, everything works through the Bingie UI. However once Kodi is exited and started again, anytime I try to run a media file through the bingie UI it will crash. Though when running the same media file through the jellyfin addon directly it works just fine.

Tested the following skins: Default, Bingie, Aura, Embuary -> only Bingie got me this issue (identifical error log to the one provided by Jucgshu)

Did this with multiple docker images + distros as well: Jellyfin 10.3.7 docker (tried jellyfin/jellyfin + linuxserver/jellyfin) Jellyfin 10.3.5 docker (linuxserver/jellyfin) Kodi 18.3 on Linux with Jellyfin-kodi 2.0.1 Kodi 18.2 on Windows with Jellyfin-kodi 2.0.1

Ps for the contributors to jellyfin-kodi who come across my post (I'm new to Jellyfin); props to this addon, it blows plex and emby integrations with kodi out of the water.