SMART icon indicating copy to clipboard operation
SMART copied to clipboard

Label's that are Numbers appear to cause problems...

Open epugh opened this issue 3 years ago • 0 comments

I'm looking at SMART for labeling search engine queries and their results. My labels are 0 and 1, and I get a parse error when uploading my data:

AttributeError at /projects/add/

'float' object has no attribute 'encode'
Request Method: POST
http://localhost:8000/projects/add/
3.2.9
AttributeError
'float' object has no attribute 'encode'
/code/core/utils/util.py, line 39, in md5_hash
/usr/local/bin/python

epugh avatar May 11 '22 00:05 epugh