question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

uv_gettimeofday failed

See original GitHub issue

Is 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:

  1. Follow Github instructions to run image
  2. 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:closed
  • Created 2 years ago
  • Comments:16 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
louislamcommented, Sep 14, 2021

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

1reaction
louislamcommented, Sep 10, 2021

Here you go!

First one didn’t work, but the other two did.

Screen Shot 2021-09-10 at 10 55 07

Screen Shot 2021-09-10 at 10 56 39

Screen Shot 2021-09-10 at 10 58 14

Big thanks, I am going to change to buster-slim.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found