PokeNurse icon indicating copy to clipboard operation
PokeNurse copied to clipboard

A few issues

Open truonghnguyen1234 opened this issue 7 years ago • 10 comments

  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.

truonghnguyen1234 avatar Jul 02 '17 07:07 truonghnguyen1234

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?

YesThatAllen avatar Jul 02 '17 10:07 YesThatAllen

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 [email protected] 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.

truonghnguyen1234 avatar Jul 03 '17 19:07 truonghnguyen1234

Seems to me this app is dead :(

ghost avatar Jul 06 '17 19:07 ghost

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.

vinnymac avatar Jul 06 '17 19:07 vinnymac

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

truonghnguyen1234 avatar Jul 07 '17 16:07 truonghnguyen1234

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

YesThatAllen avatar Jul 07 '17 18:07 YesThatAllen

Done. Seems to be working #236 :)

deivuh avatar Jul 16 '17 15:07 deivuh

Still having same issue. :(

truonghnguyen1234 avatar Jul 17 '17 06:07 truonghnguyen1234

Any updates on this? Or alternatives?

rlam3 avatar Aug 05 '17 18:08 rlam3

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

YesThatAllen avatar Aug 05 '17 18:08 YesThatAllen