-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search not working anymore #52
Comments
Huh, it gets weirder. This is the HTTP request if the link is invoked from the Stylish extension, e.g. a search is performed in Stylish (no referrer in the HTTP request):
Result: Error 500, error message in JSON result. This is the HTTP request if the link is invoked from the userstyles.org web page, e.g. a search is performed there (referrer https:/userstyles.org… in the HTTP request):
Result: Correct JSON result set. |
Search does not work anymore.
While the categories "tag cloud"
(via https://userstyles.org/api/v1/categories/site)
gets loaded in the Stylish extension interface,
a search
(via https://userstyles.org/api/v1/styles/subcategory?search=fritz&per_page=22&country=us&page=1)
returns a fatal error in the JSON result set.
{"error":"fatal error"}
The text was updated successfully, but these errors were encountered: