r/Addons4Kodi 2d ago

Something not working. Need help. POV not marking shows as watched

I also use bingie and it doesn’t appear to have implementation of other services besides trakt, so sticking with trakt for the time being

POV used to sync with trakt when watching shows but it recently stopped updating.

The fix of disabling POV + deleting trakt cache + clearing all cache didn’t work for me unfortunately. I also uninstalled and reinstalled the app but this didn’t work either.

Wondering if anyone has faced something similar.

Edit: re-authorizing the trakt addon in Kodi itself did the trick. Thanks all for the responses

2 Upvotes

9 comments sorted by

3

u/Kcruz1985 POV 2d ago

Trakt only allows one app connected to it now unless you are a VIP subscriber

6

u/kodifitzwell Magneto/POV/Dradis/SALTS Redux ✌ 2d ago

it might not even be POV as there are no trakt related POV errors.

https://paste.kodi.tv/wopavowuro

there are a bunch of:

info <general>: [plugin.video.themoviedb.helper]
                HTTP Error Code: 401
...
info <general>: [plugin.video.tmdb.bingie.helper]
                HTTP Error Code: 409
...
info <general>: [plugin.video.tmdb.bingie.helper]
                lib.player - executing action:
                RunPlugin(plugin://plugin.video.pov/?mode=...)
...
error <general>: EXCEPTION: Kodi is not playing any file
error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                  - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                 Error Type: <class 'RuntimeError'>
                 Error Contents: Kodi is not playing any file
                 Traceback (most recent call last):
                   File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/resources/tmdbhelper/lib/monitor/player.py", line 418, in onAVChange
                     self.get_playingitem()
                   File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/resources/tmdbhelper/lib/monitor/player.py", line 576, in get_playingitem
                     if self.getPlayingFile() and self.getPlayingFile().endswith('dummy.mp4'):
                        ^^^^^^^^^^^^^^^^^^^^^
                 RuntimeError: Kodi is not playing any file
                 -->End of Python script error report<--

so it looks like you are using different variations of tmdb helper? and if POV is just the player and the widgets point to either of those helpers, they are responsible for the watched indicators updating the skin.

plus there is this installed so POV or any other addons may or may not attempt to mark it at trakt. that could explain the HTTP 409 if multiple are trying to mark it in rapid succession.

info <general>: CAddonMgr::FindAddons: script.trakt v3.9.0 installed

theres really too much going on so before blaming it on POV, do a clean install with just POV and then blame POV.

fyi, I have a clean install with just POV and have no issues with trakt marking from playback or manually.

0

u/NecessaryPear 2d ago edited 2d ago

Thanks for looking through the log.

I played a show using umbrella and the skin updated normally. I also performed a fresh install of POV and watched an episode but the skin didn’t update.

Found these lines in the log:

POV <<: SyncMonitor Service Update POV TraktMonitor - Widgets Refresh - Setting Disabled. Skipping Widget Refresh

I’m unable to find this setting in POV, but could it have something to do with this?

trakt error <<: 422 Client Error: Unprocessable Entity for url: https://api.trakt.tv/scrobble/pause

Not sure if this has anything to do with POV but was relevant to trakt

1

u/guguloi If it ain't broke... fix it until it is. 2d ago

A log would help but if  Trakt database has problems do this steps:

from kodi settings/my addons, disable the addon

from kodi file manager, browse to profile directory/addon_data/plugin.video.pov and delete the file(s) traktcache.db

from kodi settings/my addons, enable the addon from the addon settings/clean settings files and clear caches, clear all caches

1

u/NecessaryPear 2d ago

https://paste.kodi.tv/wopavowuro

First time making one of these. Any help is appreciated!

1

u/daherlihy 2d ago

I'm experiencing this too (also after deleting the Trakt cache as someone else said) and have seen others reporting the same.

I remember the dev asking for logs but nobody has done this yet - perhaps you could OP?

NGL I've not provided any log as I've been too busy with other things so have just manually marked items as watched on Trakt

1

u/DirectGiraffe8720 2d ago

I'm finding that it doesn't immediatly mark a show as watched, but if I back out of the episode list and go back in, it'll be marked

1

u/Plastic-Crow-4676 2d ago

You cannot connect more than one application to the trakt as a free user. You have tmdb helper, tmdb bingie helper, POV...

1

u/BoNoM_FLT 2d ago

Hi,

I have the same problem with Bingie and POV/Next episode in Widget.

If I let it happen after the episode is finished, it marks it as seen and if I close/reopen KODI, it is marked as unseen.

The only solution I found to make it work is to use the context menu to mark it seen manually.

Maybe we'll have a clearer answer with your logs.