baidu / Curve

An Integrated Experimental Platform for time series data anomaly detection.
http://curve.baidu.com
Apache License 2.0
529 stars 134 forks source link

test upload failed...Can't upload file with the same name, please try again #73

Open 01lin opened 5 years ago

01lin commented 5 years ago

upload csv file by required format, I don't know why it is wrong. Please help image

minorcong commented 5 years ago

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:

  1. Data filename duplicate
  2. The file format is not implemented (such as xls or xlsx)
  3. There is an exception in the new version of request or click in pypi
  4. Some python version compatibility issues such as 2.7.3 ...

We need more information to confirm the problem, please provide the following information:

  1. 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
  2. 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
  3. The list of data that has been uploaded (screenshot of the data list on the left side of the curve service).
  4. Use chrome developer mode to view the return content of the upload data request.