jup-ag / jupiter-swap-api

The jupiter swap api binary
72 stars 20 forks source link

decoding response body error #24

Closed brandtcormorant closed 1 month ago

brandtcormorant commented 4 months ago

Running the fly.io example on fly I got the following error in the logs when running fly launch:

*** [info] [2024-05-07T21:41:02.772827Z INFO jupiter_core::address_lookup_table_cache] Fetching 8722 address lookup tables
*** [info] thread 'main' panicked at jupiter-swap-api/src/main.rs:757:10:
*** [info] called `Result::unwrap()` on an `Err` value: error decoding response body: EOF while parsing a string at line 1 column 14367
*** [info] Caused by:
*** [info] 0: error decoding response body: EOF while parsing a string at line 1 column 14367
***a [info] 1: EOF while parsing a string at line 1 column 14367

Since it happened after fetching the address lookup tables that seems related.

Anyone else experience this?