sony_camera_api icon indicating copy to clipboard operation
sony_camera_api copied to clipboard

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

Open mungewell opened this issue 3 years ago • 0 comments

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

mungewell avatar Apr 02 '21 16:04 mungewell