You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@stenuto I'm not seeing any Invalid URL errors, just that the server is reliably killing connections mid query. Can you provide me more information ie input/output, CLI vs library on how you are using the tool?
I've tried every type of query approach we support and am fairly convinced this is an issue with the upstream server.
DEBUG=1 ts-node cli.ts --approach iter fetch https://slco.org/slcogis/rest/services/Land/MapServer/1
https://slco.org/slcogis/rest/services/Land/MapServer/1?f=json
https://slco.org/slcogis/rest/services/Land/MapServer/1/query?returnCountOnly=true&where=1%3D1&f=json
https://slco.org/slcogis/rest/services/Land/MapServer/1/query?where=1%3D1&geometryPrecision=7&returnGeometry=true&outSR=4326&outFields=*&resultOffset=0
https://slco.org/slcogis/rest/services/Land/MapServer/1/query?where=1%3D1&geometryPrecision=7&returnGeometry=true&outSR=4326&outFields=*&resultOffset=0&f=json
TypeError: terminated
at Fetch.onAborted (node:internal/deps/undici/undici:11323:53)
at Fetch.emit (node:events:513:28)
at Fetch.emit (node:domain:489:12)
at Fetch.terminate (node:internal/deps/undici/undici:10578:14)
at Object.onError (node:internal/deps/undici/undici:11418:36)
at Request.onError (node:internal/deps/undici/undici:8210:31)
at errorRequest (node:internal/deps/undici/undici:10264:17)
at TLSSocket.onSocketClose (node:internal/deps/undici/undici:9710:9)
at TLSSocket.emit (node:events:525:35)
at TLSSocket.emit (node:domain:489:12) {
[cause]: Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) {
errno: -104,
code: 'ECONNRESET',
syscall: 'read'
}
}
I'm getting an invalid URL error on this endpoint uri: https://slco.org/slcogis/rest/services/Land/MapServer/1
They've disabled the directory on this page, but it is accessible from https://slco.org/slcogis/rest/services/Land/MapServer/1?f=json
The text was updated successfully, but these errors were encountered: