twintproject / twint

An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
MIT License
15.7k stars 2.72k forks source link

Expecting value: line 1 column 1 (char 0) [x] run.Feed #692

Closed xiaowei-xw closed 4 years ago

xiaowei-xw commented 4 years ago

Issue Template

Please use this template!

Initial Check

Command Ran

import twint c=twint.Config() c.Username='Airbnb'

c.Output='Airbnb.csv' c.Store_csv=True

twint.run.Search(c)

Description of Issue

CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) CRITICAL:root:twint.run:Twint:Feed:Tweets_known_error:Expecting value: line 1 column 1 (char 0)

Expecting value: line 1 column 1 (char 0) [x] run.Feed [!] if get this error but you know for sure that more tweets exist, please open an issue and we will investigate it!

this is the error after running the code. I have checked the similar problems #604, and there are these two paths: (1) changing the twint version-2.1.6/2.1.4; (2) change the UserAgent in get.py.

I have tried them, but there exists the above error. So I don't know what to do next? thanks.

Environment Details

Windows, Anaconda, Jupyter Notebook

pielco11 commented 4 years ago

As of now a solution about that issue does not exist. Since you are getting the same error messages and the same behavior, I'd close this issue and keep posting in #604 so that we have a single place to keep the discussion organized