Raymon
Raymon
Puuh, that's a lot to read here. I think from the most outer perspective ... follow lists with > 1000 entries don't make sense. It's something different then and should...
Check this Dockerfile https://github.com/raymonostr/nip57-server/blob/main/Dockerfile - you need pkg-config and build-essential to build the secp256k1
You can do this like here in XRelay : https://github.com/raymonostr/nip57-server/blob/main/nostr_helper.py
Same problem here, 24.10.0 broke the integration ``` ray@fedora:~$ curl -X POST -H "Content-Type: application/json" http://solar-log.fritz.box/getjp -d '{ "878": null }' {"878":"QUERY IMPOSSIBLE 000"} ```
@dontinelli Think it's line 131 in https://github.com/dontinelli/solarlog_cli/commit/bd1459811d05a63da2d614b0bffb16a86d9c2212#diff-d7bf0ad6f2d0b35bfa9f39baf0fcc8b3b495fd86385da2c426df4c3d6960961bR10 - should be `if text.count('QUERY IMPOSSIBLE 000'):` instead of `if text.count('{"QUERY IMPOSSIBLE 000"}'):` cause the later doesn't match the response `{"878":"QUERY IMPOSSIBLE 000"}`