wombats-writing-code / fbw-components

Fly-by-Wire components for building user interfaces
http://fbw.mit.edu
MIT License
0 stars 1 forks source link

Image upload problem #6

Closed chadlieberman closed 8 years ago

chadlieberman commented 8 years ago

I just tried to upload an image and send it to the server, and I got the error message: "Something went wrong. Contact your administrator."

screenshot from 2016-05-26 13 10 38

coleshaw commented 8 years ago

Sorry, this was a result of using a method not supported in Python 2.6 to add the timestamp onto file uploads. Hopefully we will not see errors like this once we move to the new server in June (because the image upload works on all the other servers…which run Python 2.7). Just deployed a fix, please try it again.

El may 26, 2016, a las 1:12 PM, Chad Lieberman notifications@github.com escribió:

I just tried to upload an image and send it to the server, and I got the error message: "Something went wrong. Contact your administrator."

https://cloud.githubusercontent.com/assets/1149890/15583373/7e498a96-2343-11e6-9eb2-8d7705a63520.png — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/wombats-writing-code/fbw-components/issues/6

chadlieberman commented 8 years ago

Works.