-
Notifications
You must be signed in to change notification settings - Fork 152
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: exceptions must derive from BaseException #368
Comments
That's quite weird. I can't repro it, either. Maybe some residual six weirdness. We're going to be removing that, so maybe in the newest version it will be fixed. Once that's out, maybe you can give it another shot? |
I wasn't able to consistently reproduce it at the time but I'll give it a shot with the new version |
Good morning, I was able to reproduce it (in fact, I am receiving this error quite often). I am listening the Full traceback:
|
This error popped up after the streaming api timed out
just from glancing at mastodon/streaming.py it looks like the error it's throwing does derive from Exception so I'm not sure what would cause this
The text was updated successfully, but these errors were encountered: