https://ags.cuzk.cz/av/ does not work

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
bflmpsvz
Newbie
Newbie
Posts: 4
Joined: 2023-01-24, 11:26

https://ags.cuzk.cz/av/ does not work

Unread post by bflmpsvz » 2023-01-30, 16:08

The web page https://ags.cuzk.cz/av/ silently refuses to open the content (map).
Is there anything I can do with it? Chrome opens it.

Windows 10
32.0.0 (64bit)

vannilla
Moon Magic practitioner
Moon Magic practitioner
Posts: 2183
Joined: 2018-05-05, 13:29

Re: https://ags.cuzk.cz/av/ does not work

Unread post by vannilla » 2023-01-30, 16:21

Code: Select all

ReferenceError: BigInt is not defined
Use Chrome for the time being.

User avatar
adoxa
Fanatic
Fanatic
Posts: 154
Joined: 2019-03-16, 13:26

Re: https://ags.cuzk.cz/av/ does not work

Unread post by adoxa » 2023-01-31, 07:07

After removing the BigInt references (not actually used) and working around a problem with an IntersectionObserver, it seems to work okay (it displayed a map, but I didn't do anything after that). Install Modify HTTP Response (GitHub or Thunderbird) and use this as the filter:

Code: Select all

[["js.arcgis.com",["/4.25/init.js",["BigInt(\"1000000\")","1000000","/BigInt64/g","Uint32"]],["/4.25/esri/widgets/Popup.js",[",{root:window.document}",""]]]]

Locked