jperelli / osm-static-maps

Openstreetmap static maps is a nodejs lib, CLI and server open source inspired on google static map service
http://osm-static-maps.herokuapp.com/
GNU General Public License v2.0
160 stars 52 forks source link

Broken demos. #7

Closed sustained closed 4 years ago

sustained commented 4 years ago

The demos are giving an application error.

jperelli commented 4 years ago

Hi @sustained Can you give more information on this one? what command are you running? what's the error? do you have a stack trace?

sustained commented 4 years ago

Your demos on Heroku are broken.

image

Hence the lack of information, this is all it says. :upside_down_face:

jperelli commented 4 years ago

@sustained I see it working now, can you see it? I think that the heroku demo might be unstable because of too many requests being made to it. I'll add a note in the README. Feel free to reopen the issue if needed.

sameersb commented 4 years ago

Currently any request is giving the same error!

jperelli commented 4 years ago

A possible solution is trying to maintain the background browser open through requests as singleton. I'll try doing a singleton logic, It should also help when doing multiple queries in a for loop.

MarkusTiede commented 4 years ago

Same for me - the demo / instance still seems to be broken: is there any log / more information we can provide helping you to fix this?

jperelli commented 4 years ago

Basically I don't have monetary resources to pay for a dedicated server for this... so... It's being used too much... I'll try to improve the performance of it by doing what I stated on the previous message, but it's going to happen again, unless I can get the money for a non-free server If this gets more attention I could also try to create a freemium service.

jperelli commented 4 years ago

@MarkusTiede @sameersb @sustained please could you try now?

MarkusTiede commented 4 years ago

Now it's working again - thanks! Maybe https://github.com/sponsors could help you there?