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
{{ message }}
This repository has been archived by the owner on Nov 24, 2019. It is now read-only.
After the two first steps successful, I get this error messages trying to
"sudo dpkg -i octoprint-tft_0.1.2-1.jessie_armhf.deb"
After sending this command, this appears:
pi@octopi:~ $ sudo dpkg -i octoprint-tft_0.1.2-1.jessie_armhf.deb
(Reading database ... 51934 files and directories currently installed.)
Preparing to unpack octoprint-tft_0.1.2-1.jessie_armhf.deb ...
Unpacking octoprint-tft (0.1.2-1) ...
dpkg-deb (subprocess): cannot copy archive member from 'octoprint-tft_0.1.2-1.jessie_armhf.deb' to decompressor pipe: unexpected end of file or stream
dpkg-deb (subprocess): decompressing archive member: lzma error: unexpected end of input
dpkg-deb: error: subprocess returned error exit status 2
dpkg: error processing archive octoprint-tft_0.1.2-1.jessie_armhf.deb (--install):
cannot copy extracted data for './usr/bin/OctoPrint-TFT' to '/usr/bin/OctoPrint-TFT.dpkg-new': unexpected end of file or stream
Errors were encountered while processing:
octoprint-tft_0.1.2-1.jessie_armhf.deb
I've tried with sudo apt --fix-broken install without success.
Could you guys help me with this? I don't know so much about coding...
Thanks for your attention
The text was updated successfully, but these errors were encountered:
...sounds like the file is incomplete. Try re-downloading the .deb, it should be 2250008 bytes big.
if wget https://github.com/mcuadros/OctoPrint-TFT/releases/download/v0.1.2/octoprint-tft_0.1.2-1.jessie_armhf.deb gives you an error, try: curl -LO https://github.com/mcuadros/OctoPrint-TFT/releases/download/v0.1.2/octoprint-tft_0.1.2-1.jessie_armhf.deb
Sorry for the late reply, but I've been very busy with work and so.
Thank you so much for the help, it worked flawlessly!
Now I have a problem with the reaolution, but I'll try to deal with it later.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello there.
After the two first steps successful, I get this error messages trying to
"sudo dpkg -i octoprint-tft_0.1.2-1.jessie_armhf.deb"
After sending this command, this appears:
I've tried with
sudo apt --fix-broken install
without success.Could you guys help me with this? I don't know so much about coding...
Thanks for your attention
The text was updated successfully, but these errors were encountered: