Skip to content

Latest commit

 

History

History
97 lines (97 loc) · 3.5 KB

bug_report.yml

File metadata and controls

97 lines (97 loc) · 3.5 KB
NameAboutLabelsAssignees
Bug reportAre you experiencing a problem? Create a report to help us improve!bug

Self Check

  • Try searching existing GitHub Issues (open or closed) for similar issues.

A clear description of what the bug is.

How to reproduce the problem.
This should be a minimal reproducible example, i.e. the shortest possible code or the smallest number of steps that still causes the error.

A brief description of what should happen.

If applicable, add screenshots or videos to help explain your problem. (Videos should be as short as possible! Avoid watermarks too.)

Include the version too, please!

What is the error snscrape gives you, if any?

Insert here the debug log of snscrape.
If you use the CLI, add the global options -vv to the command, e.g. snscrape -vv twitter-search ....
If you use the module, set the debug level in your Python code before any use of snscrape: import logging; logging.basicConfig(level = logging.DEBUG).
If you already use logging in your own code, you may need to adjust the level there instead.

Here attach the dump of your snscrape locals, if it's a crash. (snscrape should tell you the path).
Please note that it may contain identifying info such as IP address, if the website returns that.
You can also optionally request to exchange the file in private.
Finally, if snscrape didn't crash, leave this field blank.

Add any other context about the problem here.