Skip to content
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

A few issues #234

Open
truonghnguyen1234 opened this issue Jul 2, 2017 · 10 comments
Open

A few issues #234

truonghnguyen1234 opened this issue Jul 2, 2017 · 10 comments

Comments

@truonghnguyen1234
Copy link

  1. I am having issues with logging in. It either takes forever to log in or it times out.

  2. Evolving Pokemon won't work.

  3. Transferring Pokemon won't work or there is a lag.

@YesThatAllen
Copy link
Contributor

What version of pokenurse? What OS?

What version of the API are you set to? (6100 is still default)

Do you get any error messages?

@truonghnguyen1234
Copy link
Author

truonghnguyen1234 commented Jul 3, 2017 via email

@ghost
Copy link

ghost commented Jul 6, 2017

Seems to me this app is dead :(

@vinnymac
Copy link
Owner

vinnymac commented Jul 6, 2017

POGO doesn't really want third party apps so a lot of devs have fallen off the wagon. It looks like if you want to try to get PokeNurse working again you can try to use pogobuf-vnext. The API tool we use to interact with pogo is out of date.

https://github.com/cyraxx/pogobuf/issues/140

If I ever get some time, I will probably try to set this up for others, but it really isn't hard to try. If someone makes a PR I can do a release for them.

@truonghnguyen1234
Copy link
Author

@vinnymac Would you happen to have instructions using the pogobuf-vnext?

@YesThatAllen
Copy link
Contributor

Until Vinny has more time to spend on this, commits like these, where dependencies have been updated before, might give pointers: 4cea451 and 3b91055

@deivuh
Copy link
Contributor

deivuh commented Jul 16, 2017

Done. Seems to be working #236 :)

@truonghnguyen1234
Copy link
Author

Still having same issue. :(

@rlam3
Copy link

rlam3 commented Aug 5, 2017

Any updates on this? Or alternatives?

@YesThatAllen
Copy link
Contributor

As of today, with this installed on my mac:

$ node -v
v8.1.4
$ npm -v
5.0.3
$ yarn --version
0.27.5

I can check out the develop (or master) branch of Vinny's repo, and then use the commands:

yarn
yarn run dev

To get pokenurse working on api 6900 with a valid key.

If I use yarn run package, I get just a white screen with this in the console:

/Users/Shared/Development/PokeNurse/release/mac/PokeNurse.app/Contents/Resources/electron.asar/comm…:1 Uncaught Error: Cannot find module 'pogobuf-vnext'
    at Module._resolveFilename (module.js:470)
    at Function.Module._resolveFilename (/Users/Shared/Development/PokeNurse/release/mac/PokeNurse.app/Contents/Resources/electron.asar/comm…:35)
    at Function.Module._load (module.js:418)
    at Module.require (module.js:498)
    at require (internal/module.js:20)
    at Object.<anonymous> (isEventSupported.js:17)
    at I (es6.number.constructor.js:20)
    at Object.<anonymous> (isEventSupported.js:17)
    at I (es6.number.constructor.js:20)
    at Object.<anonymous> (index.js:8)

So, anyone who's got yarn installed on their computer should be able to use this tool. A PR off vinnymac/develop which addresses the dependency would be awesome. (or if someone can run package & get a working product.. that'd be interesting too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants