-
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
MastodonVersionError: Version check failed (Need version 3.4.0) #340
Comments
What specific Mastodon instance (server URL) is this happening with? Did it previously work with that instance, or has it never worked with that instance? Has anything changed on your system since the last time the code worked for you? |
When I used the instance for the first time, I was setting the values directly on the code, so it worked with no problems. When I refactored the code then the errors appeared. I discovered what was wrong but the message error did not help (the one I related previously). About my mistakes: I tried two different approaches to initialize a Mastodon object, both were incorrect. The first problem was how I was reading the file with the The other problem was about giving a filename as an argument to Mastodon init
based on its documentation "If a file is given as client_id, client ID, secret and base url are read from that file." In both cases, the error only occurred when I was trying to use the object, for instance, calling |
Let me actually reopen this - I've noticed myself that the error message can be very misleading, and should be fixed in some way. |
Hello. I've been using the API these days, but since yesterday the following error is occurring and I can't find any record of it.
Since I'm not familiar with where exactly I should ask about this kind of stuff if there is a better place, let me know. I can delete this one and repost where it is more suitable.
Thank you in advance.
More information:
I'm using python (3.11.3) and mastodon.py (1.8.1).
I also asked the same here. I'm not sure if it is a problem from mastodon.py or server side.
The text was updated successfully, but these errors were encountered: