We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed while moving to mastodon.social that the plugin uses the wrong account id while fetching followers.
The bug results in errors such as this: Error: /api/v1/accounts/1565424413/following returned status code 404 Not Found (Record not found)
Error: /api/v1/accounts/1565424413/following returned status code 404 Not Found (Record not found)
My real account id (found at /api/v1/accounts/lookup is much longer.
/api/v1/accounts/lookup
The result is that the plugin reports connection timeout and a reconnect.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed while moving to mastodon.social that the plugin uses the wrong account id while fetching followers.
The bug results in errors such as this:
Error: /api/v1/accounts/1565424413/following returned status code 404 Not Found (Record not found)
My real account id (found at
/api/v1/accounts/lookup
is much longer.The result is that the plugin reports connection timeout and a reconnect.
The text was updated successfully, but these errors were encountered: