Support for storage system of type `file` broken
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 68/100
Research direction
Start in simvue/factory/proxy/remote.py and trace the response from the POST to /api/artifacts. Verify the file-upload path only runs when the returned url is not None; for a file storage system with a None url, done means no upload is attempted and the artifact reference is retained.
Written by the indexing model from the issue text.
Description
In simvue/factory/proxy/remote.py it tries to upload a file if url is in the JSON response to the POST to /api/artifacts. However, for the case of a storage system of type file, where you just store references to files, the client shouldn't try to upload a file.
If the url is None the upload shouldn't be attempted. Currently the client tries to upload a file to None which fails of course.
- Dominant language
- Python
- Stars
- 4
- Forks
- 1
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 4
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from simvue-io/python-api
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
simvue-io/python-api#994 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
simvue-io/python-api#986 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
simvue-io/python-api#1004 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 65/100
simvue-io/python-api#1000 · 2 comments ·
-
bug
Difficulty 4/5 3-5 days Newbie friendliness 35/100
simvue-io/python-api#987 ·
All issues in simvue-io/python-api
Similar issues
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
simonw/sqlite-utils#872 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100