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
The API has returned an error: Typesense\Exceptions\ObjectNotFound
Status code: 0
Message: Could not find a field named `popularity` in the schema for sorting.
Trace: /app/vendor/typesense/typesense-php/src/ApiCall.php on line 348
Expected Behavior
The API should have returned a successful response with data.
Steps To Reproduce
Http Request: `GET /v4/anime?q=pekora
Environment
- OS: Ubuntu 24.04.1 LTS
- Browser: Google Chrome Versión 129.0.6668.89
- Docker image: jikanme/jikan-rest:latest
Anything else?
The text was updated successfully, but these errors were encountered:
Enter in the container with docker exec -it <container name> /bin/bash or podman exec -it <container name> /bin/bash, and execute the above commands one by one.
Is there an existing issue for this?
Current Behavior
The API has returned an error:
Typesense\Exceptions\ObjectNotFound
Status code:
0
Message:
Could not find a field named `popularity` in the schema for sorting.
Trace:
/app/vendor/typesense/typesense-php/src/ApiCall.php on line 348
Expected Behavior
The API should have returned a successful response with data.
Steps To Reproduce
Http Request: `GET /v4/anime?q=pekora
Environment
Anything else?
The text was updated successfully, but these errors were encountered: