Closed AsimoToast closed 3 months ago
line 183, in download_vinted_data verification_phone = data['verification']['phone']['valid'] KeyError: 'phone'
I think Vinted API changed the phone sector since yesterday. Can you fix it ?
cheers
Same issue here
Looks like they removed the phone verification from the API. I edited the script and the value of verification_phone should now be None when the field is not found in the json response.
phone
verification_phone
None
line 183, in download_vinted_data verification_phone = data['verification']['phone']['valid'] KeyError: 'phone'
I think Vinted API changed the phone sector since yesterday. Can you fix it ?
cheers