Page 1 of 1

ERROR[CurlFetch]: ... code 500

Posted: Thu Dec 28, 2017 22:49
by Festus1965
ERROR[CurlFetch]: servers.minetest.net/announce not found (HTTP response code said error) (response code 500)

The ERROR comes after each 5 minutes


I read: ERROR[CurlFetch]: servers.minetest.net/announce not found (HTTP response code said error) (response code 418) and now testing new curl?timeout

further found this servers.minetest.net/announce not found (Timeout was reached) (response Code 0)

and still on search on it ...

Found about ... Change .ReceiveJson(); for .ReceiveString(); - so try to understand, maybe one of the last activated mods has that problem ?

Yes, however, if i try that link via browser ... get Bad Request / The browser (or proxy) sent a request that this server could not understand.
But anyway there is something waiting for ... what my server is not getting through / true

Re: ERROR[CurlFetch]: ... code 500

Posted: Thu Dec 28, 2017 23:30
by sfan5
Sounds like a bug in the serverlist code, I'll investigate this.

Edit: Haven't seen the error since adding some debugging code.
No idea what went wrong here, but it should work again.

Re: ERROR[CurlFetch]: ... code 500

Posted: Thu Dec 28, 2017 23:58
by Festus1965
Thanks,

after i changed the

Code: Select all

curl_timeout = 10000
instead of 5000, no ERROR shown yet.

Have also to tell that my server is in Thailand, privat changing IP fiber optic connection, means mtr servers.minetest.net shows me AVG 260 ms (range 214-304) if that matters.

edit: beside I got just an (one other)
ERROR[CurlFetch]: servers.minetest.net/announce not found (HTTP response code said error) (response code 0)
as my IP changed, but gamers came back, noip works fine.

Re: ERROR[CurlFetch]: ... code 500

Posted: Sat Jan 13, 2018 14:01
by BirgitLachner
Any new idea about that ... one of my servers become announced (with the port 30001) then I started the other one which is not accounced with that error.

Code: Select all

ERROR[CurlFetch]: servers.minetest.net/announce not found (HTTP response code said error) (response code 418)
Where do I need to input ...

Code: Select all

curl_timeout = 10000
in minetest.conf?

Re: ERROR[CurlFetch]: ... code 500

Posted: Sat Jan 13, 2018 16:49
by sfan5
BirgitLachner wrote:Any new idea about that ... one of my servers become announced (with the port 30001) then I started the other one which is not accounced with that error.

Code: Select all

ERROR[CurlFetch]: servers.minetest.net/announce not found (HTTP response code said error) (response code 418)
Should be fixed, sorry about that.

Re: ERROR[CurlFetch]: ... code 500

Posted: Sat Jan 13, 2018 17:13
by BirgitLachner
Yes ... thanks!!

Re: ERROR[CurlFetch]: ... code 500

Posted: Fri Feb 09, 2018 23:26
by Festus1965
sfan5 wrote:...
Should be fixed, sorry about that.
Would be nice to know what was fixed.

As I see my first own server, the fast one "Celine in Thailand", but I cant see the second one doing for IanniPowerup!!! "Ultra World Survival" (yes, another Survival), as I get since 24 hours ...

Code: Select all

2018-02-10 06:05:07: ERROR[CurlFetch]: servers.minetest.net/announce not found (Timeout was reached) (response code 0)
2018-02-10 06:10:07: ERROR[CurlFetch]: servers.minetest.net/announce not found (Timeout was reached) (response code 0)
2018-02-10 06:15:08: ERROR[CurlFetch]: servers.minetest.net/announce not found (Timeout was reached) (response code 0)
even set the timeout to 10000, instead of 5000,
and the old server on the same hardware and software had there was in the list without any problem. = Confusing me.

Code: Select all

# Name of server
server_name = Ultra World Survival

# Description of server
server_description = Ultra World Survival - Minetest server powered by IanniPowerup

# Domain name of server
server_address = minetestserver.myddns.me

# Automaticaly report to masterserver
# set to true for public servers
server_announce = true

serverlist_url = servers.minetest.net

curl_timeout = 10000

# Message of the Day
motd = Welcome to Ultra World Survival.
missing something ?
... but is able to be reached with the connection data from "Contructor" and testing guests,
and want to start now:
Can anyone host me a survival server on minetest?
ULTRA WORLD SURVIVAL - Beta Testers Needed !

edit:
There is no Server anymore, if you search for the connection.
I finished server for him, not willing to do HIS work anymore.

Re: ERROR[CurlFetch]: ... code 500

Posted: Sat Mar 31, 2018 14:41
by Festus1965
Upps, I did it again !
ERROR[CurlFetchThread]: servers.minetest.net/announce not found (HTTP response code said error) (response code 418)
I started an 2nd Server with an old world. One day both was listet, but now the new one gets it again.

1st = Celine in Thailand, listed ok
2nd = Wildes Land (Original), dame IP Address, using other NOIP alias, not listed ...

do not hurry, the ones need to know where know it, but some day we would like to show our old world and its buildings to everyone.

Re: ERROR[CurlFetch]: ... code 418

Posted: Tue Apr 10, 2018 23:44
by Festus1965
and some time after that post before the 2nd server on another server was listed ... beacause of waiting and keep calm, or did some one change something ?

now, I got both worlds running on ONE server, and here we area again ... the moved server (Wildes Land Original) gives back the 418 Warning, and is not listed ... even I changed the destination for that own noip name to the 1st server also ...

so I can just guess, as I still don't understand the circumstances about this ...

Re: ERROR[CurlFetch]: ... code 500

Posted: Wed Jul 11, 2018 18:07
by bosapara

Code: Select all

ERROR[CurlFetch]: servers.minetest.net/announce not found (HTTP response code said error) (response code 500)
Is it problem of my server or minetest server list?

Re: ERROR[CurlFetch]: ... code 500

Posted: Thu Jul 12, 2018 01:27
by Festus1965
bosapara wrote:Is it problem of my server or minetest server list?
It is a Problem starting at your server until the server list ... as a successful "My Server is her" need a connection from your server through until the server-list, so be announced.

So from closed port at you, connection problem, too much on the INTERNET until server-list it could be ... some time happen, but should be allays ...

so one solution for most as I remember worked out: set the timeout from 5000 to 10000

Re: ERROR[CurlFetch]: ... code 500

Posted: Fri Nov 13, 2020 21:02
by darcksama
to solve this connection problem is very simple, you can see how to solve it by accessing this blog https://minetestdicas.blogspot.com/2020 ... fetch.html

Re: ERROR[CurlFetch]: ... code 500

Posted: Fri Jan 15, 2021 14:03
by rolandm
Could anyone explain the solution in english?
I don't understand the linked spanish page or its autotranslate, and I'm getting the same error now.
Setting the timeout to 10000 didn't solve it either. :(

Re: ERROR[CurlFetch]: ... code 500

Posted: Fri Jan 15, 2021 23:36
by Festus1965
I can't read spanish, but there is only one thing that I see, a difference between https:// and http://servers.minetest.net,
as that thread is old, from 2017, and my own setting is back to 5000 ...


basically after all this time I know so far, that this announcement from a server to the server-list,
also is followed by a back-test from server-list to the server,
what mean also this way back must be free, reachable.

* serversetting: IP:port
* server url right, and I think set in hosts file with IP
* send url must be given the right IP (internet) address from the outside router
* port-forwarding for that port (30000) at router and to the right server IP (internal, most 192.168.x.x) AND (same) port (30000)

Re: ERROR[CurlFetch]: ... code 500

Posted: Sat Jan 16, 2021 01:29
by rolandm
Thanks!
The server had connection problems, probably caused by a duplicate network connection by ethernet and Wi-Fi. After disconnecting ethernet it worked.