Please, find attached versions and log as required.
Thank you.
On Sunday, October 9, 2016 at 12:02:58 AM UTC+2, mwall wrote:
>
> 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.
dpkg -l |grep libusb
ii libgusb2:i386 0.2.9-0ubuntu1
i386 GLib wrapper around libusb1
ii libusb-0.1-4:i386 2:0.1.12-28
i386 userspace USB programming library
ii libusb-1.0-0:i386 2:1.0.20-1
i386 userspace USB programming library
ii libusbmuxd4:i386 1.0.10-2ubuntu0.1
i386 USB multiplexor daemon for iPhone and iPod Touch devices
- library
ls /usr/local/lib/python2.7/dist-packages
Cheetah Markdown-2.6.6.dist-info pysub usb
Cheetah-2.4.4.dist-info PIL pysub-0.2.egg-info
markdown Pillow-3.3.1.dist-info pyusb-1.0.0.dist-info
/home/weewx$ sudo PYTHONPATH=bin python bin/weewx/drivers/wmr300.py
Traceback (most recent call last):
File "bin/weewx/drivers/wmr300.py", line 1388, in <module>
for packet in stn.genLoopPackets():
File "bin/weewx/drivers/wmr300.py", line 841, in genLoopPackets
raise weewx.WeeWxIOError(e)
weewx.WeeWxIOError: [Errno 110] Operation timed out