You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have speedtest-tracker installed in k0s and recently I received a 'Error 500' page. Things were working normally since last week, when I updated everything.
Expected Behavior
speedtest-tracker to open the page normally
Steps To Reproduce
I don't know how to reproduce it as it happened during the week without any input of mine
kc logs -n speedtest speedtest-69d74f4b74-47vvp
[migrations] started
[migrations] 01-nginx-site-confs-default: skipped
[migrations] done
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support the app dev(s) visit:
speedtest-tracker: https://github.com/sponsors/alexjustesen
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
Linuxserver.io version: v0.21.2-ls40
Build-date: 2024-08-09T13:13:20+00:00
───────────────────────────────────────
using keys found in /config/keys
Waiting for DB to be available
In Connection.php line 825:
SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, SQL: select t
able_name as `name`, (data_length + index_length) as `size`, table_comment
as `comment`, engine as `engine`, table_collation as `collation` from infor
mation_schema.tables where table_schema = 'speedydb' and table_type in ('BA
SE TABLE', 'SYSTEM VERSIONED') order by table_name)
In Connector.php line 65:
SQLSTATE[HY000] [2002] Connection refused
**** The following active confs have different version dates than the samples that are shipped. ****
**** This may be due to user customization or an update to the samples. ****
**** You should compare the following files to the samples in the same folder and update them. ****
**** Use the link at the top of the file to view the changelog. ****
┌────────────┬────────────┬────────────────────────────────────────────────────────────────────────┐
│ old date │ new date │ path │
├────────────┼────────────┼────────────────────────────────────────────────────────────────────────┤
│ 2024-05-28 │ 2024-05-27 │ /config/nginx/site-confs/default.conf │
└────────────┴────────────┴────────────────────────────────────────────────────────────────────────┘
[custom-init] No custom files found, skipping...
[ls.io-init] done.
In Connection.php line 825:
SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, SQL: select *
from `cache` where `key` in (laravel_cache_illuminate:queue:restart))
In Connector.php line 65:
SQLSTATE[HY000] [2002] Connection refused
In Connection.php line 825:
SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, SQL: select *
from `cache` where `key` in (laravel_cache_illuminate:queue:restart))
In Connector.php line 65:
SQLSTATE[HY000] [2002] Connection refused
On the website as I turned debug mode on:
SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, SQL: select * from `sessions` where `id` = g19CiR0rO24cyBuVm14ylqu7MeQ0n3kSFdYPUbXT limit 1)
and public/index.php:
// Register the Composer autoloader...
require __DIR__.'/../vendor/autoload.php';
// Bootstrap Laravel and handle the request...
(require_once __DIR__.'/../bootstrap/app.php')
->handleRequest(Request::capture());
The text was updated successfully, but these errors were encountered:
In Connection.php line 825:
SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, SQL: select t
able_name as `name`, (data_length + index_length) as `size`, table_comment
as `comment`, engine as `engine`, table_collation as `collation` from infor
mation_schema.tables where table_schema = 'speedydb' and table_type in ('BA
SE TABLE', 'SYSTEM VERSIONED') order by table_name)
Is there an existing issue for this?
Current Behavior
Hi guys,
I have speedtest-tracker installed in k0s and recently I received a 'Error 500' page. Things were working normally since last week, when I updated everything.
Expected Behavior
speedtest-tracker to open the page normally
Steps To Reproduce
I don't know how to reproduce it as it happened during the week without any input of mine
Environment
CPU architecture
x86-64
Docker creation
speedtest-dpl.yaml
speedtest-cmap.yaml
speedtest-scr.yaml
mariadb-dpl.yaml
mariadb-scr.yaml
Container logs
The text was updated successfully, but these errors were encountered: