fetchCurrentUnreadConversationCount - Error Client Not Authorized
See original GitHub issueHi all, after making the changes suggested in issue https://github.com/artsy/eigen/issues/3843 I was able to start the application correctly.
There would seem to be a problem only when invoking this API https://github.com/artsy/eigen/blob/master/src/lib/Scenes/BottomTabs/BottomTabs.tsx#L16
as it returns the error https://stagingapi.artsy.net/api/v1/me/token?client_application_id=xxxx - {" error ":" Client Not Authorized "}
To avoid unnecessary calls to the server at the moment I have increased the interval time.
Any suggestions for this problem?
Thanks
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Whenever I try to boot up the game I get "201 Client not ...
After a minute or two, an authorization error pops up and I have no choice but to exit the game. Can't see any...
Read more >Exception access_denied Requested client not authorized
Creating user, list groups etc. etc. (with correct scopes) but every time I'm getting the same error. I have created a service account...
Read more >Scoped App Client - Not authorized to update this reocrd
I am getting this error when processing one of my skipped records but I don't see Scoped App Client as one of the...
Read more >Why do I see the "Requested Client Not Authorized" or "Error
These messages indicate that Solve does not have the necessary permissions to the Google Apps account, so the first step would be to...
Read more >E1:ORCH Orchestrator Client Gets Error - User Is Not ...
JD Edwards EnterpriseOne Tools - Version 9.2 and later: E1:ORCH Orchestrator Client Gets Error - User Is Not Authorized To Use Admin ...
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
Sure @ashfurrow, thanks to you for the quick check. In this issue I will report the queries / mutations that don’t work 👍
the others are: this query createConsignmentSubmission
Hi again! Thanks for your patience on this. I’ve chatted with another engineer and it seems like some of our APIs require an additional level of privilege to access – including the API that you’re seeing the error for. I’m going to follow up with an improvement to ignore those calls for OSS developers. In the mean time, comment out anything that’s not working. Let us know what’s not working, if you could, since that will help us make this more accessible for the broader OSS community 👍