The hp-align crashes after page printing with 'split' python error.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
HPLIP |
New
|
Undecided
|
Unassigned |
Bug Description
Ref. (a'k'a reopen) https:/
HPLIP Version
```
HP Linux Imaging and Printing System (ver. 3.20.9)
HPLIP upgrade latest version ver. 1.0
```
Linux: Arch 1.4
Reproduce:
```
hp-align -i -l debug -d <device uri>
```
and after page printing it crashes with output described in the reference above.
In file /usr/share/
```
if to_bytes_
data = status.
import string #
data = string.split(data, "/Jobs")[1] # <=== S O M W H E R E H E R E
data = string.split(data, "\r\n")[0] #
data = "/Jobs" + data
data = status.
data = string.split(data, "Session/")[1]
data = string.split(data, "<")[0]
data = "/Calibration/
global calibrationSession
dev.close()
return 0
```
That's all.
cc @garbulix
The latest HPLIP is 3.20.9. So, the 1690516 was/is/has not fix released... \0/
Ref.: https:/ /developers. hp.com/ hp-linux- imaging- and-printing/ gethplip