You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.
Hi Folks,
I'm having trouble using Pinap Berry in use_item_capture function. For example:
req = api.create_request()
req.use_item_capture(
item_id=705,
encounter_id='encounter id',
spawn_point_id='spawn point id')
resp = req.call(False)
it is returning a BAD_REQUEST:
{'envelope': status_code: BAD_REQUEST
request_id: 3291161798870302729
platform_returns {
type: SEND_ENCRYPTED_SIGNATURE
response: "\010\001"
}
, 'responses': {'USE_ITEM_CAPTURE': }}
with a Razz Berry (701) works fine. Can you check please?
Best Regards!!!
The text was updated successfully, but these errors were encountered: