Advertisement
nitram8

error-2015-05-12

May 12th, 2015
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. 015-05-12 20:14
  2. pip install http://jbaiter.de/files/chdkptp.py-0.1.4beta3.tar.gz
  3. /etc/init.d/spread restart
  4.  
  5. spreads encountered an error:
  6. Traceback (most recent call last):
  7. File "/usr/local/lib/python2.7/dist-packages/spreads/main.py", line 321, in main
  8. run()
  9. File "/usr/local/lib/python2.7/dist-packages/spreads/main.py", line 308, in run
  10. args.subcommand(config)
  11. File "/usr/local/lib/python2.7/dist-packages/spreadsplug/web/app.py", line 169, in run
  12. app.run_server()
  13. File "/usr/local/lib/python2.7/dist-packages/spreadsplug/web/app.py", line 364, in run_server
  14. self.display_ip()
  15. File "/usr/local/lib/python2.7/dist-packages/spreadsplug/web/app.py", line 323, in display_ip
  16. for cam in plugin.get_devices(self.global_config):
  17. File "/usr/local/lib/python2.7/dist-packages/spreads/plugin.py", line 480, in get_devices
  18. devices = list(driver.yield_devices(config['device']))
  19. File "/usr/local/lib/python2.7/dist-packages/spreadsplug/dev/chdkcamera.py", line 110, in yield_devices
  20. yield cls(config, chdkptp.ChdkDevice(info))
  21. File "/usr/local/lib/python2.7/dist-packages/spreadsplug/dev/chdkcamera.py", line 127, in __init__
  22. "return get_buildinfo()")['build_revision']
  23. File "/usr/local/lib/python2.7/dist-packages/chdkptp/device.py", line 186, in lua_execute
  24. """ % (lua_code, remote_libs)).values()
  25. File "/usr/local/lib/python2.7/dist-packages/chdkptp/lua.py", line 73, in pexecute
  26. return self._parse_rval(self._rt.execute(checked_code))
  27. File "/usr/local/lib/python2.7/dist-packages/chdkptp/lua.py", line 37, in _parse_rval
  28. if isinstance(rval, tuple) and len(tuple) >= 3:
  29. TypeError: object of type 'type' has no len()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement