CompositeLight / currentRMS-helper

Chrome extension to add functionality to the CurrentRMS web interface.
11 stars 1 forks source link

Bug: API login Issue #53

Closed TechJed closed 3 months ago

TechJed commented 3 months ago

Have had this issue with a couple of macs on the last two dev releases.

Screenshot 2024-07-03 at 12 27 07 pm
CompositeLight commented 3 months ago

That's dull!

From the API documentation: "401 Unauthorized: Specifically used when authentication is required and has failed or has not been provided."

I use a Mac to write and test the extension, and haven't seen this issue. Can you tell me more about when it happens? Does it happen all the time? Is there anything that triggers it?

TechJed commented 3 months ago

Weird, it happened whenever forcing a refresh, after updating. I just made a new API key and this fixed the issue. Potentially too many calls on the old API key?

CompositeLight commented 3 months ago

Could be. It's all a bit of an unknown what happens at their end of the API. Sometimes I find the API just stops working and a page refresh fixes it. Glad you've found a fix anyway.