Page 1 of 1

Aetolia map download fails due to Connection refused

Posted: Sat Apr 29, 2017 5:30 pm
by Slayd
I get a message saying there is a new map to download.

When I try to download it through the Settings/Mapper, I get a "Connection refused." error. Is there a setting I can update to fix this?

Re: Aetolia map download fails due to Connection refused

Posted: Sat Apr 29, 2017 8:52 pm
by phasma
(mapper): The games map was updated - you should update yours! Go to Settings -> Mapper tab and
click on the button there. Once you've updated, click here to remove the reminder.[ INFO ] - Map
download initiated, please wait...
[ INFO ] - ... map downloaded and stored, now parsing it...
[ INFO ] - Auditing of a loaded/imported/downloaded map starting...
[ OK ] - Auditing of map completed, in 0.129931 seconds. Enjoy your game...
(mapper): Go you for updating!

Seems fine for me. What Mudlet version?

Re: Aetolia map download fails due to Connection refused

Posted: Sat Apr 29, 2017 8:57 pm
by Slayd
3.0.1 on OS X. Thanks for the feedback

Re: Aetolia map download fails due to Connection refused

Posted: Mon May 01, 2017 1:00 am
by SlySven
Should have the required SSL (I think) library in the system but that would be my guess - don't forget you can download XML map files manually (if you know the right URL) and install them by hand now...!

Re: Aetolia map download fails due to Connection refused

Posted: Mon May 01, 2017 1:29 am
by Slayd
I seem to remember that XML download from earlier days. Thanks for your reply.

Do you mean an SSL library that is installed in my OS X Library directory? Or a specific SSL file to be used by Mudlet that is installed in a Mudlet directory

Do you know how I convert the XML to a map.dat file?

Re: Aetolia map download fails due to Connection refused

Posted: Mon May 01, 2017 1:50 am
by SlySven
Late 3.0.0 preview and Release 3.0.0 and later and development versions can now load the file use
Code: [show] | [select all] lua
loadMap("fullPathAndFileName.xml")
from a lua script (the ".xml", not case sensitive as MacOs isn't IIRC, file extension will trigger the alternate handling for XML files) or from the load map command on the map tab of the options dialogue - for this you may have to change the "Files of type" setting to "Xml map data":
mudlet_snapshot7.png

Re: Aetolia map download fails due to Connection refused

Posted: Mon May 01, 2017 3:00 am
by Slayd
Brilliant! Thanks for your help, SlySven!