-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to quarkus and add locale setting #20
base: master
Are you sure you want to change the base?
Conversation
Seems like #15 is not completely fixed, at least not on my end. Changed locale to |
Hello @Quinten0508 , appreciate your effort for testing it!
|
Might be worth noting that within the docker container's logs, the following error keeps showing up every time it scrapes new data: |
74722ef
to
20b6af9
Compare
I've opened an issue with the upstream framework, might be an issue caused by Quarkus/GraalVM native. This might be caused by upstream not by the code itself. |
Hi @Quinten0508 |
Holding off as draft until Quarkus |
Fixes: #19 & #15
Locale setting is defined in Environment variable:
QBITTORRENT_LOCALE
, defaults toen-US
, uses IETF BCP 47 language tag (also see RFC 4647 "Matching of Language Tags" and RFC 5646 "Tags for Identifying Languages").To review: