[Bug 1490349] Re: 15:10 and 16.04: bluetoothd "Failed to start discovery: org.bluez.Error.NotReady" after bluetoothd restarted

2017-12-14 Thread Jason Owen
The original bug title was '15:10: bluetoothd reports "Not enough handles to register service" at start', and the original bug description described both the "Not enough free handles to register service" problem and the "Failed to start discovery" problem[1]. Between #47 and #48, the title and desc

[Bug 1719300] Re: chromedriver doesn't start without setting LD_LIBRARY_PATH

2017-09-25 Thread Jason Owen
I upgraded this morning, and my Selenium tests broke. I was able to reproduce this problem with the Python getting started script from https://sites.google.com/a/chromium.org/chromedriver /getting-started (altered to set the path to `/usr/lib/chromium- browser/chromedriver`): ``` virtualenv -p py

[Bug 1684273] Re: Missing tail in iterparse

2017-04-19 Thread Jason Owen
When used with the system python3-lxml package, rather than the version pip installed into a venv: Python : sys.version_info(major=3, minor=5, micro=2, releaselevel='final', serial=0) lxml.etree : (3, 5, 0, 0) libxml used : (2, 9, 3) libxml compiled : (2, 9, 2) l

[Bug 1684273] [NEW] Missing tail in iterparse

2017-04-19 Thread Jason Owen
Public bug reported: Given a minimal parser (below) and a particular input file (attached), iterparse is not returning the `tail` of the last `` tag. I am listening for the `end` event, which is the default, instead of the `start` event. Changing the input, for example by deleting unrelated tags