Generate Custom Client {"error": "Something went wrong"} #165
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Generate Custom Client {"error": "Something went wrong"}
I also encountered the same problem.
Maybe your token is incorrect or you don't have sufficient permissions to authenticate with GitHub.
I got the same error.
I'm running it in docker and it gives me this output:
rdgen-1 | checking icon
rdgen-1 | Invalid base64 data
rdgen-1 | Invalid base64 data
rdgen-1 | <Response [404]>
You were right, I didn't configure the token well. Checked only access to Workflows, but not to Actions and used my email for the username, instead of the actual Github username.
Thank you