-
Notifications
You must be signed in to change notification settings - Fork 22
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
Dropping inventory items #5
Comments
It seems like neither However, If you really want to get this working I've published a branch with this call working for you: https://github.com/nabeelamjad/poke-api/tree/RecycleInventory (you can run The way you would invoke this is |
Ok thank you very much, will test and update you. |
Have a look at this link: https://github.com/AeonLucid/POGOProtos/search?utf8=%E2%9C%93&q=recycle. I've gotten the proto files from there and simply added them to the existing structure (not too difficult, have a look at my commit). To generate proto files all you need to do is run the You will need to have protoc installed, instructions here: https://github.com/google/protobuf/blob/master/src/README.md. |
Is there a reason you don't/can't just compile the entirety of the POGOProtos and drop them in here? Would the existing structure support doing that, or would that be a very large change, given that the proto files seem to be somewhat regularly being updated? |
Compiling the protos is quite straight forward, I would need to make sure the existing structure still works with the new protos (it'll be a case of making sure all the class names match, etc) |
@Icehawk78 @coalwater - New protobufs are now up and running, let me know if there are any issues. I've tagged it as 0.0.3, if something does not work then revert to 0.0.2 and let me know. I've had to use b2c48b17b560dc3d259d50a8afa1ef4199170bc4 @ POGOProtos while also adding a missing import on |
I'm trying to do an api call that drops items from the inventory, I've used
get_inventory
and then filtered the items that I want to drop, then I created a call like thisbut then I get this error
Is this because the RpcSub needs to map all requests, or am I doing something wrong?
The text was updated successfully, but these errors were encountered: