Question

ArcGIS Online Background Map in Inspector


Badge +1

I'm getting the following error when trying to use ESRI World_Street_Map in Inspector as the background map. Lots of workers retrieving tiles and then a RegExp error?

Worker 15400 > |INFORM|ArcGIS Online Map Service Reader: Retrieved tile [8, 155, 227] from https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/8/155/227?f=json
Worker 15400 > |INFORM|ArcGIS Online Map Service Reader: Retrieved tile [8, 156, 228] from https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/8/156/228?f=json
Worker 15400 > |INFORM|ArcGIS Online Map Service Reader: Retrieved tile [8, 157, 229] from https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/8/157/229?f=json
Worker 15400 > |INFORM|ArcGIS Online Map Service Reader: Retrieved tile [8, 156, 227] from https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/8/156/227?f=json
Worker 15400 > |ERROR |Python Exception <PyJsException>: SyntaxError: Invalid RegExp pattern: u'^(0|10|127|192\\.168|172\\.1[6789]|172\\.2[0-9]|172\\.3[01]|169\\.254|192\\.88\\.99).[0-9.]+
Worker 15400 > |ERROR |A fatal error has occurred. Check the logfile above for details -> u'^(0|10|127|192\\.168|172\\.1[6789]|172\\.2[0-9]|172\\.^(0|10|127[6789]|172\\.2[0-9]|54|192\\.8\\.99).[0-9'
{replace5}


3 replies

Badge

It sounds like your network uses a proxy auto-config (PAC) file, and it might contain something invalid. Please open a support case with Safe and include a copy of your PAC file. Thanks!

Badge +1

It sounds like your network uses a proxy auto-config (PAC) file, and it might contain something invalid. Please open a support case with Safe and include a copy of your PAC file. Thanks!

Thanks for your response, I'll shoot my details through.

 

 

Web services from ArcGIS Online and other sources work fine in Workbench with my proxy details in the settings. Since there is no options for setting proxy details in Data Inspector one would assume the Workbench details are being used? If not, how do you set them?

 

 

Badge
Thanks for your response, I'll shoot my details through.

 

 

Web services from ArcGIS Online and other sources work fine in Workbench with my proxy details in the settings. Since there is no options for setting proxy details in Data Inspector one would assume the Workbench details are being used? If not, how do you set them?

 

 

Data Inspector always uses Workbench's proxy settings.

Reply