We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
after starting daemon threads this just shutting down why? :'
The text was updated successfully, but these errors were encountered:
Sorry for the delay time, the problem from what I've seen, which also happened to me, is in the search.py file:
def find_links(auto): session = HTMLSession() session.headers['user-agent'] = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36' # Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, such as Gecko) Chrome/94.0.4606.71 Safari/537.36 # Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36
The commented lines are the agent I use when it gives that error.
All the best
Sorry, something went wrong.
It's not working
No branches or pull requests
after starting daemon threads
this just shutting down
why? :'
The text was updated successfully, but these errors were encountered: