We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try run the following code,
var ipp = require('ipp'); var uri = "http://192.168.0.123:631/lp1"; var data = ipp.serialize({ "operation":"Get-Printer-Attributes", "operation-attributes-tag": { "attributes-charset": "utf-8", "attributes-natural-language": "en", "printer-uri": uri } }); ipp.request(uri, data, function(err, res){ if(err){ return console.log(err); } console.log(JSON.stringify(res,null,2)); })
Got the following error,
{ "version": "1.0", "statusCode": "server-error-version-not-supported", "id": 0, "operation-attributes-tag": { "attributes-charset": "utf-8", "attributes-natural-language": "en-us" } }
Please help. Thanks a lot.
The text was updated successfully, but these errors were encountered:
I read issue #15, fixed
Sorry, something went wrong.
Ah cool. Sorry couldn't respond- I've been at a conference the last few days. Glad you worked it out.
Cheers.
Thanks a lot, however I got another problem, Submitted as issue #24
No branches or pull requests
Try run the following code,
Got the following error,
Please help.
Thanks a lot.
The text was updated successfully, but these errors were encountered: