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
2024-10-23 21:26:17 WARNING APIv2-Thread-33 :: [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 "C:\Medusa\Medusa\medusa\ws\__init__.py", line 41, in json return json.dumps(self.content) File "C:\Medusa\Python\lib\json\__init__.py", line 231, in dumps return _default_encoder.encode(obj) File "C:\Medusa\Python\lib\json\encoder.py", line 199, in encode chunks = self.iterencode(o, _one_shot=True) File "C:\Medusa\Python\lib\json\encoder.py", line 257, in iterencode return _iterencode(o, 0) File "C:\Medusa\Python\lib\json\encoder.py", line 179, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type Episode is not JSON serializable
The text was updated successfully, but these errors were encountered:
When trying to process some files, this message appears
Locale: es_ES.cp1252
OS: Windows-10-10.0.22621-SP0
SSL Version: OpenSSL 1.1.0j 20 Nov 2018
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Database: 44.19
Version: 1.0.21
Commit: 34a67cf159acab69017dd5b95e0233ecde0de28a
Medusa Info:
2024-10-23 21:26:17 WARNING APIv2-Thread-33 :: [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 "C:\Medusa\Medusa\medusa\ws\__init__.py", line 41, in json return json.dumps(self.content) File "C:\Medusa\Python\lib\json\__init__.py", line 231, in dumps return _default_encoder.encode(obj) File "C:\Medusa\Python\lib\json\encoder.py", line 199, in encode chunks = self.iterencode(o, _one_shot=True) File "C:\Medusa\Python\lib\json\encoder.py", line 257, in iterencode return _iterencode(o, 0) File "C:\Medusa\Python\lib\json\encoder.py", line 179, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type Episode is not JSON serializable
The text was updated successfully, but these errors were encountered: