Curve
Curve copied to clipboard
test upload failed...Can't upload file with the same name, please try again
upload csv file by required format, I don't know why it is wrong. Please help
The problem has not been reproduced on curve.baidu.com and another test environment. There is a duplicate bug that all upload failures are reported as duplicate file names. The upload failures are usually caused by the following error:
- Data filename duplicate
- The file format is not implemented (such as xls or xlsx)
- There is an exception in the new version of request or click in pypi
- Some python version compatibility issues such as 2.7.3 ...
We need more information to confirm the problem, please provide the following information:
- The public access address or setup environment of the service (operating system, python version and installation method) . eg.
- Ubuntu 18.04 x64
- python 2.7.16 by conda
- The uploaded csv file (file name, file content). eg.
- filename: test_upload.csv
- filetype: csv
- content:
timestamp,value,label
1476460800,2566.35,0
1476460860,2704.65,0
1476460920,2700.05,0
- The list of data that has been uploaded (screenshot of the data list on the left side of the curve service).
- Use chrome developer mode to view the return content of the upload data request.