Forums

twint error

hi there, i have been using twint on my own machine, but i keep getting the following error when i try to use it here. i've tried re-installing it, but i think i must be missing something. any tips would be appreciated.

Traceback (most recent call last):                                                                                              
  File "twint_scrape.py", line 39, in <module>                                                                                  
    twint.run.Search(c)                                                                                                         
  File "/home/lisaswanstrom/twint/twint/run.py", line 410, in Search                                                            
    run(config, callback)                                                                                                       
  File "/home/lisaswanstrom/twint/twint/run.py", line 329, in run                                                               
    get_event_loop().run_until_complete(Twint(config).main(callback))                                                           
  File "/home/lisaswanstrom/twint/twint/run.py", line 36, in __init__                                                           
    self.token.refresh()                                                                                                        
  File "/home/lisaswanstrom/twint/twint/token.py", line 69, in refresh                                                          
    raise RefreshTokenException('Could not find the Guest token in HTML')                                                       
twint.token.RefreshTokenException: Could not find the Guest token in HTML                                                       
(lisa3.8) 01:04 ~/twint (master)$

[formatted by admin]

Hi, it looks like it's a known twint issue: https://github.com/twintproject/twint/issues/957.

Thanks! This helps.

Glad to hear that!