Browse online content timing out too quickly

Post Reply
Vince
Member
Posts: 22
Joined: Fri May 20, 2016 02:58
GitHub: vaggrippino
IRC: Vince
In-game: Vince

Browse online content timing out too quickly

by Vince » Post

When I try to look at mods through the application, either through "Find More Mods" or "Browse online content", it times out way too quickly and I get the message "No packages could be retrieved".

Code: Select all

2024-06-08 05:42:35: ERROR[AsyncWorker-3]: HTTPFetch for https://content.minetest.net/api/packages/?type=mod&type=game&type=txp&protocol_version=43&engine_version=5.8.0&hide=desktop_default failed: Timeout was reached (timeout = 20000ms)
I've tried changing curl_timeout, but it doesn't seem to be actually using that. The value in the "timeout = " part of the message will change, but I timed it and it times out after exactly 15 seconds regardless of the curl_timeout setting.

Code: Select all

> minetest --version
Minetest 5.8.0 (Linux)
Using Irrlicht 1.9.0mt13
Using LuaJIT 2.1.0-beta3
BUILD_TYPE=Release
RUN_IN_PLACE=0
USE_CURL=1
USE_GETTEXT=1
USE_SOUND=1
STATIC_SHAREDIR="/usr/share/minetest"
STATIC_LOCALEDIR="/usr/share/locale"

User avatar
srifqi
Member
Posts: 577
Joined: Sat Jun 28, 2014 04:31
GitHub: srifqi
IRC: srifqi
In-game: srifqi
Location: Indonesia

Re: Browse online content timing out too quickly

by srifqi » Post

Have you tried to open the ContentDB web site from a web browser? Is there any computer network issue?
Saya dari Indonesia! · Terjemahkan Minetest! · my mods · My nickname in IPA: /es.rif.qi/

Post Reply