Skip to content

confluence.export_page() doesn't work with 3.37.0 #1172

@flyisland

Description

@flyisland

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):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions