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

Max retries exceeded with url #1897

Open
5 tasks done
rpj09 opened this issue Oct 2, 2023 · 0 comments
Open
5 tasks done

Max retries exceeded with url #1897

rpj09 opened this issue Oct 2, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@rpj09
Copy link

rpj09 commented Oct 2, 2023

  • I'm reporting a bug in Sherlock's functionality
  • The bug I'm reporting is not a false positive or a false negative
  • I've verified that I'm running the latest version of Sherlock
  • I've checked for similar bug reports including closed ones
  • I've checked for pull requests that attempt to fix this bug

Description

The error encountered is

A problem occurred while checking for an update: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /sherlock-project/sherlock/master/sherlock/sherlock.py (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x117424670>: Failed to establish a new connection: [Errno 60] Operation timed out'))

Issue Details

Problem:

When attempting to check for updates in Sherlock, an error is encountered with the following details:

  • Error Message: "A problem occurred while checking for an update."
  • Error Type: HTTPSConnectionPool error.
  • Error Cause: The error is caused by a failure to establish a new connection to the URL, resulting in a timeout.

As a result, users are unable to proceed further with the application. Additionally, there is a significant delay after executing the command:

python3 sherlock rpj09

This delay hinders developers and contributors from gaining insights into what is happening.

@rpj09 rpj09 added the bug Something isn't working label Oct 2, 2023
rpj09 added a commit to rpj09/sherlock that referenced this issue Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant