Hi,
it’s me again - reporting some very weird behaviour using ghhops-server
. Recently, some of my previously working components weren’t working anymore:
After hours and hours of investigation (the error message is not exactly useful) I found that it is currently not possible to use the ´HopsInteger` param as output:
If I ensure floats by calling float()
on all the numbers, in conjunction with using HopsNumber
instead of HopsInteger
, it miraculously starts working again…
I would greatly appreciate it, if somebody (@AndyPayne, @eirannejad, @stevebaer) could look into this, changing all integer outputs to numbers seems a workaround for now, still I am unable to locate the underlying error.
If I can help in any way, please let me know.