I'm trying to back up my smaller blogs in preperation for backingup the big block, and I keep getting the following error: ``` PS C:\Users\REDACTED\Documents\Tumblr-backup> tumblr-backup will-it-forehead --save-video --save-audio --save-notes --no-post-clobber will-it-forehead: Backup complete: Found empty set of posts Caught exception while saving post 736524160286769152: Traceback (most recent call last): File "C:\Users\REDACTED\AppData\Local\Programs\Python\Python313\Lib\site-packages\tumblr_backup\main.py", line 1927, in save_post f.write(self.get_post()) ~~~~~~~~~~~~~^^ File "C:\Users\REDACTED\AppData\Local\Programs\Python\Python313\Lib\site-packages\tumblr_backup\main.py", line 1870, in get_post with ConnectionFile(ns_stdout_rd) as stdout: ~~~~~~~~~~~~~~^^^^^^^^^^^^^^ File "C:\Users\REDACTED\AppData\Local\Programs\Python\Python313\Lib\site-packages\tumblr_backup\util.py", line 68, in __init__ self.file = open(conn.fileno(), *args, **kwargs) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [WinError 6] The handle is invalid ``` I'm not familiar enough with python to understand what's gone wrong here, but the application correctly downloads all the media for the posts, but then fails to download/save the posts themselves. The post folder winds up empty.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by HydraheadHunter and has received 1 comments.