On Saturday, October 8, 2016 at 5:23:07 PM UTC-4, Miguel Iniesta wrote: > > The log attached has been obtained with debug = 1. >> >> >> ok, lets go back a step. which versions do you have for pyusb and libusb?
dpkg -l | grep libusb dpkg -l | grep python-usb then try this: cd /home/weewx sudo PYTHONPATH=bin python bin/weewx/drivers/wmr300.py and post the log. this will load the driver and attempt to capture loop packets, with debug_comm and debug_counts enabled. it should help us figure out where the timeout exception is coming from. i suspect that the problem is the encapsulation/naming of a usb error. it also appears that ubuntu 16.x is missing bus.dirname and dev.filename like recent centos. m -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
