OpenStreetBrowser showing no map

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
Lothar Weber
Hobby Astronomer
Hobby Astronomer
Posts: 23
Joined: 2019-06-26, 10:41

OpenStreetBrowser showing no map

Post by Lothar Weber » 2026-04-29, 14:46

Hello,
OpenStreetbrowser
https://www.openstreetbrowser.org/#map= ... osm-mapnik
shows some of the items of the site but at least doesn't show the map.

Code: Select all

16:37:09.499 ReferenceError: Sanitizer is not defined[Weitere Informationen]  
openstreetbrowser.min.js:1:152504
16:38:05.184 GET 
https://openstreetbrowser.org/piwik/piwik.php [HTTP/1.1 500 Internal Server Error 38ms]
16:38:42.805 GET 
https://openstreetbrowser.org/piwik/piwik.php [HTTP/1.1 500 Internal Server Error 39ms]
16:41:13.155 GET 
https://openstreetbrowser.org/piwik/piwik.php [HTTP/1.1 500 Internal Server Error 39ms]
16:41:28.168 GET 
https://openstreetbrowser.org/piwik/piwik.php [HTTP/1.1 500 Internal Server Error 51ms]


User avatar
Moonchild
Project founder
Project founder
Posts: 39260
Joined: 2011-08-28, 17:27
Location: Sweden

Re: OpenStreetBrowser showing no map

Post by Moonchild » 2026-04-29, 14:47

500-class errors are server-side errors. By definition we can't really do anything about those.
"Praise from a narcissistic person is always a poison dart. They don't share the stage, so discernment matters." - Dr. Ramani
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

Lucio Chiappetti
Keeps coming back
Keeps coming back
Posts: 918
Joined: 2014-09-01, 15:11
Location: Milan Italy

Re: OpenStreetBrowser showing no map

Post by Lucio Chiappetti » 2026-04-29, 16:03

Is the site related to openstreetmap.org ?
If so I generally use https://www.openstreetmap.org (this wokrs nicely in Pale Moon).
They might have a mailing list or other way to interact with them. I presume they should in principle be friendly with non-mainstream browsers ... in practice they might have a manpower shortage in supporting them, at least that was what happened to me when I posted about https://umap.openstreetmap.fr/en/ (it display fine with Pale Moon but its edit mode at some time ceased to work ... there should be a post of mine here in the forum)
The reasonable man adapts himself to the world: the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man. (G.B. Shaw)

User avatar
Night Wing
Knows the dark side
Knows the dark side
Posts: 5919
Joined: 2011-10-03, 10:19
Location: Piney Woods of Southeast Texas, USA

Re: OpenStreetBrowser showing no map

Post by Night Wing » 2026-04-29, 17:17

Lucio Chiappetti wrote:
2026-04-29, 16:03
If so I generally use https://www.openstreetmap.org (this wokrs nicely in Pale Moon).
I also use this link for looking up business or places I have to go when I have to go to Houston, Texas. And it does work very well with my linux Pale Moon.
MX Linux 25.1 (Infinity) Xfce w/Pale Moon, Waterfox, Firefox
Linux Debian 13.4 (Trixie) Xfce w/Pale Moon, Waterfox, Firefox

User avatar
adoxa
Astronaut
Astronaut
Posts: 626
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: OpenStreetBrowser showing no map

Post by adoxa » 2026-04-30, 00:45

It seems just faking Sanitizer is enough; here's a userscript to do that.

Code: Select all

// ==UserScript==
// @name        Sanitizer
// @namespace   adoxa
// @include     https://www.openstreetbrowser.org/*
// @version     1
// @grant       none
// @run-at      document-start
// ==/UserScript==
window.Sanitizer = function(){}

User avatar
Moonchild
Project founder
Project founder
Posts: 39260
Joined: 2011-08-28, 17:27
Location: Sweden

Re: OpenStreetBrowser showing no map

Post by Moonchild » 2026-04-30, 11:55

Sanitizer
Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.
Chrome 146/Firefox148

So, they are using a draft API that is literally just conjured into existence this year. No fallback, no error handling if not supported.
"Praise from a narcissistic person is always a poison dart. They don't share the stage, so discernment matters." - Dr. Ramani
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite