Phaetec / pogo-cruncher

UNMAINTAINED, Niantic now requires keys for their API
MIT License
47 stars 17 forks source link

Login successful, but your inventory could not be loaded... #99

Open losEspinoza opened 7 years ago

losEspinoza commented 7 years ago

Thanks for contributing!


Setup

Browser Console Output

Each browser has a Dev-Console. Please open it and paste the output inside the triple ticks (```). To open it, follow these steps:

Important are the red lines, which indicate an error.

Started Cruncher Version 0.4
cruncher.js:606  [  0.247s] [om.next] transacted '[(status/niantic {:status true})], #uuid "ea129210-1a4f-428a-8f83-f430b18dd79b"
http://localhost:8888/favicon.ico Failed to load resource: the server responded with a status of 404 (File not found)
cruncher.js:606  [ 13.169s] [om.next] transacted '[(app/loading {:status true})], #uuid "ae3c7f17-14cf-4997-a0c4-3ac56666aa23"
cruncher.js:606  [ 19.929s] [om.next] transacted '[(app/loading {:status false})], #uuid "bf2893f6-27ae-4da8-ba54-a5eae6596ab2"
cruncher.js:606  [ 19.932s] [om.next] transacted '[(update/error {:message nil})], #uuid "70265593-7b35-4261-8ddf-00fa2908a05c"
cruncher.js:606  [ 19.934s] [om.next] transacted '[(user/logged-in {:status true})], #uuid "efa35d2d-3874-4b23-bc8c-749db8f2268e"
cruncher.js:606  [ 19.936s] [om.next] transacted '[(app/loading {:status true})], #uuid "4e3ac5cc-1edb-403f-94f3-8be0b1b6552c"
cruncher.js:606  [ 19.944s] [om.next] transacted '[(app/loading {:status true})], #uuid "28c1af6b-8111-47ed-96d1-6716d3cf6cae"
cruncher.js:606  [ 19.950s] [om.next] transacted '[(change/view {:view :default})], #uuid "8e4c77d6-9ea1-4b97-8425-df3442ea7fb3"
cruncher.js:606  [ 21.012s] [om.next] transacted '[(app/loading {:status false})], #uuid "f7f036ca-663a-4c6b-a7ed-adfc191e245d"
cruncher.js:606  [ 21.016s] [om.next] transacted '[(update/error {:message "Login successful, but your inventory could not be loaded..."})], #uuid "abaa3ef9-03f6-4f5a-be1b-470618c983aa"
cruncher.js:606  [ 21.076s] [om.next] transacted '[(app/loading {:status false})], #uuid "49946739-93ed-4289-b617-e5b2ae352f49"
cruncher.js:606  [ 21.077s] [om.next] transacted '[(update/error {:message "There was an error retrieving player data. If the error persists, try to log in anew."})], #uuid "36158548-9bbb-4a60-8f4b-6e16acf42893"
cruncher.js:606  [382.540s] [om.next] transacted '[(app/loading {:status true})], #uuid "d3afd70e-450e-4cce-8a1f-8aec0dbc6898"
cruncher.js:606  [383.687s] [om.next] transacted '[(app/loading {:status false})], #uuid "506070de-e34f-487c-a64c-4f3e0eaebabf"
cruncher.js:606  [383.690s] [om.next] transacted '[(update/error {:message "Login successful, but your inventory could not be loaded..."})], #uuid "9c45db89-ab9b-46de-b42d-92df1e6b71c1"
cruncher.js:606  [399.169s] [om.next] transacted '[(app/loading {:status true})], #uuid "ea36ea03-df13-49d2-9d70-d7244881490e"
cruncher.js:606  [400.245s] [om.next] transacted '[(app/loading {:status false})], #uuid "69ce986b-7822-4cb2-ac68-d54738a40c5f"
cruncher.js:606  [400.252s] [om.next] transacted '[(update/error {:message "Login successful, but your inventory could not be loaded..."})], #uuid "5c852e5c-90a2-4d53-869a-7a5d85c6fe8c"

Other Console Output

Are there any other errors? Paste them here:

# more output, which could be useful
From pogo cruncher UI dialog.
Error: There was an error retrieving player data. If the error persists, try to log in anew.
Error: Login successful, but your inventory could not be loaded...

Description

Error: There was an error retrieving player data. If the error persists, try to log in anew. Error: Login successful, but your inventory could not be loaded...

Login works fine, but pogo cruncher will not load any of my account info. I have tried to update via docker "docker pull phaetec/pogo-cruncher" and it says I have the latest version. I have tried to logout and log back in, using the logout link, as well as restarting docker and pogo cruncher anew.

Clicking on the load pokemon button results in an inventory could not be loaded message. Not sure what else to do. Let me know if you want any more info.

n2o commented 7 years ago

Thanks for your issue! Yes, that's still the problem with the API to Niantic. We do not receive all the data needed for the cruncher anymore. We are working on it and looking forward to a patch of pogodevapi, which we are using to communicate with Niantic's API.

losEspinoza commented 7 years ago

Awesome, thanks for the update. Keep up the great work, I really enjoy using this.

dawaldi commented 7 years ago

any news?

n2o commented 7 years ago

The pgoapi devs closed an promising issue, but I think they did not implement anything. I'll take a look at it on sunday.

dawaldi commented 7 years ago

wird nüscht mehr, oder?

n2o commented 7 years ago

Seems like we're needing a hash key, which can now be bought from some providers (https://talk.pogodev.org/d/55-api-hashing-service-f-a-q). This exception is thrown and prevents the connection to Niantic: pgoapi.exceptions.NoHashKeyException: Token not provided for hashing server.. Hmm...

losEspinoza commented 7 years ago

Bumber, it sounds like they are looking to turn a profit; I don't blame them if they put in a ton of work. I really liked pogo cruncher just because it was simple and easy to use on a full screen laptop. It's a shame that other apps that break the game are continuing, whilst this one seems to come to a road block.

If this is to be the end, I would like to thank all that helped put this together, and for making a great go of it.

Cheers,

CE