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!!!
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!!!