pymedusa / Medusa

Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
https://pymedusa.com
GNU General Public License v3.0
1.78k stars 276 forks source link

WARNING SEARCHQUEUE-BACKLOG-75692 #11705

Open fransklerks opened 5 months ago

fransklerks commented 5 months ago

2024-04-15 09:56:27 WARNING SEARCHQUEUE-BACKLOG-75692 :: [34a67cf] Unhashable type encountered. Please report this warning to the developers. TypeError('Object of type Episode is not JSON serializable') Traceback (most recent call last): File "/volume1/@appstore/medusa/var/src/medusa/ws/init.py", line 41, in json return json.dumps(self.content) File "/var/packages/python38/target/lib/python3.8/json/init.py", line 231, in dumps return _default_encoder.encode(obj) File "/var/packages/python38/target/lib/python3.8/json/encoder.py", line 199, in encode chunks = self.iterencode(o, _one_shot=True) File "/var/packages/python38/target/lib/python3.8/json/encoder.py", line 257, in iterencode return _iterencode(o, 0) File "/var/packages/python38/target/lib/python3.8/json/encoder.py", line 179, in default raise TypeError(f'Object of type {o.class.name} '