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
When trying to upload results data with results.py I get an error in the following line, as "content" does not exists in data when the table does not exist, yet.
I got this error message as my upload file was not named sedos_results.csv. sedos_results table already exists on OEP, which is why 'content' will always exist in data.
Would be nice to add an error message "Check that your file is named..."
When trying to upload results data with
results.py
I get an error in the following line, as "content" does not exists in data when the table does not exist, yet.sedos_upload/main.py
Line 111 in 011815b
I just exchanged the line with
if "not found" in data["reason"]:
to make it work for me right now. This is not a proposal for a fix.The text was updated successfully, but these errors were encountered: