-
Notifications
You must be signed in to change notification settings - Fork 22
Description
I'm using the Raspberry Pi 2 Model 2 V1.1, I am connected to the instax printer by wifi and my WLAN is configured - i can see this in the Pi wifi at the top right of the screen.
I've enabled DHCP like this:
sudo nano /etc/network/interfaces
iface wlan0 inet dhcp
However, when I try to send a print across to the instax from the command line:
sudo instax-print /home/pi/image.jpg
I get the following
--- Instax Printer Python Client---
Connecting to Printer
Followed by this error:
File "/usr/local/lib/python3.4/dist-packages/instax_api-0.6-py3.4.egg/instax/sp2.py", line 44 in connect raise(ConnectionError(reply.data)) instax.exceptions.ConnectionError: [Errno 113] No route to host
Its weird it looks like the Pi's connected (it has an IP and the Instax printer is on wlan0). But as soon as I send the command to print then it looks like the Pi can't connect to the printer. How can I resolve this issue or begin to approach a solution?
Any support with resolving this would be greatly appreciated.