rayolanderos / UT-APT-MiniProject

0 stars 0 forks source link

Camera upload #28

Closed gleono closed 6 years ago

gleono commented 6 years ago

We still need to fix an issue and cleanup the rest of the upload flow, but right now it actually uploads the photo.

The issue is that create_photo.py is getting the stream_id as a long and is not correctly registering it in the search index, resulting in an 500 error code.

This is why we are seeing coercing to Unicode: need string or buffer, long found everytime an image is uploaded, even using the web client.

Too tired to continue.