You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@FireMasterK I was looking into possibly logging the response body, but it seems I'm really out of my depth here with Rust as all of the ways I have tried results in it not compiling. :(
Pretty much all of the ways would consume the resp on line 347 in main.rs: let resp = CLIENT.execute(request).await;
Which of course makes everything else not really happy. Some guidance would be much appreciated.
As tittle, it seems often I get an 200 status from proxy but playback doesn't start despite it, and I have no way of knowing what's the issue.
It should return the upstream aka YouTube's reponses status code and message at least if it's having issues.
The text was updated successfully, but these errors were encountered: