GithubHelp home page GithubHelp logo

Comments (1)

weaselshit avatar weaselshit commented on August 11, 2024 2

It does work sometimes, however, it's very rare. Maybe a couple of times since I've enabled nextup about a month ago. I've enabled logging (see a sample below) after the last time I think I saw it working, but couldn't reproduce it yet.

I tried looking into it myself, but haven't had a chance to go deep enough yet. It looks like jellyfin addon handles signals from nextup, but ServerId is missing. Note {'play_info': {'ServerId': None in the first line, and lasts two lines.

It seems like data.get('ServerId') at

if not data.get('ServerId'):
(almost) always retuns None.

2019-09-25 04:30:33.660 T:1285120736  NOTICE: JELLYFIN.player -> INFO::resources/lib/player.py:273 --[ next up ] {'play_info': {'ServerId': None, 'PlayCommand': 'PlayNow', 'ItemIds': [u'55a69b115a34913c61769319afac3f9e']}, 'next_episode': {u'rating': 8, u'tvshowid': u'fe7ac0f483c2790b0787d22073ec473b', u'episode': 6, u'plot': None, u'season': 1, u'title': u'Ebichu Gets Sick', u'episodeid': u'55a69b115a34913c61769319afac3f9e', u'firstaired': 1999, 'art': {'tvshow.fanart': u'https://{jellyfin-server}/emby/Items/fe7ac0f483c2790b0787d22073ec473b/Images/Backdrop/0?Format=original&Tag=1da61a0af7914dac9928cf41618a0ee0', 'tvshow.poster': u'https://{jellyfin-server}/emby/Items/fe7ac0f483c2790b0787d22073ec473b/Images/Primary/0?Format=original&Tag=7a724699d638052a7d33d127c4af3d6c', 'thumb': u'https://{jellyfin-server}/emby/Items/55a69b115a34913c61769319afac3f9e/Images/Primary/0?Format=original&Tag=8e51014870dd41a37d2b7cd4bc7b36a0'}, u'playcount': 1, u'showtitle': u'Oruchuban Ebichu'}, 'current_episode': {u'rating': 8, u'tvshowid': u'fe7ac0f483c2790b0787d22073ec473b', u'episode': 5, u'title': u'The Camembert Cheese Incident', u'season': 1, u'plot': None, u'episodeid': u'd1103bf3df12a56588138484e1984856', u'firstaired': 1999, u'art': {u'tvshow.fanart': u'https://{jellyfin-server}/emby/Items/fe7ac0f483c2790b0787d22073ec473b/Images/Backdrop/0?Format=original&Tag=1da61a0af7914dac9928cf41618a0ee0', u'tvshow.poster': u'https://{jellyfin-server}/emby/Items/fe7ac0f483c2790b0787d22073ec473b/Images/Primary/0?Format=original&Tag=7a724699d638052a7d33d127c4af3d6c', u'thumb': u'https://{jellyfin-server}/emby/Items/d1103bf3df12a56588138484e1984856/Images/Primary/0?Format=original&Tag=d4d1c23778244705a35f657452421af2'}, u'playcount': 1, u'showtitle': u'Oruchuban Ebichu'}}
2019-09-25 04:30:34.020 T:1211101920  NOTICE: JELLYFIN.library -> INFO::resources/lib/library.py:467 --[ sync/2019-09-24T21:28:33z ]
2019-09-25 04:30:34.167 T:943424224  NOTICE: VideoInfoScanner: Starting scan ..
2019-09-25 04:30:34.170 T:943424224  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
2019-09-25 04:30:34.272 T:1285120736  NOTICE: JELLYFIN.monitor -> INFO::resources/lib/monitor.py:46 -->[ kodi scan/video ]
2019-09-25 04:30:34.319 T:1285120736  NOTICE: JELLYFIN.monitor -> INFO::resources/lib/monitor.py:49 --<[ kodi scan/video ]
2019-09-25 04:30:44.542 T:1285120736  NOTICE: JELLYFIN.monitor -> ERROR::resources/lib/monitor.py:123 ServerId undefined.
                                            Traceback (most recent call last):
                                              File "resources/lib/monitor.py", line 107, in onNotification
                                                raise Exception("ServerId undefined.")
                                            Exception: ServerId undefined.
2019-09-25 04:37:20.027 T:826270432  NOTICE: Previous line repeats 35 times.

Not sure if any of this is useful. I'm going to try to collect debug logs from both jellyfin addon and nextup later today.

from jellyfin-kodi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.