-
Notifications
You must be signed in to change notification settings - Fork 706
Closed
Description
In version 3.36.0, the confluence.export_page() function worked properly.
However, after upgrading to version 3.37.0, errors occurred, such as the one shown below. Upon further investigation, I noticed that the return code for GET /services/api/v1/task/3521019921/progress was 200 in version 3.36.0.
INFO:atlassian.confluence:Check if export task has completed.
DEBUG:atlassian.rest_client:curl --silent -X GET -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sol-jira.atlassian.net/wiki/services/api/v1/task/3521019921/progress'
DEBUG:urllib3.connectionpool:https://{my-company-domain}.atlassian.net:443 "GET /wiki/services/api/v1/task/3521019921/progress HTTP/1.1" 404 132
DEBUG:atlassian.rest_client:HTTP: GET /services/api/v1/task/3521019921/progress -> 404 Not Found
DEBUG:atlassian.rest_client:HTTP: Response text -> {"timestamp":1684831098818,"path":"/api/v1/task/3521019921/progress","status":404,"error":"Not Found","requestId":"6b6822fd-205066"}
ERROR:atlassian.confluence:'message'
Traceback (most recent call last):
LordReydrX
Metadata
Metadata
Assignees
Labels
No labels