-
Notifications
You must be signed in to change notification settings - Fork 134
Stuck in "Uploading and pre-processing, please wait" page #75
Comments
==> api/log/curve.log <== ==> api/log/uwsgi.log <== ==> api/log/curve.log <== ==> api/log/uwsgi.log <== |
i got it |
There's a log file in /api/log/curve.log For me the error message implies a python 2.7 / python 3.x issue - it's using string operations on a byte array. I suspect in order to get this working properly you need to create a venv with the correct package versions (i.e. looking at api/requirements.txt the minimum required versions are quite old and installing the latest probably causes issues) |
Hey, while uploading CSV the localhost:/8080 web is stuck as picture below:
My data is like
timestamp | value
1534521600 | 0.00
1534608000 | 0.00
1534694400 | 0.00
1534780800 | 1048.20
1534867200 | 0.00
1534953600 | 747.40
1535040000 | 14606.00
1535126400 | 7219.20
1535212800 | 150.40
1535299200 | 5228.00
1535385600 | 2450.40
1535472000 | 1101.40
1535558400 | 3808.60
The text was updated successfully, but these errors were encountered: