uv_gettimeofday failed
See original GitHub issueIs it a duplicate question? No
Describe the bug The latest Docker image does not startup anymore, when following instructions or running manually in a docker-compose.yml. I see the following log entry repeated, and the container never launches. I have recreated the data volume, and redownloaded the image - still not working.
To Reproduce Steps to reproduce the behavior:
- Follow Github instructions to run image
- Image does not launch, and throws error
Info
- Uptime Kuma Version: sha256:efbf52d0a4d5a4ab6c4e42b035dac8e3d90ae6586edd3c9d1c75e4dd4ab9361b
- Using Docker?: Yes/No
- OS: Raspbian
- Browser: Safari (different computer)
Screenshots If applicable, add screenshots to help explain your problem.
Error Log
Node.js[1]: ../src/util.cc:188:double node::GetCurrentTimeInMicroseconds(): Assertion (0) == (uv_gettimeofday(&tv))' failed.
Issue Analytics
- State:
- Created 2 years ago
- Comments:16 (10 by maintainers)
Top Results From Across the Web
gettimeofday possibly failing to get proper time in C [closed]
So I've been attempting to get the runtime for a function in my code using the I'm wondering why my code isn't properly...
Read more >gettimeofday() is broken on an arm32v7 program running in a ...
This is a bug report This is a feature request I searched existing issues before opening this one Expected behavior As time passes...
Read more >gettimeofday(2) - Linux manual page - man7.org
No doubt it is a bad idea to use this feature. RETURN VALUE top. gettimeofday() and settimeofday() return 0 for success. On error,...
Read more >[SOLVED] gettimeofday() problem - LinuxQuestions.org
when I run this program in ubuntu i get this error: undefined reference to `gettimeofday(timeval*, timezone*)' ...
Read more >gettimeofday error while creating a standalone application in ...
Hi @sahithigurram25ith5,. If you select "standalone", you build build an application that runs on the processor directly (bare metal).
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

My Pi is arrived. Turns out I just forgot to also change the image of second stage to buster too.
1.6.2 should be available soon.
https://github.com/louislam/uptime-kuma/commit/ad2062713c1d2acddc6d8365c46d94ca811ae931
Big thanks, I am going to change to buster-slim.