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

Path not JSON serializable error #2468

Open
prasadghanwat12 opened this issue Sep 28, 2024 · 1 comment
Open

Path not JSON serializable error #2468

prasadghanwat12 opened this issue Sep 28, 2024 · 1 comment

Comments

@prasadghanwat12
Copy link

While trying to run the telegram bot getting an error json path not serializable

@CryZFix
Copy link
Contributor

CryZFix commented Oct 7, 2024

Hello. As a temporary local solution, you can make changes to the files.

output_path=app.output_path,

Replace with output_path=app.output_path.__str__()

book.set_identifier(output_path + suffix)

Replace with book.set_identifier(output_path.__str__() + suffix)

I'm still looking for a better solution.

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

2 participants