Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

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

Open
01lin opened this issue Sep 2, 2019 · 1 comment

Comments

@01lin
Copy link

01lin commented Sep 2, 2019

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

@minorcong
Copy link
Collaborator

minorcong commented Sep 9, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants