bitfocus / companion-module-discord-api

MIT License
5 stars 2 forks source link

Module not connecting to discord #5

Closed James-Brittain closed 1 year ago

James-Brittain commented 1 year ago

Describe the bug When adding the discord module and entering the Client ID/Secret the status stays on "conencting" upon adding the module i do get the discord prompt to allow access to bifcous but approving this doesnt change the connecting state and bitfocus does not appear in the list of authorised apps.

Have included the logs below

Screenshots image image image

System (please complete the following information): Win 11 - 21H2 Companion 2.4.1

thedist commented 1 year ago

Just to check, you're logged in to Discord as the same account that was used to create the app and get the credentials?

James-Brittain commented 1 year ago

Yep, just checked to be sure it is the same account

James-Brittain commented 1 year ago

unsure if its signficant but if i force close companion, when i reopen it always prompts for the discorcd external application prompt.

image

James-Brittain commented 1 year ago

tried adding this on a mac but had the same results,

image
thedist commented 1 year ago

I'll Have another look at this while I'm working on updating the module for Companion v3, but right now I'm not sure what the issue you're experiencing is as none of our testers can reproduce it.

navhaxs commented 1 year ago

@James-Brittain do check that you are using the "Client Secret" from here:

image

I had the same 'symptoms' as you... and only after I cloned the Companion source code could I better debug why I was stuck 😅

James-Brittain commented 1 year ago

Hi @navhaxs, yeah that was the secret i was using, i deleted everything and started from scratch and it seems to be working now - im not sure if i did anything different here or if there was an update?

Either way thank you and @thedist for looking into this!