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
π Provide a clear and concise description of the issue.
lxc.environment: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
missing from lxc.conf created
βοΈ What settings are you using?
Default Settings
Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Steps to reproduce the issue.
Install script, note lxc.environment: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 is missing, attempt to add folders to Kavita, and see them not properly add.
β Paste the full error output (if available).
error was non-obvious, effectively folders would be parsed by application, and then immediately removed.
ex:
Jan 06 20:36:27 read Kavita[147]: [Kavita] [2025-01-06 20:36:27.345 -06:00 32] [Information] API.Services.Tasks.ScannerService [ScannerService] Finished file scan in 94503 milliseconds. Updating database
Jan 06 20:36:27 read Kavita[147]: [Kavita] [2025-01-06 20:36:27.346 -06:00 32] [Debug] API.Services.Tasks.ScannerService [ScannerService] Library Comic (Temp) Step 3: Save Library
Jan 06 20:36:27 read Kavita[147]: [Kavita] [2025-01-06 20:36:27.463 -06:00 32] [Information] API.Services.Tasks.ScannerService [ScannerService] Finished library scan of 7134 files and 111 series in 96513 milliseconds for Comic (Temp)
Jan 06 20:36:27 read Kavita[147]: [Kavita] [2025-01-06 20:36:27.463 -06:00 32] [Debug] API.Services.Tasks.ScannerService [ScannerService] Library Comic (Temp) Step 5: Remove Deleted Series
Jan 06 20:36:27 read Kavita[147]: [Kavita] [2025-01-06 20:36:27.463 -06:00 32] [Debug] API.Services.Tasks.ScannerService [ScannerService] Removing series that were not found during the scan
Jan 06 20:36:27 read Kavita[147]: [Kavita] [2025-01-06 20:36:27.485 -06:00 32] [Debug] API.Services.Tasks.ScannerService [ScannerService] Found 111 series to remove:
solution was obtained from Kavita Discord and developers who pointed out this env variable was needed.
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Kavita
π What was the exact command used to execute the script?
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/kavita.sh)"
π Provide a clear and concise description of the issue.
lxc.environment: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
missing from lxc.conf created
βοΈ What settings are you using?
π₯οΈ Which Linux distribution are you using?
Debian 12
π Steps to reproduce the issue.
Install script, note lxc.environment: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 is missing, attempt to add folders to Kavita, and see them not properly add.
β Paste the full error output (if available).
error was non-obvious, effectively folders would be parsed by application, and then immediately removed.
ex:
solution was obtained from Kavita Discord and developers who pointed out this env variable was needed.
πΌοΈ Additional context (optional).
ref: https://discord.com/channels/821879810934439936/840693141082341406/1326187503585329205
The text was updated successfully, but these errors were encountered: