-
Notifications
You must be signed in to change notification settings - Fork 68
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
cups.IPPError: (1030, u'Not Found') #126
Comments
CUPS is running, tho: $ systemctl status cups |
+1 same issue with archlinux (armv7h):
|
Printer(s) information? queue name and printer model? |
|
Nothing obvious there. |
I'm sorry! My problem fixed when I've reinstalled my printer via cups (guess something was wrong in the printer description). Not sure what was wrong, probably PPD file was not assigned, but now it's ok. |
$ root pip uninstall cloudprint $ root pip install cloudprint $ cloudprint -i p1505n $ lpstat -a p1505n $ lpstat -p p1505n $ systemctl status cups No dice here, though! Should I install Google's Chrome ??? |
There's also a Go client. |
Thanks! https://github.com/google/cups-connector/wiki/Install did the trick. Sorry, Jason. |
For me, the cloudprint/cloudprint/cloudprint.py Line 356 in 108b9f0
located at |
I have used this before, but I upgraded to Fedora 22 and now I get this error:
$ sudo pip install cloudprint
[sudo] password for rick:
Requirement already satisfied (use --upgrade to upgrade): cloudprint in /usr/lib/python2.7/site-packages/cloudprint-0.14-py2.7.egg
Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7/site-packages/argparse-1.4.0-py2.7.egg (from cloudprint)
Requirement already satisfied (use --upgrade to upgrade): pycups in /usr/lib64/python2.7/site-packages (from cloudprint)
Requirement already satisfied (use --upgrade to upgrade): requests>=2.7.0 in /usr/lib/python2.7/site-packages (from cloudprint)
Requirement already satisfied (use --upgrade to upgrade): urllib3==1.13.1 in /usr/lib/python2.7/site-packages (from requests>=2.7.0->cloudprint)
$ cloudprint
Traceback (most recent call last):
File "/usr/bin/cloudprint", line 9, in
load_entry_point('cloudprint==0.14', 'console_scripts', 'cloudprint')()
File "build/bdist.linux-x86_64/egg/cloudprint/cloudprint.py", line 604, in main
File "build/bdist.linux-x86_64/egg/cloudprint/cloudprint.py", line 356, in get_printer_info
cups.IPPError: (1030, u'Not Found')
Any help???
The text was updated successfully, but these errors were encountered: