Skip to content
This repository has been archived by the owner on Nov 18, 2019. It is now read-only.

Cannot post or put target images to AUVSI Competition Server #1

Open
bbridges opened this issue Jan 4, 2017 · 0 comments
Open

Cannot post or put target images to AUVSI Competition Server #1

bbridges opened this issue Jan 4, 2017 · 0 comments

Comments

@bbridges
Copy link
Member

bbridges commented Jan 4, 2017

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.

@bbridges bbridges added the bug label Jan 4, 2017
@bbridges bbridges added this to the Finish all major features milestone Jan 12, 2017
szhu64 added a commit that referenced this issue Feb 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant