Auth not being recognized, and 1 other
See original GitHub issueAs 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:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.Use
;
if thats what you use in your country, or whichever separator.