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

UnboundLocalError: local variable 'flaky' referenced before assignment #3

Open
StefanoGiu opened this issue Feb 15, 2024 · 2 comments

Comments

@StefanoGiu
Copy link

UnboundLocalError: local variable 'flaky' referenced before assignment

rtspscanner -m scan

Running on Linux

@matt-pathr
Copy link

matt-pathr commented May 10, 2024

installed using pip install rtspscanner on to Ubuntu 20.04 LTS server
using rtspscanner -m scan -a 192.168.130.110

i get the following error

Traceback (most recent call last):
  File "/usr/local/bin/rtspscanner", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.8/dist-packages/rtspscanner.py", line 274, in main
    scanner.scanner()
  File "/usr/local/lib/python3.8/dist-packages/rtspscanner.py", line 132, in scanner
    self.scanResults = {"cameras":self.cameras,"flaky":flaky,"portscan":results}
UnboundLocalError: local variable 'flaky' referenced before assignment

@ackl
Copy link

ackl commented Oct 28, 2024

I am having the same issue

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

3 participants