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
I have found bedup useful for years, though I hadn't run it for a while until just today. 'bedup scan' runs without issue, but 'bedup dedup' fails with "AttributeError: 'Select' object has no attribute 'count'". Is there a fix for this? Is anyone still maintaining bedup?
-Bill
===
Deduplicating filesystem
Traceback (most recent call last):
File "/home/ashmansk/bin/bedup", line 11, in
sys.exit(script_main())
File "/home/ashmansk/.local/lib/python3.6/site-packages/bedup/main.py", li
ne 497, in script_main
sys.exit(main(sys.argv))
File "/home/ashmansk/.local/lib/python3.6/site-packages/bedup/main.py", li
ne 486, in main
return args.action(args)
File "/home/ashmansk/.local/lib/python3.6/site-packages/bedup/main.py", li
ne 196, in vol_cmd
dedup_tracked(sess, volset, tt, defrag=args.defrag)
File "/home/ashmansk/.local/lib/python3.6/site-packages/bedup/tracking.py", li
ne 392, in dedup_tracked
le = len(query)
File "/home/ashmansk/.local/lib/python3.6/site-packages/bedup/tracking.py", li
ne 293, in len
return self.sess.execute(self.selectable.count()).scalar()
AttributeError: 'Select' object has no attribute 'count'
The text was updated successfully, but these errors were encountered:
I have found bedup useful for years, though I hadn't run it for a while until just today. 'bedup scan' runs without issue, but 'bedup dedup' fails with "AttributeError: 'Select' object has no attribute 'count'". Is there a fix for this? Is anyone still maintaining bedup?
-Bill
===
Deduplicating filesystem
Traceback (most recent call last):
File "/home/ashmansk/bin/bedup", line 11, in
sys.exit(script_main())
File "/home/ashmansk/.local/lib/python3.6/site-packages/bedup/main.py", li
ne 497, in script_main
sys.exit(main(sys.argv))
File "/home/ashmansk/.local/lib/python3.6/site-packages/bedup/main.py", li
ne 486, in main
return args.action(args)
File "/home/ashmansk/.local/lib/python3.6/site-packages/bedup/main.py", li
ne 196, in vol_cmd
dedup_tracked(sess, volset, tt, defrag=args.defrag)
File "/home/ashmansk/.local/lib/python3.6/site-packages/bedup/tracking.py", li
ne 392, in dedup_tracked
le = len(query)
File "/home/ashmansk/.local/lib/python3.6/site-packages/bedup/tracking.py", li
ne 293, in len
return self.sess.execute(self.selectable.count()).scalar()
AttributeError: 'Select' object has no attribute 'count'
The text was updated successfully, but these errors were encountered: