You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> /home/ubuntu/archivebox
Traceback (most recent call last):
File "/usr/local/bin/archivebox", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.10/dist-packages/archivebox/cli/__init__.py", line 140, in main
run_subcommand(
File "/usr/local/lib/python3.10/dist-packages/archivebox/cli/__init__.py", line 80, in run_subcommand
module.main(args=subcommand_args, stdin=stdin, pwd=pwd) # type: ignore
File "/usr/local/lib/python3.10/dist-packages/archivebox/cli/archivebox_update.py", line 117, in main
filter_patterns_str = accept_stdin(stdin)
File "/usr/local/lib/python3.10/dist-packages/archivebox/logging_util.py", line 128, in accept_stdin
stdin_str = stdin.read()
OSError: [Errno 9] Bad file descriptor
[1]+ Exit 1 nohup archivebox update --resume=1665638787.247505
Interesting edge case, haven't seen this before. Can probably just wrap stdin_str = stdin.read() in a try: ... except OSError: and ignore it for this case.
Describe the bug
Steps to reproduce
Screenshots or log output
ArchiveBox version
The text was updated successfully, but these errors were encountered: