-
Notifications
You must be signed in to change notification settings - Fork 16
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
Cannot view/save previously favorited strips #65
Comments
Hey, i think i can do something
You have the app installed from f-droid, means it's signed by their release keys, and f-droid is currently struggling to release apps: https://gitlab.com/fdroid/admin/-/issues/382 I can try and develop something without testing it (like fixing the export/share functions, because I don't have the app installed and i cannot obtain historical cache, like you have) or I can develop decomission notification (which I wanted to avoid, since in few weeks we might get public historical archives back) or if you can extract the app contents from your phone (might not even need rooted device), it's best course of action I have really no free time to invest right now, and if i cannot test the app while making changes (dilbert.com is not accessible, and i have no historical dilbert.com data on my phone), i fear this will be long and painful process. Also if you go in settings, and set "share url instead of image" function (, you get the url and then you can download the strip manually? If we talking about hundreds of cache images you want to export, some automation would be better, but this is the way you can use right now. |
Thanks @smarek ! Regarding (1) unfortunately that phone cannot be rooted (Huawei P30 Pro requires code to unlock bootloader, and they're not giving them anymore). If (2) & (3) could be fixed without too much effort as you say, that would be great! I hope f-droid folks will fix their builds soon so it might get there in future builds.
I've tried looking without root, as some apps have data available without root under
I can offer to provide any testing and feedback needed, if you're willing to invest time to make export work. (I can also share that export - once it works - with you if you want; but I'll be content if I can get that export out of the phone)
Yeah, that should probably only considered once there is no hope of getting historical archives back...
I've tried that, unfortunately it only shared things like this: |
As noted in #63 (comment), I can no longer access old strips. But the app knows the URL to strip which still works, so it would be great if it could use it:
I did, result is the same. I should clarify: for 2020+ the images are cached and show normally (and can be downloaded). It is only when I try go deeper into the past (like 2018) when images are not cached, that strips are not displayed (nor can be downloaded). The
Open in browser
works always (unless the Internet is disabled, of course).Saving works for images that display correctly (e.g. 2020+). For those that don't (e.g. only dark grey screen is displayed with barely visible
X
over it), if I still try to click download button, I get in my notifications<Untitled> Download unsuccessful
without any extra information.To my untrained eye, it looks like some kind of
http
failing to redirect tohttps
.Here is the logcat that appears when image fails to download (click to expand)
I'm using latest f-droid release (
4.7
)I was hoping for extracting few dozen/hundred favorites I've marked in the app over the years before the cache dissapears, yes. I'm not an android programmer and lack programming environment for it, but that http/https might be relatively easy to fix and allow users of your SimpleDilbert app to salvage their old comics they're interested in. (maybe some flag just need turning on, or even hardcoded replacing of
http:
tohttps:
might fix it)The text was updated successfully, but these errors were encountered: