LunkRat
LunkRat
@raelgc indeed, it fixed the problem. I forgot that the UI has the teams/workspaces as icons on the leftmost black strip of the Sidebar. When I raised this issue, Scudcloud...
@manikmakki ARM looks amazing and if you look at my original comment it is exactly what I envisioned. I am going to experiment with this and if I add it...
I agree with @fbruetting, there should be a queue functionality.
I had a very similar first-use experience to @Philip-Scott in which I stalled on what I should do with the sidebar. Now that I have used Ciano a bit, I...
I see these intermittently. Re-trying even a minute later and the same files upload successfully without issue. The error was common two weeks ago, disappeared for a few weeks, and...
@mattpr we are seeing this issue with files that are `2kb-3kb` in size, plain text, and have `.log` file extension. The issue appears in ~5% of uploads. A file that...
Maybe a temporary workaround for those who are experiencing this issue intermittently. It retries three times each with a `3s` pause. ```python for file_name in files_list: # Try up to...
The PDF file that triggered this error can be found here: https://drive.google.com/file/d/0B_P1mlgsZIJpRjNnQkxCenUzTkU/edit?usp=sharing
Thanks for the response. I am using `PdfFileMerger()` in this script, and the error occurs on `.write` - how to I pass `strict = False` in this case, since I...
Thanks! I set `strict = False` in `PdfFileMerger()` (thought I had tried that already but must have been my error) and it solved our issue. I still get a warning,...