This question has been flagged
3 Replies
3606 Views
File "/opt/openerp/server/openerp/addons/aeroo/report_aeroo_direct_print/installer.py", line 84, in default_get
    conn = cups.Connection()
RuntimeError: failed to connect to server

Please tell me how fix it

Avatar
Discard

@Jhon,

I think you need to configure CUPS along with your printer driver. in Ubuntu the CUPS configuration file you need to edit is here:

/etc/cups/cupsd.conf

Best Answer

I also faced the same problem with my printer. I tried many processes for direct printing but could not get a solution . Then I thought I have to change my printer and I switched Epson printer to Canon printer. But when I started to print documents that time Canon Printer Printing Blank Pages. I had no idea about that problem. I also changed ink for the printer but still could not get a solution. If anyone faced a similar problem then suggest a solution.Although I got some canon printer information from https://printerssupport.co/canon-printer-printing-blank-pages/.

Avatar
Discard
Best Answer

install cups core:

in ubuntu:

sudo apt-get install cups

Avatar
Discard