Open herrJones opened 10 hours ago
Thanks for sharing! For some reason, your configuration file (%APPDATA%/.Tribler/8.0/configuration.json
) got corrupted. There should be a line, in that file, that has the following key:
"max_upload_rate": 0,
In your case, this has apparently taken on a string value, something like:
"max_upload_rate": "0",
While we investigate what caused this, you have the following workarounds available:
a. Remove the quotes around the value of max_upload_rate
. For example, 0
instead of "0"
.
b. Remove the entire configuration.json
to reset to default settings.
OK, thanks, I'll try that.I upgraded from v8.0.2 to 8.0.4 and just migrated the dlcheckpoints. I don't think I copied another file
Op vrijdag 22 november 2024 om 11:13:11 CET schreef Dr. Quinten Stokkink ***@***.***>:
Thanks for sharing! For some reason, your configuration file (%APPDATA%/.Tribler/8.0/configuration.json) got corrupted. There should be a line, in that file, that has the following key: "max_upload_rate": 0,
In your case, this has apparently taken on a string value, something like: "max_upload_rate": "0",
While we investigate what caused this, you have the following workarounds available:
a. Remove the quotes around the value of max_upload_rate. For example, 0 instead of "0". b. Remove the entire configuration.json to reset to default settings.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
Hi! I was using Tribler and THIS happened! :cry: