Open
Description
What happened?
I'm using abs-tract to add in extra metadata providers. The search being sent to abs-tract appears to have a ;
before the word query.
I created a but report in abs-tract's GitHub and the dev said it appears to be an ABS issue and to create a bug here.
What did you expect to happen?
After adding a metadata provider through abs-tract I should be able to get search results.
Steps to reproduce the issue
- Create a metadata provider pointing to abs-tract
- Perform a search, no results are returned
- Check the logs and you can see a
;
before the word query
Audiobookshelf version
2.19.3
How are you running audiobookshelf?
Docker
What OS is your Audiobookshelf server hosted from?
Linux
If the issue is being seen in the UI, what browsers are you seeing the problem on?
None
Logs
2025-02-05T21:34:37.079432255Z INFO Response: 200 OK service: "abs-tract" httpRequest: {url: "http://192.168.8.219:5555/kindle/us/search?mediaType=book&;query=Die+Trying&author=Lee+Child" method: "GET" path: "/kindle/us/search" remoteIP: "172.23.0.1:59900" proto: "HTTP/1.1" requestID: "5c2b925ac873/rZ2rQH0VgA-000001" scheme: "http" header: {accept: "application/json, text/plain, */*" user-agent: "axios/0.27.2" connection: "keep-alive"}} httpResponse: {status: 200 bytes: 3511 elapsed: 3524.220387}
Additional Notes
No response