-
Notifications
You must be signed in to change notification settings - Fork 395
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
problem with undefined: unsafe.Slice in oref0-setup.sh script #1440
Comments
I assume you were using master? I think we fixed this in dev. If you can confirm, we should probably try to get dev ready for another release. |
Hi Scott,
Yes, that's true. I built it for my 11 years old son, so I always prefer to
use the master (stable) version.
Thanks and regards,
pon., 12 gru 2022 o 02:30 Scott Leibrand ***@***.***>
napisał(a):
… I assume you were using master? I think we fixed this in dev. If you can
confirm, we should probably try to get dev ready for another release.
—
Reply to this email directly, view it on GitHub
<#1440 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4WCMC3QLRSOWZUSNICHLSDWMZ54BANCNFSM6AAAAAAS3EYINI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I had this issue yesterday trying to do the upgrade from 0.7.0 to 0.7.1 on the master branch. Switching to the dev branch fixed it for me. I initially had some issue with some missing go packages, but after running Here's my setup info:
For the record, this missing packages issue could easily be a one-off thing with my setup; my rig kept dying in the middle of the setup process, both on the master and dev branches. I think it was either due to watchdog and some other things I have running on my rig, or some intermittent issues with my network or internet connections that affected SSH. After I connected directly to the UART port, and stopped the cron and watchdog services, the setup finished without issues. As I took the unscientific approach and introduced multiple variables, it's hard to tell what the real issue was. |
Hi @inventor96 I ran into this same issue, used the DEV as suggested above and worked. Im running the same set up as you mentioned above except "logger on the rig" |
I use Nightscout hosted on Google Cloud Platform. Both xDrip+ and my rig are configured to sync with Nightscout.
Yep. As far as I know, the only project that uses this oref0 is OpenAPS. |
@inventor96 I believe FreeAPSX also uses oref0 directly, and AndroidAPS uses a port of it. |
Yes |
Describe the bug
During instalation (or reconfiguration) of OpenAPS (thru oref0-setup.sh script) I was facing issue with "undefined: unsafe.Slice" it happen right after "golang.org/x/sys/unix" processing.
Few lines after "undefined: unsafe.Slice" scripts ends throwing out below text: "Couldn't go get medtronic"
Unfortunately I do not have exact screen because I manage with this problem
To Reproduce
run master version of oref0-setup.sh script
Expected behavior
Normally script should process and install OpenAPS
Screenshots
Unfortunately I do not have screens
Smartphone (please complete the following information):
This is not related to smartphone
Setup Information (please complete the following information):
Additional context
In my case I was able to solve this problem by upgrading "go" version to from 1.12.5 to 1.17 (in line 1194 in oref0-setup.sh)
The text was updated successfully, but these errors were encountered: