szn / confluence.md

Markdown to Confluence - upload any .md files to your Confluence cloud page
23 stars 10 forks source link

Error 'str' object has no attribute 'get' when trying to update page #23

Closed revoldver closed 3 weeks ago

revoldver commented 1 month ago

Hi, dear @szn !

Got new error with Confluence v8.5.4 and confluence.md v0.4.4 (current): 'str' object has no attribute 'get' when trying to update page with command:

confluence.md --user "" --token $CONFLUENCE_USER_PASSWORD --no_verify_ssl --url https://confluence.mycompany.name create --file page-info.md --parent_id $PARENT_PAGE_ID --title "$PAGE_TITLE" --overwrite (user is empty when working with access token only).

The command above works well 5 months ago with confluence.md v0.2.8.

Thank you!

szn commented 1 month ago

Hi @revoldver,

Can you please rerun this command with --verbose? That would help me a lot.

SN

szn commented 3 weeks ago

I can't reproduce this.