-
Notifications
You must be signed in to change notification settings - Fork 4
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
Thumbnail not show in app #2
Comments
I can see all the thumbnails, can you send me a link to try |
The first three bookmarks that I have did not have a thumbnail, I have deleted them, I have created them again and they are now available, perhaps it is a compatibility problem between versions |
i test that with pagekeeper v 1.02 and stable release of shiori 1.5.5. thumbnail work in shiori. in both way(share menu or directly add from server) . if you refresh app ,is it check thumbnail for refresh too? |
|
Do you add that from server or app? |
From server |
and from the app too |
it happen to me time to time. |
Have you tried deleting the bookmark and adding it again? |
yes. i remove that and add again but when i add them from server i missing thumbnail
|
I think I have found the problem. If the URL is saved in this format (http://192.168.1.12:8080/), when the image URL part is added (http://192.168.1.12:8080//bookmark/1/thumb), the slash / gets duplicated. I have implemented a control to remove the slash if it exists. |
Hi. |
Can you create a user or environment where I could test from my device? |
unfortunately in run that locally right now. shiori v1.5.5 |
I've created this for google review, you can test in: Let's see if you can add a bookmark where the thumbnail doesn't appear so I can try it. |
is it version 1.5.5 ? my local test on shiori v 1.55 (both show thumbnail on web version) |
I've installed Shiori in Docker using a template, but the template uses a very old version from this image: [https://hub.docker.com/r/radhifadlillah/shiori/tags]. I'll try to update the container. |
I've created a new container using the latest image, but the thumbnail is not showing in the app, now I can fix the bug. Here are the server details with the same credentials. |
In my case the problem was that de bookmark was not public, and there was no access to the image. I have edited the bookmark to make it public, and now it appears. |
you right when i remove bookmark and add that as public bookmark it finally show thumbnail. as i remember fmartingr migrate UI route in v1.6 this are you sure that send token to accesses thumbnail? |
I'm using the direct url |
so you don't send token in request or cookies to accesses that. |
I can't send cookies from Android in a straightforward way. The only thing I can think of is to send the sessionID as a parameter in the URL |
you can add token to header like other request
this request work on shiori 1.6 for me. to authorize and accesses to the thumbnail. if i am not send a valid token that redirect me to the login page |
as you see fmartingr done that for wbeui of shiori that in this PR |
In legacy api, I haven't token |
you right we add that in shiori v1.6 with this PR go-shiori/shiori#742 maybe not bad if you add a lable to this issue "migrate new api" and fix that when you start working in new api. |
I've solved the problem including the X-Session-Id in the headers. |
I'm still having the problem. I can't see anymore the images in the saved bookmarks. I'm using the last version of the app in android 9 |
@DesarrolloAntonio Any news about this? |
In my tests, the images appear fine without any issues. Can you not see any images at all or just a specific one? |
All images are not present. |
app not show thumbnail of bookmarks.
in screenshot it is work but in my test not working. is it a bug or this feature not merge yet?
The text was updated successfully, but these errors were encountered: