A community member is experiencing an issue where their latest requests are not showing up on the Helicone /requests page, even though the API calls are coming through fine in their app. They have tried looking up the requests by the property ID, but the requests are not appearing. The Helicone team investigates the issue, and it seems that there may be a bug or an edge case causing the requests to fail to log in the Helicone database. The community member provides an example request ID that is not being logged, and the Helicone team acknowledges the issue and plans to add more telemetry to better understand the problem. The community members work together to troubleshoot the issue, but a definitive solution is not found.
Hi, I'm not seeing my latest requests in the Helicone /requests page but the API call is coming through fine in my app. I just wanted to look up my specific call to see the details of what went down. I do pass in a property ID and I tried looking it up by the ID and the request is not coming up.
its weird bc the API response comes through fine on my end it just doesn't show in Helicone. not sure if this is a similar edge case that i encountered last time where i had some sort of illegal SQL character that caused the save to your DB to fail π
I think one of your engineers had to add logic to remove any illegal characters
nope doesn't seem like it. might just have been something weird in the response i was getting back in the LLM that caused it to fail to save on the helicone side? not sure π€·ββοΈ