[Bug report]: ytmapi-rs v0.3.0 fails
apitriage
**Describe the bug**
Any request returns the error:
`Error: Response is invalid json - unable to deserialize. <Error("expected value", line: 1, column: 1)>`
**To Reproduce**
Add the ytmapi-rs crate with default-features disabled and native-tls enabled by running:
`cargo add ytmapi-rs --no-default-features -F native-tls -F simplified-queries`
Then, any request made using the crate lib will fail with the error indicated above.
**Expected behavior**
No error should be returned.
**If ytmapi_rs: Provide the source json file that caused the error**
n/a
**If ytmapi_rs: Provide a screenshot of the YouTube Music page that shows the result you expected**
n/a
**Environment (please complete the following information):**
- OS/distro: Artix Linux
- Crate: ytmapi_rs
- Version: 0.3.0
**Additional context**
I have installed the crate as per: [#340] which is:
`cargo add ytmapi-rs --no-default-features -F native-tls -F simplified-queries`
关闭于 2026-02-09 6 条评论