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
Describe the bug autoclear, autopurge, autoremove do not work in latest version.
To Reproduce
(base) ➜ ~ aria2p autoclear
Traceback (most recent call last):
File "/Users/ligeng/anaconda3/bin/aria2p", line 8, in <module>
sys.exit(main())
File "/Users/ligeng/anaconda3/lib/python3.9/site-packages/aria2p/cli/main.py", line 84, in main
check_args(parser, opts)
File "/Users/ligeng/anaconda3/lib/python3.9/site-packages/aria2p/cli/parser.py", line 50, in check_args
if not opts.do_all and not opts.gids:
AttributeError: 'Namespace' object has no attribute 'do_all'
(base) ➜ ~ aria2p autopurge
Traceback (most recent call last):
File "/Users/ligeng/anaconda3/bin/aria2p", line 8, in <module>
sys.exit(main())
File "/Users/ligeng/anaconda3/lib/python3.9/site-packages/aria2p/cli/main.py", line 84, in main
check_args(parser, opts)
File "/Users/ligeng/anaconda3/lib/python3.9/site-packages/aria2p/cli/parser.py", line 50, in check_args
if not opts.do_all and not opts.gids:
AttributeError: 'Namespace' object has no attribute 'do_all'
(base) ➜ ~ aria2p autoremove
Traceback (most recent call last):
File "/Users/ligeng/anaconda3/bin/aria2p", line 8, in <module>
sys.exit(main())
File "/Users/ligeng/anaconda3/lib/python3.9/site-packages/aria2p/cli/main.py", line 84, in main
check_args(parser, opts)
File "/Users/ligeng/anaconda3/lib/python3.9/site-packages/aria2p/cli/parser.py", line 50, in check_args
if not opts.do_all and not opts.gids:
AttributeError: 'Namespace' object has no attribute 'do_all'
Are these command still valid?
The text was updated successfully, but these errors were encountered:
Describe the bug
autoclear, autopurge, autoremove
do not work in latest version.To Reproduce
Are these command still valid?
The text was updated successfully, but these errors were encountered: