-
Notifications
You must be signed in to change notification settings - Fork 25
Error when uploading a new version of an image attachment #130
Comments
Hmm, curious. conflr checks the existing attachments and depending on whether there's the one with the same Lines 63 to 66 in 0ef4cfe
Lines 76 to 81 in 0ef4cfe
|
Thanks for responding so quickly. The filenames seem to be consistent between the Confluence attachments and what I have locally. For reference, I am using Atlassian Cloud. The issue also seems to be pretty intermittent. Sometimes I'm able to upload 3 different versions of a file before the issue occurs. Other times, I'm only able to upload one. |
I am having a similar issue in which I use the "Post to Confluence" add-in on an already-published page (Confluence Cloud). If I have converted to the new editor (which is the default style for my organization) the images will not update. You get a grey square with a loading icon. It has become extremely inconvenient. We've been experiencing this problem for a week or two now. One workaround is to delete the Confluence page and start from scratch. But not all users have delete permissions. I have had some success reverting back to the old editor in Page History, then updating, but this is clunky too. |
@elliotlayden
This sounds like there's some API limit and conflr fails to detect the error returned by the API, but I'm not sure... @stevenlockton-progenity |
@elliotlayden - hi - yes, I'm aware :) I was chipping in because this new issue is related to updating image attachments (albeit it only manifests itself in the new editor). |
confl_list_attachments <- function(id, Lines 63 to 66 in 0ef4cfe
When uploading, there is no way to provide limit, |
Ahh, thank you so much for catching!!!
Note that I'm not sure if that explains all the errors reported here, though. There might be something specific to the new editor. |
I have periodically received the following error when modifying an existing page using confl_create_post_from_Rmd(), with update = T. Manually re-uploading the attached images within the browser sometimes seems to fix the problem (allowing me to then upload further attachment versions via confl_create_post_from_Rmd). Otherwise, I have to delete and recreate the page. Any thoughts on what would cause this?
The text was updated successfully, but these errors were encountered: