mastodon / mastodon-bridge

Moved to https://source.joinmastodon.org/mastodon/bridge
https://bridge.joinmastodon.org
63 stars 11 forks source link

“The requested scope is invalid, unknown, or malformed.” #7

Closed progval closed 7 years ago

progval commented 7 years ago

Hi,

I tried using https://mastodon-bridge.herokuapp.com/ with an account on my instance, but my instance prints this message: “The requested scope is invalid, unknown, or malformed.”

Removing the “follow” from the list of scopes in the URL fixes the issue; and removing the “read” does not.

fmauNeko commented 7 years ago

You need to replace "scope=read+follow" with "scopes=read%20follow".

progval commented 7 years ago

I already tried it, and it didn't help

rdebeasi commented 7 years ago

Changing scope=read+follow to scope=read allowed me to sign in, although it of course prevented me from being able to follow users in Mastodon Bridge.

I'm on mastodon.xyz, if that helps narrow down the problem at all.

chris-martin commented 7 years ago

It worked when I connected mastodon.social, but isn't working now when I'm trying to connect icosahedron.website

0xa commented 7 years ago

Same, worked on mastodon.social but not on octodon.social.

alanhussey commented 7 years ago

I had this issue yesterday (before the UI refresh) on mastodon.xyz and resolved it with rdebeasi's read-only workaround. Since then I've re-authed and I didn't have the scope error again. This may be resolved now?

chris-martin commented 7 years ago

Seems to connect now, but now I'm blocked by #11.

progval commented 7 years ago

It's fixed for me. Closing.