Code Monkey home page Code Monkey logo

Comments (48)

n2o avatar n2o commented on July 27, 2024 2

I'll give it a try and try to fix the Auth module if possible.

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024 2

Hm, I am working on a workaroud to not use GPS location when logging in. The pgoapi devs dropped this feature last year and the current version does not support location-less login...

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024 2

Edit: New images online!

Should be fixed in the current release. Since Docker Hub is still having issues (see http://status.docker.com/), you have to stay tuned when it is online.

Or you clone the repository and build the image on your machine:

docker build -t pogo .
docker run --rm -p 8888:8888 -p 5000:5000 pogo

Please be sure that you are using the latest version, check your JS console

screenshot_20170228_225116

from pogo-cruncher.

Wegi avatar Wegi commented on July 27, 2024 1

Yeah, it seems something changed in the API. I currently do not have the time to maintain the tool. I am not sure about @n2o, but its probably similar. If somebody is aware what was changed and wants to submit a pull request, we'll be more than happy to merge.

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024 1

Okay, @Wegi and me have an idea how to fix this. Previously, we monkey-patched a script from pogoapidev to use location-less authentication. We will apply our changes to the latest pogoapi version to achieve the same results.

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024 1

I think you created a wrong container
docker run -d -p 8888:8888 -p 5000:5000 phaetec/pogo-cruncher:develop

I'll test it in an hour and give you feedback

from pogo-cruncher.

freefri avatar freefri commented on July 27, 2024 1

I've tried with your command, and the same problem. But I'm having issues to log in with the official app as well, so maybe it is my problem. I'll check it again tomorrow.

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024 1

I tried it yesterday in the train, but got another error... Not that easy to get the old functionality back...

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024 1

There is a pull request in the official repository fixing our issue. I applied these changes and a new dev image is currently building on dockerhub. Testing in when I am home. Worked on my laptop with Google 2FA

from pogo-cruncher.

rbialon avatar rbialon commented on July 27, 2024 1

@yroc78 Change to the directory containing the Dockerfile and run the build command from n2o's previous post.

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024 1

This works on all x64 / x86 OSs supporting Docker.

from pogo-cruncher.

yroc78 avatar yroc78 commented on July 27, 2024 1

still getting it

cruncher.js:606  [  0.377s] [om.next] transacted '[(status/niantic {:status true})], #uuid "de02d59b-a097-4163-84e4-8a8f019e52eb"
cruncher.js:606  [ 30.504s] [om.next] transacted '[(app/loading {:status true})], #uuid "346d3103-93fb-44f6-876f-2c61d2cb19fa"
cruncher.js:606  [ 36.263s] [om.next] transacted '[(app/loading {:status false})], #uuid "03cd931f-d7d7-432a-9929-6f244773d69c"
cruncher.js:606  [ 36.266s] [om.next] transacted '[(update/error {:message nil})], #uuid "fccb8723-4b6d-45ee-b475-7006edd8d0cd"
cruncher.js:606  [ 36.272s] [om.next] transacted '[(user/logged-in {:status true})], #uuid "f972b3c3-a112-4419-8170-723969079eb3"
cruncher.js:606  [ 36.277s] [om.next] transacted '[(app/loading {:status true})], #uuid "eb7c81b9-d7df-41c3-8bfe-139568e6c2c3"
cruncher.js:606  [ 36.283s] [om.next] transacted '[(app/loading {:status true})], #uuid "445016d9-ea20-43aa-a488-a3a7d458d8d1"
cruncher.js:606  [ 36.289s] [om.next] transacted '[(change/view {:view :default})], #uuid "477d8ad9-894b-45e1-8c20-43d62fce3002"
cruncher.js:606  [ 37.535s] [om.next] transacted '[(app/loading {:status false})], #uuid "48f96f2c-6d4a-400d-8eb5-1736d87641d5"
cruncher.js:606  [ 37.539s] [om.next] transacted '[(update/error {:message "Login successful, but your inventory could not be loaded..."})], #uuid "667112a5-237d-40a0-8564-eb4d9ec013b7"
cruncher.js:606  [ 37.605s] [om.next] transacted '[(app/loading {:status false})], #uuid "95bfbee4-f706-46c1-96f8-9c1d4bf360de"
cruncher.js:606  [ 37.609s] [om.next] transacted '[(update/error {:message "There was an error retrieving player data. If the error persists, try to log in anew."})], #uuid "e2d8af11-1ec0-4294-bc6c-b3e9d08756bd"

from pogo-cruncher.

freefri avatar freefri commented on July 27, 2024 1

I quote @n2o

GitHub Issues are not designed as a Chat replacement. We can use our Discord channel (see the badge in the README) for further discussions

So I think we have fixed another issue when this issue was closed, or the new discussion is a new issue. But the login seems to work for me using the Docker Hub image

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024

Having the same error... Seems like they changed something.

from pogo-cruncher.

yroc78 avatar yroc78 commented on July 27, 2024

Damn it worked the other day. I was gonna trim my dex for the new 80 about to drop

from pogo-cruncher.

b-ffs avatar b-ffs commented on July 27, 2024

Im experiencing the same issue. Any ideas on why ?

from pogo-cruncher.

yroc78 avatar yroc78 commented on July 27, 2024

@b-ffs guessing the update dropped new code like what happened with ditto. But 80x as much. Sad to lose such an awesome tool but the mods were getting frustrated with it.

from pogo-cruncher.

freefri avatar freefri commented on July 27, 2024

Is this tool off maintenance? Is there any alternative for mass IV calculator?
PD: I will change the title of this issue to: "Login not working after 2nd gen pokemon update"

from pogo-cruncher.

yroc78 avatar yroc78 commented on July 27, 2024

@Wegi understandable. Wosh I understood this stuff more. This was a fantastic tool. Hopefully it can make a comeback. But it seems a lot of people are giving up on trying to keep up with all the changes

from pogo-cruncher.

yroc78 avatar yroc78 commented on July 27, 2024

that explains why a lot of pages died

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024

Okay, got a working version of our cruncher in devlop branch. I'll test ist and publish a new version later. You can test the develop docker image with the tag :develop

docker pull phaetec/pogo-cruncher:develop

I did not test the image, but I keep on coding tomorrow ;-)

from pogo-cruncher.

freefri avatar freefri commented on July 27, 2024

I've run docker pull phaetec/pogo-cruncher:develop and docker run -d -p 8888:8888 -p 5000:5000 phaetec/pogo-cruncher and when I try to log with Pokemon Trainer Club credentials in I'm still getting the error:

Failed to login. If the Pokemon GO Servers are online, your credentials may be wrong.

Thank for your effort

from pogo-cruncher.

yroc78 avatar yroc78 commented on July 27, 2024

tried the code. same error :-( sucks they keep makin this game so complicated. I really loved the mass transfer with IV's all in one place with your program.

from pogo-cruncher.

yroc78 avatar yroc78 commented on July 27, 2024

I don't doubt it. I commend you guys for your great work. Like i said ditto was a pain, so this had gotta be 80x worse

from pogo-cruncher.

fsfikke avatar fsfikke commented on July 27, 2024

Is signing in with location again an option?

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024

I tried to provide a non-valid option to provoke something like position-not-defined, but this produces error messages. Maybe we need to provide again positions...

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024

Someone is experiencing the same issue as we are... One day it worked with the current pgoapi (that was the night when I pushed the new develop image) and the next day I am getting the same error 100... https://www.reddit.com/r/pokemongodev/comments/5w3x36/question_api_returns_status_code_100_session/

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024

I created an issue at the pogodevs, maybe they have an idea (see pogodevorg/pgoapi#188)

from pogo-cruncher.

fsfikke avatar fsfikke commented on July 27, 2024

Sounds promising! Did you also test PTC or just Google? I can't login yet using PTC on the current version nor the develop branch.

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024

Working on a new image, since google protobuf uses a library which is not available for Alpine Linux. This prevents users to login with the current develop image... Local execution of the code gives the desired result, but the Docker Image with Alpine produces a problem. And Docker Hub is currently having issues, which slowed the development process :-) I will test a PTC Account when the image is ready.

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024

Okay, I am able to login with the latest image (currently building on docker hub) with Google + PTC, but I am not sure if everything is correct, since I accidently crunched all my pokemon from the testing account :D

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024

Fixed in 5cf1f79 87fdfd1 and latest release v0.3.3

from pogo-cruncher.

yroc78 avatar yroc78 commented on July 27, 2024

how do I build the image on my machine?

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024

It is on Docker Hub. Just pull the latest image as usual
docker pull phaetec/pogo-cruncher

from pogo-cruncher.

yroc78 avatar yroc78 commented on July 27, 2024

since I tried

cruncher.js:1389 Started Cruncher Version 0.3.3
cruncher.js:606  [  0.253s] [om.next] transacted '[(status/niantic {:status true})], #uuid "5db97598-6cf0-481b-b51a-d2103a19e3e5"
cruncher.js:606  [ 78.426s] [om.next] transacted '[(app/loading {:status true})], #uuid "b0891631-18e6-4ab1-a13b-eb87b745ad33"
cruncher.js:606  [ 84.848s] [om.next] transacted '[(app/loading {:status false})], #uuid "103e4dcf-b8d4-4ed7-b510-e635e695f889"
cruncher.js:606  [ 84.851s] [om.next] transacted '[(update/error {:message nil})], #uuid "b7442ccd-4108-4c83-8552-51b123e0943b"
cruncher.js:606  [ 84.857s] [om.next] transacted '[(user/logged-in {:status true})], #uuid "6ba176f1-a88c-4e68-a30f-d59abc7da8d9"
cruncher.js:606  [ 84.864s] [om.next] transacted '[(app/loading {:status true})], #uuid "4e06d392-a4b8-44c7-b134-d682c8a1fd1e"
cruncher.js:606  [ 84.883s] [om.next] transacted '[(app/loading {:status true})], #uuid "4dd7a7e4-47c4-4f47-afba-136577a25b1a"
cruncher.js:606  [ 84.898s] [om.next] transacted '[(change/view {:view :default})], #uuid "b4829fd4-6b7e-4505-bb2e-f767c15425d3"
cruncher.js:606  [ 85.995s] [om.next] transacted '[(app/loading {:status false})], #uuid "21c01070-bc11-49f1-ade0-cda20ea2418e"
cruncher.js:606  [ 86.000s] [om.next] transacted '[(update/error {:message "Login successful, but your inventory could not be loaded..."})], #uuid "0a14fc2e-dec7-4fd2-890a-6d95ca21cfa9"
cruncher.js:606  [ 86.092s] [om.next] transacted '[(app/loading {:status false})], #uuid "d2ed5b23-9ca7-496a-baf9-f53db9fd38a0"
cruncher.js:606  [ 86.095s] [om.next] transacted '[(update/error {:message "There was an error retrieving player data. If the error persists, try to log in anew."})], #uuid "68447fd1-57d8-44a3-b18e-9ae2a31c45a0"
cruncher.js:606  [108.239s] [om.next] transacted '[(app/loading {:status true})], #uuid "265c4687-c3c3-4320-9e44-0207b5b9b5ee"
cruncher.js:606  [109.354s] [om.next] transacted '[(app/loading {:status false})], #uuid "20450ebe-c55a-4c50-a3bf-bdc9cfaaaea8"
cruncher.js:606  [109.358s] [om.next] transacted '[(update/error {:message "Login successful, but your inventory could not be loaded..."})], #uuid "4eb053ad-bcc4-4b84-b4c8-8f391b35e1a8"```

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024

Old version. Pull the latest version und CTRL SHIFT R your Browser. It is now version 0.4

from pogo-cruncher.

yroc78 avatar yroc78 commented on July 27, 2024

that work on mac? I thought I had done it

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024

How do you login? Google 2FA / PTC? I have no issues here with both...

from pogo-cruncher.

yroc78 avatar yroc78 commented on July 27, 2024

Google chrom local host 8888
With my gmail.
Using docker and pull requests from terminal.
Not sure ive set it up properly.
Just did the steps in the wiki.
I'm new to all of this

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024

But not with Two-factor-authentication (2FA), yes? So I need another account to verify the steps without 2FA and you should concern to use 2FA for security reasons ;-)

Just as an example: Imagine we phished your password with this application (we don't, you can verify this in the code), but if you do not use 2FA, you'd given us your "master"-password for your account. A malicious person could then have access to your account. But if you use 2FA, you'd just given us an app-password for this only purpose, just for one application, but not for the whole account.

from pogo-cruncher.

yroc78 avatar yroc78 commented on July 27, 2024

I'll have to look up how to set that up. Wasn't an issue till now.
Also the auto fill doesnt work with a new setup.
Is that by that design?

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024

This might come from the new form field... I do not use this feature in the cruncher.

from pogo-cruncher.

yroc78 avatar yroc78 commented on July 27, 2024

@n2o I have the 2 factor on now and now it doesn't let me in at all. and no alerts to my phone either

from pogo-cruncher.

yroc78 avatar yroc78 commented on July 27, 2024

2 factor auth app password enabled getting this

Started Cruncher Version 0.4
cruncher.js:606  [ 49.474s] [om.next] transacted '[(app/loading {:status true})], #uuid "e8668a4a-2b77-4812-a5ef-d1756e08bc2c"
cruncher.js:606  [ 49.516s] [om.next] transacted '[(status/niantic {:status true})], #uuid "69992bdb-308c-4e01-9d01-822470ae504f"
cruncher.js:606  [ 55.077s] [om.next] transacted '[(app/loading {:status false})], #uuid "c15be880-f903-4f8c-9655-f242c05f32d9"
cruncher.js:606  [ 55.081s] [om.next] transacted '[(update/error {:message nil})], #uuid "1d26b273-4d65-4851-b4b1-a77a2cf748da"
cruncher.js:606  [ 55.086s] [om.next] transacted '[(user/logged-in {:status true})], #uuid "5ca00677-a78b-4bb3-b43e-c64512915200"
cruncher.js:606  [ 55.092s] [om.next] transacted '[(app/loading {:status true})], #uuid "c139905f-488e-4b3d-b592-27a35153a0e6"
cruncher.js:606  [ 55.097s] [om.next] transacted '[(app/loading {:status true})], #uuid "5598012d-ae22-48b1-8716-36ff90bbe295"
cruncher.js:606  [ 55.105s] [om.next] transacted '[(change/view {:view :default})], #uuid "9ff36b8f-9b6b-48dc-8367-978d6b8aab95"
cruncher.js:606  [ 55.114s] [om.next] transacted '[(status/niantic {:status true})], #uuid "88d04f26-c39d-4af0-92b3-386601ccf4e4"
cruncher.js:606  [ 56.175s] [om.next] transacted '[(app/loading {:status false})], #uuid "e95fb65e-eadd-44ea-aae6-2e0d63874cd1"
cruncher.js:606  [ 56.177s] [om.next] transacted '[(update/error {:message "Login successful, but your inventory could not be loaded..."})], #uuid "18dc2807-8903-4e48-9dce-a8a94f85d19a"
cruncher.js:606  [ 56.247s] [om.next] transacted '[(app/loading {:status false})], #uuid "efd4e702-eb10-4c44-b9f0-d3aaef1c0549"
cruncher.js:606  [ 56.251s] [om.next] transacted '[(update/error {:message "There was an error retrieving player data. If the error persists, try to log in anew."})], #uuid "aadc62b1-240c-43ff-a11f-ffa3a98ee956"
cruncher.js:606  [ 65.947s] [om.next] transacted '[(app/loading {:status true})], #uuid "11d50638-458e-4946-b80b-bb5af8090c73"
cruncher.js:606  [ 67.033s] [om.next] transacted '[(app/loading {:status false})], #uuid "e24a03fe-2996-41d9-bf54-ddc6b1aa5e60"
cruncher.js:606  [ 67.037s] [om.next] transacted '[(update/error {:message "Login successful, but your inventory could not be loaded..."})], #uuid "c93b5a3e-4cd1-48f7-9e46-5b7b2b7ca494"

from pogo-cruncher.

yroc78 avatar yroc78 commented on July 27, 2024

how do you use it? @n2o

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024

Now I'm getting the same error as you :D So annoying... I'll take a look at it after work.

from pogo-cruncher.

n2o avatar n2o commented on July 27, 2024

Maybe related to pogodevorg/pgoapi#189
The pogodevs have a smiliar issue and need to fix it somehow, because we are relying on their API... I'll take a look at it later

from pogo-cruncher.

yroc78 avatar yroc78 commented on July 27, 2024

Lol sorry to be the news breaker

from pogo-cruncher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.