maierfelix / maierfelix/POGOserver
got further but get 403
- Dominant language
- JavaScript
- Stars
- 476
- Forks
- 198
- PR merge metrics
- No merged PRs in 30d
Description
this is what happens
Macbook-Air-******:POGOserver *******$ npm run boot
> POGOServer@0.6.1 boot /********/*******/POGOserver
> npm run babel-node -- ./src/index.js
> POGOServer@0.6.1 babel-node /********/*******/POGOserver
> babel-node --presets=es2015 "./src/index.js"
______ _____ _____ _____
| ___ \ _ | __ \ _ |
| |_/ / | | | | \/ | | | ___ ___ _ ____ _____ _ __
| __/| | | | | __| | | |/ __|/ _ \ '__\ \ / / _ \ '__|
| | \ \_/ / |_\ \ \_/ /\__ \ __/ | \ V / __/ |
\_| \___/ \____/\___/ |___/\___|_| \_/ \___|_|
[Console] https://github.com/maierfelix/POGOServer
[Console] Booting Server v0.6.1
[Console] Error: File game_master was not found!
[Console] Required assets are missing! Preparing dump session..
[Console] Attempt to login with Google..
undefined
[Console] Error: Received code 403 from Google login. This could be because your account has 2-Step-Verification enabled. If that is the case, you need to generate an App Password and use that instead of your regular password: https://security.google.com/settings/security/apppasswords
Any Solutions?
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the failure with npm run boot and start at ./src/index.js, following the Google login path after the missing game_master asset message. Check the project's expected authentication setup and determine what change or documentation would address the 403; completion should be a successful boot or a clear diagnostic.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- authentication, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100