You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug/error is.
Desktop (please complete the following information):
Window 11 23H2
Python 3.12.3
MPC-hc latest
To Reproduce
Steps to reproduce the behavior:
simply stopped working.
Log file
Click to see log contents
2024-05-22 14:24:23,744 - ERROR - backlog_cleaner - init - Unhandled exception
Traceback (most recent call last):
File "C:\Python\Lib\threading.py", line 1073, in _bootstrap_inner
self.run()
File "C:\Python\Lib\threading.py", line 1431, in run
self.function(*self.args, **self.kwargs)
File "C:\Users\Sayed\pipx\venvs\trakt-scrobbler\Lib\site-packages\trakt_scrobbler\backlog_cleaner.py", line 50, in clear
if trakt.add_to_history(**item) is True:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Sayed\pipx\venvs\trakt-scrobbler\Lib\site-packages\trakt_scrobbler\trakt_interface.py", line 149, in add_to_history
history = prepare_history_data(watched_at, media_info)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Sayed\pipx\venvs\trakt-scrobbler\Lib\site-packages\trakt_scrobbler\trakt_interface.py", line 140, in prepare_history_data
{'number': media_info['season'], 'episodes': [
~~~~~~~~~~^^^^^^^^^^
KeyError: 'season'
I use the latest beta version. cause, regular version is not working for this issue. now, the beta version stopped working.
But, when I try to monitor via cmd its working.
The text was updated successfully, but these errors were encountered:
Deleting the file will cause the scrobbler to forget some of the events that happened when trakt.tv wasn't reachable, so make sure you add those manually.
Describe the bug
A clear and concise description of what the bug/error is.
Desktop (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
simply stopped working.
Log file
Click to see log contents
2024-05-22 14:24:23,744 - ERROR - backlog_cleaner - init - Unhandled exception
Traceback (most recent call last):
File "C:\Python\Lib\threading.py", line 1073, in _bootstrap_inner
self.run()
File "C:\Python\Lib\threading.py", line 1431, in run
self.function(*self.args, **self.kwargs)
File "C:\Users\Sayed\pipx\venvs\trakt-scrobbler\Lib\site-packages\trakt_scrobbler\backlog_cleaner.py", line 50, in clear
if trakt.add_to_history(**item) is True:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Sayed\pipx\venvs\trakt-scrobbler\Lib\site-packages\trakt_scrobbler\trakt_interface.py", line 149, in add_to_history
history = prepare_history_data(watched_at, media_info)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Sayed\pipx\venvs\trakt-scrobbler\Lib\site-packages\trakt_scrobbler\trakt_interface.py", line 140, in prepare_history_data
{'number': media_info['season'], 'episodes': [
~~~~~~~~~~^^^^^^^^^^
KeyError: 'season'
I use the latest beta version. cause, regular version is not working for this issue. now, the beta version stopped working.
But, when I try to monitor via cmd its working.
The text was updated successfully, but these errors were encountered: