@pixelfed
What do I have to do to get help regarding the #Pixelfed API, which has been broken since the last release? GH #6166

@[email protected]
@dansup

@kiko @[email protected] @dansup Did you set the `Accept` header for json? That should return an error instead of a redirect.
@pixelfed @[email protected] @dansup With Accept header I got only `error: unauthenticated`, what seems obvious due to the redirect. It looks as if User Access Tokens are no longer accepted or validated.

@kiko @pixelfed @[email protected] @dansup

Hello,

Currently experiencing the same issue.

* API calls that used to work now return error: unauthenticated
* Token creation from the webapp return Whoops! Something went wrong!

How was this resolved for you last time ?
Thx

#pixelfed #api #webdev

@villapirorum @pixelfed @[email protected] @dansup The token has an expiration date. 1Y. Renew it and it works ...

@kiko @pixelfed @[email protected] @dansup

Hi ! Thanks for your answer.

Well that's why I tried to go to my profile > settings > application where I did not find any previous token nor was I able to create a new one....

I'm sure I'm missing something obvious but cannot find what. (Error messages are not very informative neither from the API nor the UI. And documentation is still incomplete)

#pixelfed #api #webdev

@kiko @pixelfed @[email protected] @dansup

More details : When trying to create a new token from the web app :

Call to https://pixelfed.social/oauth/personal-access-tokens returns a 500 Internal Server Error

#pixelfed #api #error

pixelfed

Pixelfed

@dansup @kiko @pixelfed @[email protected]

Fantastic, thanks! Available for more details in PM if needed.
Just hope I did not overlook anything.

@pixelfed @[email protected] @dansup Are there any updates on the broken #Pixelfed API? Issue found?
@kiko @pixelfed @[email protected] Are you sure the token isn't expired? Have you tried to make a new token and use it?
@dansup @pixelfed @[email protected] Hmm ... They expire? There's no hint in the UI. Let me try this...