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
twscrape add_accounts accounts.txt USSer:Password!1:USSer@gmail.com:Password!1
this return:
`Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\dsgsdg\AppData\Local\Programs\Python\Python311\Scripts\twscrape.exe\__main__.py", line 7, in <module>
File "C:\Users\dsgsdg\AppData\Local\Programs\Python\Python311\Lib\site-packages\twscrape\cli.py", line 208, in run
asyncio.run(main(args))
File "C:\Users\dsgsdg\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\dsgsdg\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\dsgsdg\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\dsgsdg\AppData\Local\Programs\Python\Python311\Lib\site-packages\twscrape\cli.py", line 77, in main
await pool.load_from_file(args.file_path, args.line_format)
File "C:\Users\dsgsdg\AppData\Local\Programs\Python\Python311\Lib\site-packages\twscrape\accounts_pool.py", line 50, in load_from_file
line_delim = guess_delim(line_format)
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\dsgsdg\AppData\Local\Programs\Python\Python311\Lib\site-packages\twscrape\accounts_pool.py", line 31, in guess_delim
lp, rp = tuple([x.strip() for x in line.split("username")])
^^^^^^
ValueError: not enough values to unpack (expected 2, got 1)``
plus, my password has $#, how do I use it?
The text was updated successfully, but these errors were encountered:
3rdxw
changed the title
Fail twscrape add_accounts accounts.txt Ounightx:Ounightx2:Ounightx3:Ounightx4
Fail twscrape add_accounts accounts.txt
Nov 5, 2024
twscrape add_accounts accounts.txt USSer:Password!1:USSer@gmail.com:Password!1
this return:
plus, my password has $#, how do I use it?
The text was updated successfully, but these errors were encountered: