Bloodevil / sony_camera_api

sony camera remote api
http://developer.sony.com/develop/cameras/
MIT License
245 stars 60 forks source link

Error when running example code: timer_photo.py #26

Closed judoq5 closed 8 years ago

judoq5 commented 8 years ago

Unhandled exception in thread started by <function liveview_and_save at 0x0296A170> Traceback (most recent call last): File "timer_photo.py", line 24, in liveview_and_save live = camera.startLiveview() File "..\pysony.py", line 588 in startLiveview return self._cmd(method="startLiveview") File "..\pysony.py", line 268, in _cmd camera_api_list = self.getAvailableApiList()["result"][0] TypeError: string indices must be integers, not str