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
I am getting the following error, once I try to run snscrape --max-results 10 twitter-hashtag HASHTAGHERE
CRITICAL snscrape.base Errors: SSLError(MaxRetryError("HTTPSConnectionPool(host='twitter.com', port=443): Max retries exceeded with url: /search?f=live&lang=en&q=%23sustainability&src=spelling_expansion_revert_click (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))")), SSLError(MaxRetryError("HTTPSConnectionPool(host='twitter.com', port=443): Max retries exceeded with url: /search?f=live&lang=en&q=%23sustainability&src=spelling_expansion_revert_click (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))")), SSLError(MaxRetryError("HTTPSConnectionPool(host='twitter.com', port=443)
How to reproduce
I made sure, that Snscrape was up to date.
Following version is installed: snscrape 0.7.0.20230622
Expected behaviour
Extraction of 10 Tweets with the given hashtag
Screenshots and recordings
No response
Operating system
macOS 15.3
Python version: output of python3 --version
3.10 (since snscrape does not work with 3.12)
snscrape version: output of snscrape --version
0.7.0.20230622
Scraper
twitter-hashtag
How are you using snscrape?
CLI (snscrape ... as a command, e.g. in a terminal)
Backtrace
No response
Log output
No response
Dump of locals
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I am getting the following error, once I try to run
snscrape --max-results 10 twitter-hashtag HASHTAGHERE
CRITICAL snscrape.base Errors: SSLError(MaxRetryError("HTTPSConnectionPool(host='twitter.com', port=443): Max retries exceeded with url: /search?f=live&lang=en&q=%23sustainability&src=spelling_expansion_revert_click (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))")), SSLError(MaxRetryError("HTTPSConnectionPool(host='twitter.com', port=443): Max retries exceeded with url: /search?f=live&lang=en&q=%23sustainability&src=spelling_expansion_revert_click (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))")), SSLError(MaxRetryError("HTTPSConnectionPool(host='twitter.com', port=443)
How to reproduce
I made sure, that Snscrape was up to date.
Following version is installed: snscrape 0.7.0.20230622
Expected behaviour
Extraction of 10 Tweets with the given hashtag
Screenshots and recordings
No response
Operating system
macOS 15.3
Python version: output of
python3 --version
3.10 (since snscrape does not work with 3.12)
snscrape version: output of
snscrape --version
0.7.0.20230622
Scraper
twitter-hashtag
How are you using snscrape?
CLI (
snscrape ...
as a command, e.g. in a terminal)Backtrace
No response
Log output
No response
Dump of locals
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: