-
Notifications
You must be signed in to change notification settings - Fork 61
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
Generate API signature #135
Conversation
Fixes the Unknown6 API checks.
@@ -8,4 +8,4 @@ gpsoauth==0.3.0 | |||
coveralls==1.1 | |||
werkzeug==0.11.10 | |||
sqlalchemy==1.0.14 | |||
-e git+https://github.com/tejado/pgoapi.git@0811db23d639039f968a82e06c7aa15a0a5016b6#egg=pgoapi | |||
-e git+https://github.com/keyphact/pgoapi.git#egg=pgoapi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can return to @tejado's repo as soon as he merges in the fixes from tejado/pgoapi#182.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get this error when i try to install the new API:
https://i.gyazo.com/4d2a80e943d1ee6f12823dfb2ca5f448.png
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Brewfasa first this was not the right place to comment. Second: try these things: http://www.pandastack.com/unable-to-find-vcvarsall-bat-how-to-fix-on-windows/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know, but it was somehow still kinda connected to the github ^^
I got the compiling working, but now my workers are stuck @ "Exception" status and the logs tell me this:
https://i.gyazo.com/54b34c702cfb58dd9e59abef340d78cd.png
No clue what to do now, i will probably not be the only one getting all these things
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Brewfast with wrong place I mean you are commenting on a line of code and not the issue itself...
Your problem is answered in the other comments. With windows you will need the right dll file and not the so
i tried this but still don't get any pokemon... is this working for you @Noctem? |
@adiran It is. Do you have the encryption library? You'll have to acquire that elsewhere and set the |
@Noctem Giving me AttributeError: |
@Kieken72 did you change your own config file? Is the spelling correct? |
Did you adjust all 3 of the files? |
Similar changes are already in |
A note: you need the libencrypt fitting to your OS. If you have the wrong one the worker.log should display an error like this one |
Actually @Noctem this is almost identical to what I wrote in Could you just change |
Where do you get the libencrypt.so from? |
All my workers got this
Got a lot of this :( @Glennvd https://github.com/PokemonGoMap/PokemonGo-Map/tree/develop/pogom Edit : Fixed running pip install -r requierements.txt |
Here :-) |
@Glennvd you can look at other map projects and take it from them. Like: |
@Aiyubi No, enough. But I edited, running pip -r install fixed the issue |
Can we convert the .so file to be used on windows? On Sun, Aug 7, 2016 at 1:49 PM +0200, "Glenn Vandamme" <[email protected]mailto:[email protected]> wrote: Where do you get the libencrypt.so from? You are receiving this because you were mentioned. |
@Kieken72 use the dll files I linked in one of my last posts |
@Glennvd @Aiyubi I got the same issue as you @Aiyubi on my other pokeminer I just tried to update, I let you know if I fix it. Did you fixed it?
|
Got the same exception as @Eskof posted half an hour ago. However only on x64, armhf runs fine |
@Eskof mb, it was an api bug, they fixed it, but i had the commit pinned in my requirements.txt |
@Eskof just google "ptc account creator github" |
Got it up and running after recreating my database again, was giving me segmentation faults for some reason 👍 |
@Aiyubi Thanks I checked it. I dont know what I'm doing wrong, Its stay stuck at "Waiting for email" and fail |
@Eskof yeah that tool is currently not working. They did some changes there |
@thiemok Any other tools to make some? :( |
@Eskof Lets not discuss this here, you might to look trough /r/pokemongodev a bit and browse the issues of that currently not working github project. If you really need to drop me a dm on /u/_chewbaccat |
Merged different commit which does exactly the same thing into master, and released that as v0.4.3. Thanks again! |
@brewfase I got this problem solved by installing Microsoft Visual C++ Compiler for Python 2.7 |
Fixes the Unknown6 API checks.