ORNL-QCI / xacc

XACC - eXtreme-scale Accelerator programming framework
https://xacc.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Honeywell JSON parse error #32

Open wongey opened 1 month ago

wongey commented 1 month ago

Upon sending a program to honeywell:H1-1E, a new error is reported:

Failed to execute XACC: [json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - invalid literal; last read: '<U+001F>' 
wongey commented 1 month ago

I believe this issue is related to to spack library nlohmann@3.11.3 (which was recently updated from 3.1 on my end) after the recent merge PR#30.

cc: @sethrj

wongey commented 1 month ago

Update: This becomes a non-issue when building outside of the spack environment.

But will keep this issue open for now as @sethrj investigates this for the spack environment.

sethrj commented 1 month ago

That makes no sense... can you try spack again? maybe it was just a fluke? It's impossible to tell because (until my PR) there's no way to get the failed server response other than running through a debugger 😠

wongey commented 1 month ago

Yes: See my comment here in PR #33.