Skip to content
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

Kemono.party error not found 203 "this API does not support galleries" - not sure if bug #3058

Open
UnlimitedArk opened this issue Oct 28, 2023 · 6 comments

Comments

@UnlimitedArk
Copy link

I'm not sure if this is a bug or the support for kemono just isn't at that level yet, but no results appear when entering a gallery (single image posts open just fine however), and the log replies with a "server replied: NOT FOUND (203)" + API does not support galleries + no valid source returned, could someone clarify it for me?
Also a bit unrelated, but can you search for an author to get all of his posts only ? I've tried "id:##" and "author_id:##" but they don't work, only searching for post title works.
I've shared my log anyway just in case, thank you.
main.log

@IlluminatiWave
Copy link

Try kemono.su (party Is gone)

@UnlimitedArk
Copy link
Author

Same thing unfortunately, still says that the API itself does not support galleries.

@LTGM
Copy link

LTGM commented Feb 11, 2024

I have the same issue, su & party domains do not work for me. How to fix that?

error

@papaj-na-wrotkach
Copy link

I believe that the app should make request to https://kemono.su/api/v1/{service}/user/{user_id}/post/{post_id}, but it is missing the v1. I have the same problem and opening the URL with /v1 added after api works fine in browser.

@papaj-na-wrotkach
Copy link

You can try to change these lines and compile it yourself:

return `/api/${identity["service"]}/user/${identity["user"]}/post/${identity["id"]}`;

return "/api/recent?limit=" + opts.limit + "&o=" + offset; // + "&q=" + encodeURIComponent(query.search);

Change them like this:
f188e31
I'll create a PR addressing this issue

@papaj-na-wrotkach
Copy link

nvm there's already #3112 which should resolve this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants