m0ngr31/jellyamp

Unable to use

Closed this issue · 8 comments

When opening after first installing I don't have the option to add a server and am instead met with the below screen
Jellyamp_HxSWTa2ff2

Windows or Linux?

Windows

You should be able to push Ctrl-Shift-i and see the inspector. Inside of that is a Console tab. You should see the error there. My best guess without seeing the error is that there is a name collision on the localstorage keys I'm using for saving user data.

I'm going to namespace Jellyamp and we'll see if that fixes it for you.

When I do open the console tab this is what I see
Jellyamp_bc3rsSvefk

It is also worth noting that I tried using Jellyamp before before uninstalling it.

If you click on the vertical 3 dots, you can break out the inspector window.

image

That should make it a little easier to debug. Go to the Application tab and click on Local Storage. You can clear out the settings for the app and then if you re-launch it should work.

image

I need to make a check for expired API tokens...

It worked, thank you.

👍

Added some code to check for expired tokens and have you login again if that happens.