I'm in the Netherlands and I'm blocked, so it might be entirety of Europe. That said, I wasn't using any of the maps anyway (as far as I know), so it's not a big loss.
So, while all of the above options sound good, like I said, I'm not using the maps (at least not in my own scripting), so I don't really care if I can access them or not.
What I would like is if the map manager call was made optional, maybe contingent on actually trying to access one of these maps. Right now, when I import zlib to use say, it's kmail functions or its variable management, the script halts for half a minute waiting for the timeout, which is slowing down my automation, AND confusing me into thinking I didn't actually call my script yet. I *think* it's because of the static declaration on line 542, which is not included in the has_goal() function call that follows it.
Edit: yes, moving that static block inside the function remove the slowdown, but I don't know why it wasn't inside in the first place, so it might have mucked up other stuff somewhere. This is just what I managed to find after a quick text search.