A fork of tumblr-utils with Python 3 support, bug fixes, and lots of features I found useful.
I've installed tumblr-backup[bs4], and I can use tumblr-backup to download posts fine, but every time I add the --save-notes option, it says this for every post it processes: ``` Caught exception while saving post 708329740150472704: Traceback (most recent call last): File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\tumblr_backup\main.py", line 1927, in save_post f.write(self.get_post()) File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\tumblr_backup\main.py", line 1870, in get_post with ConnectionFile(ns_stdout_rd) as stdout: File "C:\Users\User\AppData\Local\Programs\Python\Python310\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 ``` And then it doesn't download any posts, let alone add notes to them. Is there any way I can fix this?
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 technopoet and has received 3 comments.