prs-500 libprs500 send to device error
I'm using libprs500 on a winxp machine, everything works great until I try and send my lrf files to my device, I get the following error:
ERROR: Unhandled exception
'NoneType' object has no attribute 'childNodes'
Detailed traceback:
Traceback (most recent call last):
File "main.py", line 420, in books_uploaded
File "libprs500\gui2\device.pyo", line 104, in add_books_to_metadata
File "libprs500\devices\prs500\driver.pyo", line 881, in add_books_to_metadata
File "libprs500\devices\prs500\books.pyo", line 256, in add_book
File "libprs500\devices\prs500\books.pyo", line 248, in book_by_path
AttributeError: 'NoneType' object has no attribute 'childNodes'
I've tried searching the forum for an answer, but no luck. Any help would be great.
|