Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError('Object of type Episode is not JSON serializable') #11864

Open
Antaneyes opened this issue Oct 23, 2024 · 0 comments
Open

TypeError('Object of type Episode is not JSON serializable') #11864

Antaneyes opened this issue Oct 23, 2024 · 0 comments

Comments

@Antaneyes
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant