-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't create object of PokeApi.. #20
Comments
did you import the lib?
|
Yes I did:
|
You may need to change that to:
|
Thanks, Now it works but is unable to login. Say's the following. What might be the issue?
|
well this repo is outdated, and i do not maintain it 😞 |
Lol you could have said me that earlier...that's sad though...Can you point me to a working repo? |
nope 🤣 |
[i] Received PTC access token! How can i solve this issue? :( |
crack the newest update |
When i run the following piece of code, I get the following error:
`const Poke = new PokeAPI(options);
^
TypeError: PokeAPI is not a constructor
at Object. (F:\Discord\mybot\pogo.js:17:14)
at Module._compile (module.js:635:30)
at Object.Module._extensions..js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
at Function.Module._load (module.js:489:3)
at Function.Module.runMain (module.js:676:10)
at startup (bootstrap_node.js:187:16)
at bootstrap_node.js:608:3`
Can someone pls assist me with this issue? I am new to PokeApi..if this is not the correct api to use currently, then pls point me to correct API.
The text was updated successfully, but these errors were encountered: