atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

[Confluence] 501 Server error when attempting to update confluence page

Open CermitDFrog opened this issue 4 years ago • 1 comments

When using the update_or_create method for an existing page I am getting a 501 server error. This can be resolved by logging into confluence and visiting the page before updating. Seems to be related to the following bug, which has a code based solution.

https://community.atlassian.com/t5/Atlassian-Cloud-Migration/REST-API-returns-501-Not-Implemented-Error-Until-Page-is-Visited/qaq-p/1703504

CermitDFrog avatar Jun 14 '21 14:06 CermitDFrog

Hi! it sounds useful

Cheers, Gonchik

gonchik avatar Jun 16 '21 06:06 gonchik

Issued PR. Fix is super minor and should resolve the issue I was having. To be honest I had forgotten about this issue till last week. I was just patching in place on my code. #1051

CermitDFrog avatar Sep 26 '22 22:09 CermitDFrog