Error starting print service #497
Unanswered
jeffdavis503
asked this question in
Q&A
Replies: 3 comments
-
It's a Python version issue. Have a look at #481, there are several fixes suggested. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is not a Python version issue. I was able to upgrade to the correct
python version. That issue keeps the printer service from starting up.
Once resolved the printer service starts and says it is running. But when
you browse to the printer there is no print status.
this seems more like a serial interface problem? Like it is not
communicating on the serial port correctly? Or at least not getting the
status from the printer? Although it does get an 'ok N:0\r\n' which I
assume comes from the printer?
…On Fri, Jan 21, 2022 at 8:39 AM hiddentapir ***@***.***> wrote:
It's a Python version issue. Have a look at #481
<#481>, there are several
fixes suggested.
—
Reply to this email directly, view it on GitHub
<#497 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIUSHIXRCGXBLKG3ASMSGGLUXGD4ZANCNFSM5LNUY6NQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
looks like my issue is more about #180
<#180> but your response in
May 31, 2021 says you made good progress but the link for the download has
expired. Since I am seeing \r\n in my response can I assume your changes
are in the main download now and I have those changes? Still not working
for me though.
…On Fri, Jan 21, 2022 at 8:39 AM hiddentapir ***@***.***> wrote:
It's a Python version issue. Have a look at #481
<#481>, there are several
fixes suggested.
—
Reply to this email directly, view it on GitHub
<#497 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIUSHIXRCGXBLKG3ASMSGGLUXGD4ZANCNFSM5LNUY6NQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After following the install steps I get the following errors. What is wrong?
I am installing on a Raspberry Pi Zero W
$ sudo systemctl status mariner3d
● mariner3d.service - mariner3d Printer Controller
Loaded: loaded (/lib/systemd/system/mariner3d.service; enabled; vendor preset: enabled)
Active: failed (Result: signal) since Thu 2022-01-06 16:39:02 PST; 23min ago
Process: 340 ExecStart=/usr/bin/mariner (code=killed, signal=ABRT)
Main PID: 340 (code=killed, signal=ABRT)
CPU: 74ms
Jan 06 16:39:01 raspberrypishop systemd[1]: Started mariner3d Printer Controller.
Jan 06 16:39:02 raspberrypishop mariner[340]: Could not find platform independent libraries
Jan 06 16:39:02 raspberrypishop mariner[340]: Could not find platform dependent libraries <exec_prefix>
Jan 06 16:39:02 raspberrypishop mariner[340]: Consider setting $PYTHONHOME to [:<exec_prefix>]
Jan 06 16:39:02 raspberrypishop mariner[340]: Fatal Python error: initfsencoding: Unable to get the locale encoding
Jan 06 16:39:02 raspberrypishop mariner[340]: ModuleNotFoundError: No module named 'encodings'
Jan 06 16:39:02 raspberrypishop mariner[340]: Current thread 0x76fe7f40 (most recent call first):
Jan 06 16:39:02 raspberrypishop systemd[1]: mariner3d.service: Main process exited, code=killed, status=6/ABRT
Jan 06 16:39:02 raspberrypishop systemd[1]: mariner3d.service: Failed with result 'signal'.
Beta Was this translation helpful? Give feedback.
All reactions