-
Notifications
You must be signed in to change notification settings - Fork 48
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
Cannot transfer and evolve with RPC 100 #187
Comments
Same issue for trying to evolve >1 item at a time Perhaps a solution is in https://github.com/cyraxx/pogobuf/issues/123 |
Similar issue, I guess Niantic's got big changes in the GM, and there's a client update to come. |
Same problem here. It's definitely a server side change... I would love to know if it gets fixed! |
😢 Hopefully this isn't as bad as it sounds. I have been very busy lately and haven't been able to update the dependencies, hopefully we can work things out. If pogobuf keeps things up to date I should be able to add support for the latest and get a new version in your hands. Thanks for letting me know. |
To get notifications on this problem, there is a "Subscribe" button. For everyone who is subscribed, Me Too posts without new information don't help much. Adding reactions to comments which are already posted is a great way to show Vinny support in getting this addressed. (yes, I'm fully aware this post doesn't add much, but I don't want to have to unsubscribe from this known-issue) |
I am sorry are you having ago at me for posting? |
maybe develop a workaround for now to do singular transfers and evolves? since you can still do it 1 at a time. |
any updates of when the new version will be released??? This is some of the best piece of software i've ever come across and I hope there is a new update very soon. |
It's getting worse - can't log in. Received this error: |
Hi guys, totally new to the project: I was searching for something like this for month, then I found you and here I get error even before using it!
|
Thanks for all the interest everyone. It looks like |
So if I get those 3 -370€ token to get the hash should it should works properly? |
You might be aware, but just in case: nicoschmitt claims this version of pogobuf is up to date: |
I'm in the same boat and can no longer log in anymore before the "5 tries with error: Fetching RPC endpoint failed, received status code 100" error message. I visited the above PogoBuf page but I cannot find any sort of GUI to download, just code. Is this in project mode at this time? Unfortunately, I cannot be of help, but happy to scour for bugs once in BETA -Colleen |
Don't know if it may help, but this project use a workaround with a token. I'm not a programmer but maybe you can find it usefull |
A new release with the latest changes from develop will be out later today. |
This is a fantastic improvement, thanks so much! interestingly, the original problem: can't transfer more than one pokemon at a time is still present. 😭 At least we can still figure out what should get transferred now. |
I am still having this too, which is why I opened this ticket in the first place. While transfers not working is minimal, the evolution ability on the other hand would be great to have once again. Batch evolves may not be possible with the new api [just a guess], but the old timer method would even be better than nothing at all. Manually Mass-evolving is a tedious experience to say the least. |
Reverting the code to how it used to work is going to take quite a bit of work. I am not sure how much time I have right now to make that happen. If someone else wants they can go back to the older versions and stitch it back to life. In the meantime I will probably get any low hanging fruit out of the way. It is frustrating that the main feature of the app is broken. Most of the logic that we reverted can be found in trainer.js in this diff. If someone wanted to look into it. Other than that, probably some status/progress related changes would need to be reverted. |
again RCP 100 on log in from today. |
It's a forced API update:
|
Actually I don't want to use any scan: I choose Pokenurse because it's just a tool to manage all my pokemon and rename them based on their name for practical use. |
Yes but Niantic clearly doesn't want ANY 3rd party tool to be used... |
we can go on talking about what should or should not be done, but the question is: should we pay for getting an "official" hash (and go back to the pay to get more as always) and don't have any problem or should we wait for an update? |
The app is working without any issues other than the ones we already knew of (running dev branch, with a hash key with version 5704 of the API). |
I think we should be able to solve batch transfering by passing an array with the mons id to this method: https://github.com/cyraxx/pogobuf/wiki/pogobuf.Client-Pok%C3%A9mon-Go-API-Methods#releasepokemonpokemonids--promise |
Sorry for the semi-spammy comments but I wanted to let you know I have batch transfers working. The problem with my fix is that I don't think it's using the real multi-transfer method the game uses to transfer them all at the same time but transfering them one by one without any delays. I've tried passing an array with the selected id's but for some reason it wouldn't work (I'm not that good when it comes to real dev haha). Keep in mind that if you try to transfer your buddy mon, the app will log it as a successful transfer but it'll still be there. Here's a link to a branch in my fork so you can test the feature if you feel like it. Remember that you'll need a hash key and use version 5704 of the API in order to log in. |
@hacknug yea this is similar to what we used to do. Except we were using a delay method to artificially recreate the delay for a POGO client based on our best guess. We also had UI for indicating how long it would take in total based on the length of the delay. I think for now this should work for both evolves and transfers, but we should probably add a kind of delay even if in the meantime it isn't displayed to the user. Alternatively we could just display each transfer one at a time, and a count of all the transfers. If you make it a PR we can move the discussion for this over their and I'll be around all weekend to help out. Also for those who are getting RPC 100, get a hash token and login to the latest version of the app (v2.2.0) using the 5704 API. This should allow you to start using the app successfully again. |
@vinnymac the thing is we don't need to wait between transfers anymore because the game implemented its own batch-transfering method (not for evolves though). According to |
@hacknug 👍 we can discuss in PR. For everyone else who is having issues with their google account it seems to be a general issue with most third party apps right now. We aren't the only ones having issues. Which means this will happen to all versions of PokeNurse until one of our dependencies fixes it. |
I have now moved the discussion for failed logins to #211. This can now be strictly for transfer/evolve issues. |
When attempting to mass transfer any amount of 2 or more, an RPC error 100 is received. Looks to be some pogobuf updates which may help.
Single transfer do work, along with renaming and favoriting.
The text was updated successfully, but these errors were encountered: