We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ad3cb commit d1fb450Copy full SHA for d1fb450
1 file changed
src/vws/vws.py
@@ -178,6 +178,10 @@ def add_target(
178
~vws.exceptions.ProjectInactive: The project is inactive.
179
~vws.exceptions.RequestTimeTooSkewed: There is an error with the
180
time sent to Vuforia.
181
+ ~vws.exceptions.UnknownVWSErrorPossiblyBadName: Vuforia returns an
182
+ HTML page with the text "Oops, an error occurred". This has
183
+ been seen to happen when the given name includes a bad
184
+ character.
185
"""
186
image_data = image.getvalue()
187
image_data_encoded = base64.b64encode(image_data).decode('ascii')
0 commit comments