Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Data #11

Open
corpuzdonn opened this issue Jan 11, 2023 · 3 comments
Open

No Data #11

corpuzdonn opened this issue Jan 11, 2023 · 3 comments

Comments

@corpuzdonn
Copy link

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)

@Silvthril
Copy link

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

@batmanscode
Copy link

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

@tucan6s8
Copy link

I have three days with the same problem

@9ary 9ary mentioned this issue May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants