HPInc / jipp

A Java-compatible implementation of IPP
MIT License
153 stars 42 forks source link

responseCode 500 #117

Closed 19940610mxh666 closed 3 years ago

19940610mxh666 commented 3 years ago

When I used default print Settings on ubuntu system, added printer with IPP, PDD file with IPP everywhere, test Page printed successfully. When I use jipp, jprint returns responseCode 500.What's the difference between the two ways, Jipp and cups?

GladeDiviney commented 3 years ago

There are lots of differences but they implement parts of the same specifications.

You got a 500 because you sent data to the printer it didn't expect. If you post the code or the exchange, we may be able to help.

19940610mxh666 commented 3 years ago

thanks for your help