VWS-Python / vws-python-mock

Mock of the Vuforia Web Services (VWS) API
MIT License
1 stars 2 forks source link

Vuforia bug: Sometimes add_target response.text is empty #450

Closed adamtheturtle closed 4 years ago

adamtheturtle commented 4 years ago
adamtheturtle commented 4 years ago

I'm guessing that this is when there is an unexpected 403. The status code is now being logged in the target_id fixture so if we see failures there we will know soon. If so, try another set of credentials, in case that is it.

adamtheturtle commented 4 years ago

A recent example showed a 500 error code.

adamtheturtle commented 4 years ago

Closing as I haven't seen this in a while.