Forums

weird request.form error

Hi all! Kinda random: I'm getting a weird form error and I can't figure it out. Seems like maybe request.get_dict() for Pandas dataframe handling interferes with request.form['some-other-field']?

I am uploading a csv file into a dataframe, and that works perfectly well. I try to upload a string from some other field, and for some reason, request.form['some-other-field'] doesn't get anything. Any ideas? Surely there is something super obvious I've somehow missed. Thanks for any extra set of eyes and advice.

edit: silly JS errors... ugh. python was totally fine of course. :-)