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

BugFix: NoneType Error when using Input File #30

Merged
merged 4 commits into from
Oct 27, 2024

Conversation

MikeMeliz
Copy link
Owner

Description

Resolves #25, torcrawl.py was trying to canonical a non-existing URL.

How Has This Been Tested?

python torcrawl.py -i links.txt -w -v w/ two links inside links.txt
python torcrawl.py -u google.com -c -d 1 -w -v

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@MikeMeliz MikeMeliz added the bug label Oct 27, 2024
@MikeMeliz MikeMeliz self-assigned this Oct 27, 2024
@MikeMeliz MikeMeliz linked an issue Oct 27, 2024 that may be closed by this pull request
Copy link

sonarcloud bot commented Oct 27, 2024

@MikeMeliz MikeMeliz merged commit 246d9aa into master Oct 27, 2024
3 checks passed
@MikeMeliz MikeMeliz deleted the 25-typeerror-nonetype branch October 27, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError - NoneType
1 participant