vinnymac / PokeNurse

💉 A tool for Pokémon Go to aid in transferring and evolving Pokémon
283 stars 48 forks source link

A few issues #234

Open truonghnguyen1234 opened 7 years ago

truonghnguyen1234 commented 7 years ago
  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 commented 7 years ago

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 commented 7 years ago

I am using version v2.3.1 on Windows 7.

I'm not sure on API.

For the issues, I don't get an error message, nothing happens for a while.

I just tried logging in and I got this: SyntaxError: Unexpected token < JSON at position 0.


From: Allen Hancock notifications@github.com Sent: Sunday, July 2, 2017 3:09 AM To: vinnymac/PokeNurse Cc: truonghnguyen1234; Author Subject: Re: [vinnymac/PokeNurse] A few issues (#234)

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?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/vinnymac/PokeNurse/issues/234#issuecomment-312482286, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AZWgDJys3CX2RIGVj9zkJ26dgzzexP07ks5sJ2w_gaJpZM4OLgpy.

ghost commented 7 years ago

Seems to me this app is dead :(

vinnymac commented 7 years ago

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 commented 7 years ago

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

YesThatAllen commented 7 years ago

Until Vinny has more time to spend on this, commits like these, where dependencies have been updated before, might give pointers: https://github.com/vinnymac/PokeNurse/commit/4cea451 and https://github.com/vinnymac/PokeNurse/commit/3b91055499d061316e9034c25cd7cc677487523d

deivuh commented 7 years ago

Done. Seems to be working #236 :)

truonghnguyen1234 commented 7 years ago

Still having same issue. :(

rlam3 commented 7 years ago

Any updates on this? Or alternatives?

YesThatAllen commented 7 years ago

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