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 Nov 18, 2019. It is now read-only.
In core/net/auvsi-client:AUVSIClient, postTargetImage() and putTargetImage() cannot upload images due to not encoding the images correctly. The images need to be encoded from base 64 strings to the correct format.
The server target image code can be found here. The error likely comes from the try block at line 398.
The following functions also cannot be tested properly because of this:
getTargetImage()
deleteTargetImage()
The tests in tests/auvsi-client/test-auvsi-client.js should be able to pass if the two functions are corrected.
The text was updated successfully, but these errors were encountered:
In
core/net/auvsi-client:AUVSIClient
,postTargetImage()
andputTargetImage()
cannot upload images due to not encoding the images correctly. The images need to be encoded from base 64 strings to the correct format.The server target image code can be found here. The error likely comes from the try block at line 398.
The following functions also cannot be tested properly because of this:
getTargetImage()
deleteTargetImage()
The tests in
tests/auvsi-client/test-auvsi-client.js
should be able to pass if the two functions are corrected.The text was updated successfully, but these errors were encountered: