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

Unable to configure Mastodon integration #127677

Open
badnetmask opened this issue Oct 5, 2024 · 1 comment
Open

Unable to configure Mastodon integration #127677

badnetmask opened this issue Oct 5, 2024 · 1 comment
Assignees

Comments

@badnetmask
Copy link

The problem

I am unable to configure the Mastodon integration. I passed all the required information, then the web UI gives this error:
Unknown error occured when connecting to the Mastodon instance.
So I went to look at the logs, and found this:

2024-10-05 17:06:21.942 ERROR (SyncWorker_50) [homeassistant.components.mastodon.const] Unexpected error
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/mastodon/config_flow.py", line 71, in check_connection
    instance = client.instance()
               ^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/decorator.py", line 232, in fun
    return caller(func, *(extras + args), **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/mastodon/utility.py", line 46, in wrapper
    raise MastodonVersionError(f"Version check failed (Need version {version})")
mastodon.errors.MastodonVersionError: Version check failed (Need version 1.1.0)

Not sure where to go from here, because it's not clear what is it that the version this is checking.
My instance is hachyderm.io running Mastodon v4.2.10.

What version of Home Assistant Core has the issue?

core-2024.10.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

Mastodon

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@home-assistant
Copy link

home-assistant bot commented Oct 5, 2024

Hey there @fabaff, @andrew-codechimp, mind taking a look at this issue as it has been labeled with an integration (mastodon) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of mastodon can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign mastodon Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


mastodon documentation
mastodon source
(message by IssueLinks)

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

No branches or pull requests

3 participants