advaith1 / activities

Discord slash command bot for opening voice channel activities, using Cloudflare Workers
https://get.activities.rocks
MIT License
608 stars 131 forks source link

Unable to load activity #38

Closed Yoshi24517 closed 2 years ago

Yoshi24517 commented 2 years ago

Trying to load PokerNight, and the bot says "unable to start activity."

Looking in Console logs, it says it can't load the activity from the API, giving a Forbidden 403 error. Checking the rest of the games, none of them work either.

advaith1 commented 2 years ago

can you send a screenshot of the error?

Yoshi24517 commented 2 years ago

Error when starting the activity: image

Error in console logs: image

advaith1 commented 2 years ago

Is your server boosted to level 1?

Also, this error is from Discord, not from the bot.

The API response in the network tab might have more information.

advaith1 commented 2 years ago

ok looks like this might be a permissions issue: do you have the Start Activities permission in the server?

Yoshi24517 commented 2 years ago

It was working before, like a week ago, so I don’t think that was the issue, unless discord added a new permission within that last week.

advaith1 commented 2 years ago

The Start Activities permission was not enforced properly until last week. If you do have the permission, can you check the API response in the network tab?

Yoshi24517 commented 2 years ago

Seems to be a permission for me. When I had somebody give me perms to start activities, the bot worked fine. Seems to be fixed now, so all good!