Skip to content

atlassian.confluence: export_page throws 404 Client Error #1636

@psys-om

Description

@psys-om

We've been using this library (version 4.0.7) in an automated daily job for quite a while with no issue. Since 10 April the page action confluence.export_page(page_id) fails with the error

404 Client Error: Not Found for url: https://<org>.atlassian.net/wiki/services/api/v1/task/module-<some_uuid>/progress

for all our pages I tested against.

The connection is set up like this:

confluence = Confluence(
    url=<url>,
    username=<username>,
    password=<token>,
    api_version='cloud',
    cloud=True
)

I also tried with the new implementation mentioned in the docs, but I get

from atlassian.confluence import ConfluenceCloud
ImportError: cannot import name 'ConfluenceCloud' from 'atlassian.confluence'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions