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
After updating to version 2.0.9 I have not been able to run Pønskelisten without encountering the below error.
The application run fine between a few days and this time an hour(I got to add 3 wishes before getting the error). First time I got the error was after a server reboot, but right now I was adding wishes as it stopped working - no reboot or nothing.
This is the forth time starting from scratch because of the error and me not having a backup of a working installation...
I can through PHPmyAdmin access the db with the credentials provided in the compose file used for setup.
Please let me know if you need any additional information.
Hope you can help 🙏🏻
Host
Installation type: Docker
Installed version: 2.0.9
OS and Distro: Ubuntu 24.04(Server)
Database type: Built-in mysql:5.7
Desktop
OS: Windows & Android
Browser Chrome & Firefox
Additional context
Output from Logs:
P Ø N S K E L I S T E N
Directory 'files' valid.
Log file set.
2024/11/29 11:21:31 Configuration file loaded.
2024/11/29 11:21:31 Running Pønskelisten version: v2.0.9
2024/11/29 11:21:31 Flags parsed.
2024/11/29 12:21:31 Timezone set.
2024/11/29 12:21:31 Private key set.
2024/11/29 12:21:31 Connecting to database...
2024/11/29 12:21:31 Attempting to connect to mysql database.
2024/11/29 12:21:31 /app/database/client.go:58
[error] failed to initialize database, got error Error 1049 (42000): Unknown database 'ponske'
panic: invalid DSN: missing the slash separating the database name
goroutine 1 [running]:
aunefyren/poenskelisten/database.CreateTable({0xc00027c010, 0x6}, {0xc0002199b0?, 0x19?}, {0xc00027c030, 0xc}, 0xc00003d880?, {0xc00027c020, 0x6})
/app/database/client.go:87 +0x29c
aunefyren/poenskelisten/database.Connect({0xc000201fc9, 0x5}, {0xc00003acd8, 0x11}, {0xc00027c010, 0x6}, {0xc00027c018, 0x8}, {0xc00027c030, 0xc}, ...)
/app/database/client.go:62 +0xc88
main.main()
/app/main.go:135 +0x1065
I just checked if I could access the db and not what tables were present...
The "ponske" table is gone and only the "information_schema" table is left. Same for the db from my previous try under XXX/poenske.
I deleted the other container, added "1" to the XXX/poenskeny in the compose file and ran it again. Here the table name is "ponske".
Hey There
After updating to version 2.0.9 I have not been able to run Pønskelisten without encountering the below error.
The application run fine between a few days and this time an hour(I got to add 3 wishes before getting the error). First time I got the error was after a server reboot, but right now I was adding wishes as it stopped working - no reboot or nothing.
This is the forth time starting from scratch because of the error and me not having a backup of a working installation...
I can through PHPmyAdmin access the db with the credentials provided in the compose file used for setup.
Please let me know if you need any additional information.
Hope you can help 🙏🏻
Host
Desktop
Additional context
Output from Logs:
Compose file:
XXXX = censored
The text was updated successfully, but these errors were encountered: