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
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?
The text was updated successfully, but these errors were encountered:
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=DuplexNoTumble
have the lineworks, 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?
The text was updated successfully, but these errors were encountered: