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

branch 'master' broken - local variable 'host' referenced before assignment #69

Open
mungewell opened this issue Apr 2, 2021 · 0 comments

Comments

@mungewell
Copy link
Contributor

mungewell commented Apr 2, 2021

branch 'master' is broken, but 'develop' appears to function OK.

simon@thevoid:~/sony_camera_api-github$ python2 examples/scan_for_cameras.py 
Traceback (most recent call last):
  File "examples/scan_for_cameras.py", line 7, in <module>
    cameras =  search.discover(5)
  File "build/bdist.linux-x86_64/egg/pysony.py", line 54, in discover
  File "build/bdist.linux-x86_64/egg/pysony.py", line 70, in _listen_for_discover
UnboundLocalError: local variable 'host' referenced before assignment
simon@thevoid:~/sony_camera_api-github$ git branch -v
  develop d65482c  add 3.8
* master  ad78953  fix typo
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

1 participant