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

Error with checking for Tor exit nodes #98

Open
bigverm23 opened this issue May 18, 2022 · 1 comment
Open

Error with checking for Tor exit nodes #98

bigverm23 opened this issue May 18, 2022 · 1 comment

Comments

@bigverm23
Copy link

bigverm23 commented May 18, 2022

Describe the bug
TOR Exit Node Report:
There is an error with checking for Tor exit nodes:
local variable 'f' referenced before assignment

Reproduction Steps
Steps to reproduce the behavior:

  1. Sooty.py
  2. OPTION 3
  3. enter email address OR IP or URL & click Enter
    ...

Expected behavior
first time using it so I expect it would complete a check and progress. iThis particular error was for an email address and it errored on the Tor exit node check.
I also checked an IP address with OPTION 3 and it errored on VirusTotal Report and hangs on Checking BadIP's (never progresses.

Screenshots
` TOR Exit Node Report:
There is an error with checking for Tor exit nodes:
local variable 'f' referenced before assignment
VirusTotal Report:
error

Checking BadIP's...
Traceback (most recent call last):
File "/home/USER/Sooty/Sooty.py", line 1231, in
mainMenu()
File "/home/USER/Sooty/Sooty.py", line 191, in mainMenu
switchMenu(input())
File "/home/USER/Sooty/Sooty.py", line 57, in switchMenu
repChecker()
File "/home/USER/Sooty/Sooty.py", line 463, in repChecker
f.write("\n\n ---------------------------------")
UnboundLocalError: local variable 'f' referenced before assignment
`

Desktop Operating System:
Ubuntu 22.04 LTS

@jrmain
Copy link

jrmain commented Feb 5, 2023

Same problem here. Ubuntu 18.04. Can the Tor check be disabled?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants