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
If an invalid input file like input.txt with quotes is used:
"78021221"
"20452058"
"20434358"
The errors are recorded in twarc.log
2023-01-16 00:02:09,705 WARNING invalid username or user id ""78021221"" on line 1
2023-01-16 00:02:09,705 WARNING invalid username or user id ""20452058"" on line 2
2023-01-16 00:02:09,705 WARNING invalid username or user id ""20434358"" on line 3
But in CLI it looks like it succeeded, which is confusing:
If an invalid input file like
input.txt
with quotes is used:The errors are recorded in
twarc.log
But in CLI it looks like it succeeded, which is confusing:
This is also related to #561 - if a line in the input fails, it should show an error, or show a summary at the end showing what failed.
Separately, it may be worth supporting quoted / unquoted input files?
The text was updated successfully, but these errors were encountered: