joaomgcd / JoinDesktop

A desktop app for Join built in Electron
238 stars 19 forks source link

Error Loading Join Desktop Couldn't load the app. (TypeError: Cannot read property 'imageUrl' of null). Please check your connection and try again. #63

Closed funkey7dan closed 1 year ago

funkey7dan commented 2 years ago

Hello, I keep getting this error message when trying to start the desktop app. I tried restarting the pc and reinstalling the app but to no avail. On right click the dev panel shows this error: "Failed to load resource: https://www.googleapis.com/oauth2/v1/userinfo?alt=json the server responded with a status of 401 ()"

joaomgcd commented 2 years ago

Hmmm, are you maybe blocking that google server on your network? HTTP error 401 means "Unauthorized".

funkey7dan commented 2 years ago

I'm running a pihole on the network, but i don't see blocked queries when trying to launch join. Also the firefox and chrome interfaces for join work fine, so I don't think the server is blocked. that's the request that is denied in the app: image So i feel like maybe the google authorization is not working properly for me?

oned0 commented 1 year ago

I also get this error. Did you find any solution?

funkey7dan commented 1 year ago

I found a post on Reddit that suggested using BCuninstaller to uninstall the app and reinstall it, that fixed the issue for me ( After authenticating again using google)