Skip to content
New issue

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

Error 400 on SERVER: Invalid parameter duplex #66

Closed
Heliophobe opened this issue May 30, 2016 · 1 comment
Closed

Error 400 on SERVER: Invalid parameter duplex #66

Heliophobe opened this issue May 30, 2016 · 1 comment

Comments

@Heliophobe
Copy link

Hi, I've been trying to set this up as per the readme, and this error crops up
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter duplex on Printer[UTprint]...
if I include the line
duplex = 'DuplexNoTumble'
So, I figured I would try to get around it, and since the command
lpadmin -p utprint -o Duplex=DuplexNoTumblehave the line
works, and the options => { } parameter is suppoedly handed off to lpadmin -o, I tried this
options => { 'Duplex'=>'DuplexNoTumble', }
With no luck.
Is this an issue with the readme, or something else?

@Heliophobe
Copy link
Author

This seems to have been resolved by using ppd_options, not sure why this failed previously.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant