Replies: 3 comments
|
Any idea on this? You guys want the client IDs of the 2 i have as examples? |
0 replies
|
Was this just thrown into a discussion to be ignored or whats happening here? Kinda hard to allow people to use custom apps if they wont even work after being created. |
0 replies
|
In case someone else runs into this issue, you just need to "Edit" your app and create a bot at the very bottom of kick/settings/developer. Otherwise there's no account to post the message from. The error message is pretty vague. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
A clear and concise description of what the bug is.
Im using exact same code for different Kick Apps, Some that I made the day the API was launched publicly and 1 I made 2 days ago as well as a buddy made another one yesterday to try.
For the 2 new ones I get to Oauth no problem, come back with everything approved refresh, expire, and access_token, even refreshes in my refresh loop no problems.
The problem is when i goto send a message to chat with that access token, that is valid and refreshed.
this is my response from the send message api call, but if i unlink that bot and go back to my bot that was made day 1 of API it works perfectly all same code. So its gotta be something on the Kick App side?
To Reproduce
Steps to reproduce the behavior
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Found it pretty weird i made sure i was printing the channel_id i was sending the message to matched the token saved and printing the token all matches up perfectly.
I can use the same code with any other bots that arent freshly made aswell tested same code with 5 different bots now.
So far its only the 2 new ones that were just made in last few days that are messing up, feel like this will be a issue alot for anyone trying to make any app that would off put them since it wont even work anyways.
All reactions