You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.
192.168.20.3 None output.jpg
Traceback (most recent call last):
File "./WSD.py", line 54, in <module>
jobid = submit_job()
File "./WSD.py", line 36, in submit_job
xml = ET.fromstring(ret)
File "/usr/lib/python3.4/xml/etree/ElementTree.py", line 1325, in XML
parser.feed(text)
xml.etree.ElementTree.ParseError: syntax error: line 1, column 48
pi@ap-goldie:~/WSDolefuls $ python3
Python 3.4.2 (default, Oct 19 2014, 13:31:11)
[GCC 4.9.1] on linux
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered:
It seems there's something wrong with the printer's response.
What is the model of your printer?
Can you try adding the following line right after line 35 in WSD.py: open('tmp.xml','w').write(ret),
and them examining the content of tmp.xml file after running the program again?
Hi,
trying to test if it works:
The text was updated successfully, but these errors were encountered: