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
The progress bar does not fully disable itself if using twarc in the command line and piping input output, for example:
cat ids.txt | twarc2 users
Error:
File "/home/user/env/lib/python3.7/site-packages/twarc/decorators2.py", line 245, in __init__
if (os.stat(infile.name).st_size / (1024 * 1024 * 1024)) > 1:
FileNotFoundError: [Errno 2] No such file or directory: '<stdin>'
Exception ignored in: <function tqdm.__del__ at 0x7f06df0d19e0>
Traceback (most recent call last):
File "/home/user/env/lib/python3.7/site-packages/tqdm/std.py", line 1147, in __del__
self.close()
File "/home/user/env/lib/python3.7/site-packages/tqdm/std.py", line 1266, in close
if self.disable:
AttributeError: 'FileLineProgressBar' object has no attribute 'disable'
The text was updated successfully, but these errors were encountered:
The progress bar does not fully disable itself if using twarc in the command line and piping input output, for example:
Error:
The text was updated successfully, but these errors were encountered: