idio-sync / romm-comm

RomM-ComM (RomM Communicator Module) - Discord bot that interfaces with Romm API
12 stars 1 forks source link

docker issues - new download button #9

Closed Salpertio closed 4 hours ago

Salpertio commented 4 hours ago

unraid - latest distribution of romm-comm

as follows.

start container bot is logged in cogs loaded, commands available. bot is responsive in discord. "api data is successfully updated"

on discord. /search platform xbox game: tricky (api is connected, detailed info appears, box art etc.)

press button to go to the website (i am logged in to romm) Screenshot_2024-11-16_16-30-18

idio-sync commented 4 hours ago

Are you logged in to both the local and domain instance of Romm? I had issues with Romm not recognizing my account If I was logged in to both in the same browser session, I used one browser for local and one for my domain, and it seems to be okay. Set DISABLE_DOWNLOAD_ENDPOINT_AUTH=true to your RomM environment variables if you want to get around this completely.

Salpertio commented 4 hours ago

seems mozilla was the culprit. moved to another browser and all is swell again.

before we close. setting the role variable will make it so users with said role will have accounts made in romm? or was that a module that's disabled because romm does not allow creating users through the api as of yet?

idio-sync commented 4 hours ago

seems mozilla was the culprit. moved to another browser and all is swell again.

before we close. setting the role variable will make it so users with said role will have accounts made in romm? or was that a module that's disabled because romm does not allow creating users through the api as of yet?

I'm still working on it, I need to debug the user creation a bit and I really don't want to push it out without being as close to 100% as I can.

Salpertio commented 4 hours ago

understood. thank you.