-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Labels
bugSomething that needs to be fixedSomething that needs to be fixed
Milestone
Description
Hi,
we are reciving the following message.
I think the problem is partially a caching problem.
I upload an document with attachements, change something in the document and the old attachments can't be uploaded anymore but I am not to sure about that part. But thats how it feels since removing the build cache fixed it the last time.
Traceback
=========
File "...\Lib\site-packages\sphinxcontrib\confluencebuilder\rest.py", line 332, in get
raise ConfluenceBadApiError(rsp.status_code, errdata)
sphinxcontrib.confluencebuilder.exceptions.ConfluenceBadApiError:
---
Unsupported Confluence API call
An unsupported Confluence API call has been made. See the following
details for more information:
REQ: GET
RSP: 400
URL: https://api.atlassian.com/ex/confluence/uuid/wiki/
API: api/v2/pages/None/attachments
DATA: {
"errors": [
{
"status": 400,
"code": "INVALID_REQUEST_PARAMETER",
"title": "Provided value {None} for 'id' is not the correct type. Expected type is ContentId",
"detail": ""
}
]
}
---
Florian-Lederer
Metadata
Metadata
Assignees
Labels
bugSomething that needs to be fixedSomething that needs to be fixed