aaronpk / Aperture

Aperture is a Microsub server. Currently in beta.
https://aperture.p3k.io
Apache License 2.0
69 stars 5 forks source link

Receiving 'unauthorized' response to calls #15

Closed dg01d closed 6 years ago

dg01d commented 6 years ago

I created a token using https://gimme-a-token.5eb.nl with scopes read follow mute block channels

On attempted get call to /microsub/1?action=channels I receive:-

{
    "error": "unauthorized",
    "error_description": "The access token provided does not have the necessary scope for this action"
}

Otherwise aperture appears to be functioning as expected. Feeds are added, sent to watchtower &c.

dg01d commented 6 years ago

ReInstalling to the latest version fixed this. Closing.