ID:2890777
 
Resolved
Calling world.Export() to contact a server that did not respond never returned.
BYOND Version:515.1614
Operating System:Windows 10 Home 64-bit
Web Browser:Chrome 116.0.0.0
Applies to:Dream Daemon
Status: Resolved (515.1615)

This issue has been resolved.
world.Export() seems to never return a value.

Snippet:
mob
verb/TestWorldExport()
var/server = "byond://127.0.0.1:8008"
var/other_server_online = world.Export("[server]?ping")
world.log << "other_server_online = [other_server_online]"


Test Environment: https://www.sendspace.com/file/bulnbq

I didn't go through and test every previous version, but I do know that this code works fine in 514.
Lummox JR resolved issue with message:
Calling world.Export() to contact a server that did not respond never returned.