maierfelix / maierfelix/POGOserver
No pokemons spawning.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 476
- Forks
- 198
- PR merge metrics
- No merged PRs in 30d
Description
Good Evening!
I managed to run this server with my PR #238, but I can't spawn any pokemon through the Web API. It doesn't matter if I put my e-mail or my username at the username on console. I also tried to use "Spawnpoints", but nothing. I am trying to spawn an `Articuno` (exactly as I wrote here).
I often See this messages:
```
(node:13524) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 26): TypeError: Cannot read property 'toUpperCase' of undefined
[Console] Spawned 1x undefined:17 at 10722780925956980736
```
Can anyone help me please??
Thank you,
Gabriel
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Web API spawn attempt using the setup from PR #238, then inspect the spawn path and console output around the undefined Pokémon name and toUpperCase error. Done means requesting an Articuno spawn succeeds without an unhandled rejection and the console reports the correct Pokémon.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100