Project

Profile

Help

Issue #4472

closed

Relative_path error when uploading a file

Added by daviddavis about 5 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

If you follow the docs to upload a file and create an rpm, you get the following error:

HTTP/1.1 400 Bad Request
Allow: GET, POST, HEAD, OPTIONS
Content-Length: 46
Content-Type: application/json
Date: Tue, 26 Feb 2019 09:27:59 GMT
Server: WSGIServer/0.2 CPython/3.7.2
Vary: Accept, Cookie
X-Frame-Options: SAMEORIGIN

{
    "_relative_path": [
        "This field is required."
    ]
}

We need to update our code based on https://pulp.plan.io/issues/4394.


Files

clipboard-201912071555-kiqre.png (2.45 KB) clipboard-201912071555-kiqre.png Anonymous, 12/07/2019 11:25 AM

Related issues

Related to Pulp - Issue #4394: Content serializer validate should ensure a saveable objectCLOSED - CURRENTRELEASEmdellwegActions
Related to RPM Support - Issue #4446: multiple test failures on master branchCLOSED - CURRENTRELEASEActions
Actions #1

Updated by daviddavis about 5 years ago

  • Related to Issue #4394: Content serializer validate should ensure a saveable object added
Actions #2

Updated by daviddavis about 5 years ago

I'm trying to update this code but I have a couple questions here:

https://pulp-rpm.readthedocs.io/en/latest/workflows/upload.html#create-rpm-content-from-an-artifact

It seems like relative_path and filename are redundant and should be combined? Moreover, I don't see a filename field in the api docs nor on the PackageSerializer.

I'm also wondering if we should just remove this endpoint and just use the one shot uploader?

Edit: Filed separate issue about filename param: https://pulp.plan.io/issues/4473

Added by daviddavis about 5 years ago

Revision 060627d0 | View on GitHub

Fixing package upload

Fixing package upload after changes from https://pulp.plan.io/issues/4394.

fixes #4472 https://pulp.plan.io/issues/4472

Actions #3

Updated by ttereshc about 5 years ago

  • Related to Issue #4446: multiple test failures on master branch added
Actions #4

Updated by daviddavis about 5 years ago

  • Status changed from ASSIGNED to MODIFIED
Actions #6

Updated by bmbouter almost 5 years ago

  • Tags deleted (Pulp 3)
Actions #8

Updated by ttereshc over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF