Error: 403 error from server
See original GitHub issueI get this 403 error since last update.
[i] Logging with user: xxxxxxxxxxx@gmail.com
undefined
/PokemonGo-node-api/example.js:29
if (err) throw err;
^
Error: 403 error from server
at IncomingMessage.<anonymous> (/PokemonGo-node-api/node_modules/gpsoauthnode/oauth.js:61:23)
at emitNone (events.js:91:20)
at IncomingMessage.emit (events.js:185:7)
at endReadableNT (_stream_readable.js:973:12)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
I’m doing
macbookproloreto:PokemonGo-node-api admin$ export PGO_USERNAME="xxxxxx@gmail.com"
macbookproloreto:PokemonGo-node-api admin$ export PGO_PASSWORD="xxxxxxx"
macbookproloreto:PokemonGo-node-api admin$ export PGO_LOCATION="Union Square, San Francisco"
macbookproloreto:PokemonGo-node-api admin$ export PGO_PROVIDER="google"
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
What Is the 403 Forbidden Error and How to Fix It (8 Methods ...
403 Forbidden error message means that the server is unable to authorize a particular request made by a user. What Causes 403 Forbidden?...
Read more >What Is a 403 Forbidden Error (and How Can I Fix It)?
A 403 Forbidden Error occurs when you do not have permission to access a web page or something else on a web server....
Read more >HTTP Error 403 Forbidden: What It Means and How to Fix It
The 403 (Forbidden) status code indicates that the server understood the request but refuses to authorize it...If authentication credentials ...
Read more >403 Forbidden error: What it is and how to fix it - Allconnect.com
A 403 error is an HTTP status code that means “access denied.” If you ever had a treehouse as a kid, you may...
Read more >How to Fix a 403 Forbidden Error on Your WordPress Site
The 403 (Forbidden) status code indicates that the server understood the request but refuses to authorize it. A server that wishes to make ......
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
you can use app passwords to avoid this problem https://support.google.com/mail/answer/185833?hl=en
thanks @segura2010. app password fixed this for me as well.