-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS amd 64 release error #23
Comments
@mikejohnson51 This is related to Error log output on endpoint:
Note Need to double check, but the nldi_feature argument may be passed as a JSON string instead of a list in the runtime, so I might need to double check that |
With respect to the NLDI call, it needs to be
|
That one went through, but I do see for [jsinghm-hfsubset] [2023-11-28 14:19:37] START RequestId: ca14a187-37bc-4074-b773-62e6e23fd3cb Version: $LATEST
[jsinghm-hfsubset] [2023-11-28 14:19:37] INFO [2023-11-28 14:19:37] [subset] Received request:
[jsinghm-hfsubset] [2023-11-28 14:19:37] {
[jsinghm-hfsubset] [2023-11-28 14:19:37] s3: s3://lynker-spatial/v20/,
[jsinghm-hfsubset] [2023-11-28 14:19:37] id: NULL,
[jsinghm-hfsubset] [2023-11-28 14:19:37] comid: 1,
[jsinghm-hfsubset] [2023-11-28 14:19:37] hl_uri: NULL,
[jsinghm-hfsubset] [2023-11-28 14:19:37] nldi_feature: NULL,
[jsinghm-hfsubset] [2023-11-28 14:19:37] xy: NULL,
[jsinghm-hfsubset] [2023-11-28 14:19:37] layers: divides,nexus,flowpaths,network,hydrolocations,
[jsinghm-hfsubset] [2023-11-28 14:19:37] version: v20
[jsinghm-hfsubset] [2023-11-28 14:19:37] }
- [jsinghm-hfsubset] [2023-11-28 14:20:27] ERROR [2023-11-28 14:20:27] In argument: `id == origin | toid == origin`.
[jsinghm-hfsubset] [2023-11-28 14:20:27] END RequestId: fabeadde-03fc-421e-b053-982198023d6d
[jsinghm-hfsubset] [2023-11-28 14:20:27] REPORT RequestId: fabeadde-03fc-421e-b053-982198023d6d Duration: 50087.14 ms Billed Duration: 50088 ms Memory Size: 3008 MB Max Memory Used: 3008 MB
[jsinghm-hfsubset] [2023-11-28 14:20:56] START RequestId: 1f325e4e-e148-49a3-ba8a-4bdd69514a2a Version: $LATEST
[jsinghm-hfsubset] [2023-11-28 14:20:56] INFO [2023-11-28 14:20:56] [subset] Received request:
[jsinghm-hfsubset] [2023-11-28 14:20:56] {
[jsinghm-hfsubset] [2023-11-28 14:20:56] s3: s3://lynker-spatial/v20/,
[jsinghm-hfsubset] [2023-11-28 14:20:56] id: NULL,
[jsinghm-hfsubset] [2023-11-28 14:20:56] comid: 10,
[jsinghm-hfsubset] [2023-11-28 14:20:56] hl_uri: NULL,
[jsinghm-hfsubset] [2023-11-28 14:20:56] nldi_feature: NULL,
[jsinghm-hfsubset] [2023-11-28 14:20:56] xy: NULL,
[jsinghm-hfsubset] [2023-11-28 14:20:56] layers: divides,nexus,flowpaths,network,hydrolocations,
[jsinghm-hfsubset] [2023-11-28 14:20:56] version: v20
[jsinghm-hfsubset] [2023-11-28 14:20:56] }
- [jsinghm-hfsubset] [2023-11-28 14:21:46] ERROR [2023-11-28 14:21:46] In argument: `id == origin | toid == origin`.
[jsinghm-hfsubset] [2023-11-28 14:21:46] END RequestId: 6bcb87af-6c17-4f87-b576-1425671ad01a
[jsinghm-hfsubset] [2023-11-28 14:21:46] REPORT RequestId: 6bcb87af-6c17-4f87-b576-1425671ad01a Duration: 50362.74 ms Billed Duration
I'll get this fixed sometime tomorrow |
Might be obvious but just to check, I get the same using the correct call to NLDI: ~ » ./hfsubset -l "all" -o test.gpkg -t nldi_feature "nwissite:USGS-02300700" 137 ↵ mjohnson@mikes-mbp-2
hfsubset ==> 18:51:20 [0/4] sending http request
hfsubset ==> 18:51:20 [1/4] waiting for response
hfsubset ==> 18:52:06 [2/4] reading hydrofabric subset
hfsubset ==> 18:52:06 [3/4] parsing base64 response
panic: illegal base64 data at input byte 0
goroutine 1 [running]:
main.makeRequest({0x12b67d8?, 0x11?}, 0x5?, 0x12ac700?)
/home/runner/work/hfsubset/hfsubset/cli/main.go:196 +0x5ca
main.main()
/home/runner/work/hfsubset/hfsubset/cli/main.go:266 +0x3d1 |
Running hfsubset from the macos release fails with the follow error
System details:
macOS 14.1.1 (23B81)
Apple M2 Max
The text was updated successfully, but these errors were encountered: