Getting 504 from Patreon API When Requesting a Token

Hi all,
Recently, I have been getting a 504 error from the Patreon API when requesting a token. I haven’t changed any of my code for around a month, and prior it was working fine as of two hours ago. So I’m wondering if anyone else is having this problem.

Along with that, I have tried to go a authorize a new token using the authorization code method, however, I keep getting the following error from API instead of getting an authorization code:
{"errors":[{"code":1,"code_name":"generic-error","detail":"A runtime check failed.","id":"<ID> ","status":"403","title":"A runtime check failed."}]}
which seems to imply something is wrong backend. Note: <ID> is an actual id

Thanks in advance.

1 Like

Are you using api v1 or api v2? Are both endpoints and api client v2?

I’m currently using APIv2 and both are APIv2.

Seems to be working again. Might have been related to this: https://status.patreon.com/incidents/9p8yw5h8lzwf

Yes, possible. If you encounter it again, just post it here.