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.

Error: 403 error from server

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
segura2010commented, Jul 23, 2016

you can use app passwords to avoid this problem https://support.google.com/mail/answer/185833?hl=en

0reactions
joseleecommented, Aug 15, 2016

thanks @segura2010. app password fixed this for me as well.

Read more comments on GitHub >

github_iconTop 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 >

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