question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Auth not being recognized, and 1 other

See original GitHub issue

As stated in the title, despite have an authorized character, an error occurs when calling some functions: Error: No characters have been authenticated. Visit Add-ons => GEST => Authorize Character to do so. (line 100)

Also, the following error occurs whenever GESI.markets_region_orders is called: Error: {id} is not authed, or is misspelled. (line 102) where {id} is the type_id passed to GESI.markets_region_orders.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
NexusDarkshadecommented, Apr 9, 2020

I got around the error by using undefined as the unused arguments. Since that’s what JS does with unused parameters anyways, it shouldn’t change the output. It is now behaving properly.

0reactions
Blacksmoke16commented, Apr 9, 2020

Use ; if thats what you use in your country, or whichever separator.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Firebase auth() subfunctions not recognized
THe docs say to pass email and password to their function firebase.auth().createUserWithEmailAndPassword(email, password) , and although I've ...
Read more >
Problem Solving Login Issues with Two-Factor Authentication
My six-digit authentication code from the authenticator app is not working; I have multiple Learnosity accounts with different username/passwords and my ...
Read more >
Admin Authentication API Errors | Firebase - Google
Admin Authentication API Errors ; auth/id-token-revoked, The Firebase ID token has been revoked. ; auth/insufficient-permission, The credential used to initialize ...
Read more >
Common Issues - Guide to Two-Factor Authentication
I am using Microsoft Internet Explorer and the Duo Prompt does not display correctly. ... phone for authentication and help you log in...
Read more >
What is Authentication?
Despite being used as supplemental authentication factors, user location and current time by themselves are not sufficient, without at least one of the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found