twint icon indicating copy to clipboard operation
twint copied to clipboard

No Data

Open corpuzdonn opened this issue 1 year ago • 3 comments

I keep getting CRITICAL:root:twint.run:Twint:Feed:noData'data' recently. I haven't encountered this problem since last year and I can't seem to fix it. I tried to do the upgrade and it keeps giving me that

Code: import twint import datetime import nest_asyncio

current_date=datetime.date.today() previous_date=current_date-datetime.timedelta(days=1)

nest_asyncio.apply() c.Search = srch c.Lang='tl OR en' c.Since=previous_date.strftime("%Y-%m-%d %H:%M:%S") c.Until=current_date.strftime("%Y-%m-%d %H:%M:%S") twint.run.Search(c)

corpuzdonn avatar Jan 11 '23 08:01 corpuzdonn

If you are running a VPN you will need to turn it off.

M4573RN04H avatar Mar 28 '23 15:03 M4573RN04H

I'm having this same issue. My scheduled scripts suddenly have this error.

batmanscode avatar Apr 24 '23 04:04 batmanscode

I have three days with the same problem

tucan6s8 avatar Apr 24 '23 22:04 tucan6s8