-
Notifications
You must be signed in to change notification settings - Fork 31
CloudPrint return nil after used .print method #18
Comments
Hi there. Getting a nil here generally means that the job couldn't be created on Google CP. Could you tell me the the values of |
Hi thegengen First, i would like to thank you for your great library. Especially with the new authorisation handling it is really easy to connect a printer via google cloudprint ... great work :-) Unfortunately i have the same problem as patojimenez explained: when i use the .print() function, i get nil returned. I tried to get your information, but unfortunately Capabilities:
Tags:
The printer is a normal printer but connected to google cloud print via chrome. I also tried to use the google "Save to Google Drive"-printer which is installed by default, but that did not work either. When i digged into your code i saw some options which you are sending together with the "/submit" request: For example you pass a I tried to print via text/html and via prawn-generated pdfs... both ways made no difference. Many thanks for your help!! |
Update: I just tried to include a ticket value based on a example by google.
By using this code i managed to place the job. |
Thanks for the detailed report! I'll try to get this sorted out over the weekend. |
I'm using this:
what is my mistake ?
The text was updated successfully, but these errors were encountered: