Speedtest-Tracker icon indicating copy to clipboard operation
Speedtest-Tracker copied to clipboard

[BUG] - No MaxMind license key found; exiting. Please enter your license key into /etc/conf.d/libmaxminddb

Open nodecentral opened this issue 2 years ago • 10 comments

Describe the bug First off I love Speedtest-Tracker, it had been running fine untouched (with 232 successful hourly tests completed) but then after one failure (invalid date) and then a subsequent successful run, it just stopped. Checking the logs it referred to the error “ No MaxMind license key found; exiting. Please enter your license key into /etc/conf.d/libmaxminddb ”. Container was still up, that hadn’t stopped.

To Reproduce

  • Nothing I can suggest, as it had worked fine 232 previously..

Expected behavior

  • I didn’t expect it to silently stop running..

Screenshots

  • Screenshot to show the log entry 0298B086-F18F-4B85-9D09-0E16E2300ED7

Context

  • OS: Docker
  • Speedtest-Tracker Version: 1.12.0

Additional context Nothing I can think of, I did restart the container, and everything is running again, I’ve just lost a couple of days of test results.

nodecentral avatar Apr 21 '22 09:04 nodecentral

Same problem here. Nothing touched, last success test was 15.04.2022

Dropsik avatar Apr 21 '22 12:04 Dropsik

@nodecentral It's not a problem with license key... Check a permission to your volume, chmod 777 solved problem

Dropsik avatar Apr 21 '22 12:04 Dropsik

Hi @Dropsik - QQ: if it is a permissions issue, why would it have worked 200+ times before?

nodecentral avatar Apr 21 '22 13:04 nodecentral

Same here, although I'm late to get on the train as I have found out only today...

pmorange avatar Aug 29 '22 15:08 pmorange

Same problem here - nothing touched. Speedtest suddenly stopped tracking a week ago

philharmonie avatar Aug 30 '22 15:08 philharmonie

Same here. Happens suddenly

harmoniemedia avatar Sep 10 '22 05:09 harmoniemedia

Happened to me too..running for a year, no getting that message

liquidguru avatar Nov 15 '22 09:11 liquidguru

Same issue here every couple of days. After I restart the container everything returns to normal.

IosifZ avatar Dec 05 '22 07:12 IosifZ

To make things even more "fun" the key that breaks the entire program isn't exposed as a docker variable/env key nor is it visible in the overlay FS. So you have to ssh into the container and add it that way, this is very clearly a bug.

Sommerbo avatar Mar 19 '23 11:03 Sommerbo

To make things even more "fun" the key that breaks the entire program isn't exposed as a docker variable/env key nor is it visible in the overlay FS. So you have to ssh into the container and add it that way, this is very clearly a bug.

Hi, I moved to a fork of this : https://github.com/alexjustesen/speedtest-tracker/ It's well maintained for now and seems to work better.

pmorange avatar Mar 21 '23 08:03 pmorange