Who likes manga?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Frederick Bambrough (1372) 837 posts |
Fix two… Tick! |
Rick Murray (539) 13840 posts |
Just got a status update from PlingStore. With 429 distinct downloads, Manga is more popular than Zap Ultimate. ;-) |
Frederick Bambrough (1372) 837 posts |
I liked it so much, I downloaded 428 copies! |
David Feugey (2125) 2709 posts |
Nota: the archive of the 0.48b is corrupted, both on Store and your website. |
Rick Murray (539) 13840 posts |
Must be a problem with the original archive. How strange. I think when I get home, I’ll version bump it to 0.49, because I haven’t had much luck getting 0.48 out! :-/ |
David Feugey (2125) 2709 posts |
And it does not work any more :) I suspect there is a blacklisting system when you try to download a whole Manga in library (or something else). |
Rick Murray (539) 13840 posts |
Thank you. You’ve given me a reason for a 0.49 release. ;-) This new version (!Store, auto-updater, and my private server) now does a ten second hold-off between fetching each image. It’s annoying and slow to do that, but perhaps better to look like a human than a machine. Edit: Successfully downloaded 78 images (three chapters) in about 18 minutes. |
Rick Murray (539) 13840 posts |
Version 0.50 is available from the usual places. 0.50 2020/09/05 Fixed the problem that would cause crashes upon trying to parse the main mange index at startup. [was because the huge wodge of script at the page start was overflowing the buffer because 1024+terminator won't fit into 1024 bytes!] The problem didn't happen immediately as the script today is slightly different to how it was on the 1st. I don't know if this is work on the Mangareader site, or something Cloudflare does (as I suspect it filters the HTML to make this mess)... Now correctly handles manga with no description. Fixed genre parsing. Fixed thumbnail image fetching. Some references began with "https://", while others only began with "//". Yes, I was smart enough to look for the 's' in https, just in case they go http again... ;-) What's New should now work, but note that it is unclear if "new" entries will work correctly (as there currently aren't any!). Added some additional code for the manga updates I've seen in the update history that start to count from 1, but don't mark the manga as new. So now Manga will. Suggestions now working. And to round off the functionality, Search is operational. So we're back to where we were before the Cloudflare change. Finally. ;-) If you want to try tweaking the holdoff delay, you can set the system variable: Manga$HoldOffDelay If the value is less than 20, it is assumed to be seconds. Otherwise, it is centiseconds. Thus: Set Manga$HoldOffDelay 5 and: Set Manga$HoldOffDelay 500 are identical. The delay is read once when starting up the manga download operation. A quick test indicates that six seconds works... I probably should have worked outside today. Oh well. Too late. I’m sure you’ll appreciate this more than yet another photo of where brambles used to be. ;-) Now to go sit outside with a bottle of raspberry Yop and watch the sun set. |
Erich Kraehenbuehl (1634) 181 posts |
I just downloaded !Manga version 0.5 and it complains: unable to load AcornHTTP version 1.04. I am running Risc OS Direct. Where can i get the newest Acorn HTTP? |
David Pitt (3386) 1248 posts |
It is in the Nightly Beta HardDisc4 download It may be best to upgrade !Boot to acquire other required components. |
Rick Murray (539) 13840 posts |
You’ll find AcornHTTP in the nightly beta Harddisc4 (zip: https://www.riscosopen.org/zipfiles/platform/common/HardDisc4.zip?1600581365). Rummage around, I think it is :Boot → Resources → :System → 310 → Modules → Network → URL or something like that. Writing this on my phone, so I have used : to mean ! (as in :System) because of Textile… |
Erich Kraehenbuehl (1634) 181 posts |
Thank you. Now it works ! |
Rick Murray (539) 13840 posts |
Well, it looks like mangareader.net has died a death. It’s been saying Temporary problem, Please try again in few minutes. for a few weeks now (and returning 404s in Manga because the subpages no longer exist). Well, that’s it. No more manga. :-( It was good while it lasted… |
Steve Pampling (1551) 8170 posts |
As I recall, I looked up manga back when you first mentioned it and noted a pay-per-read type thing. This connected? |
Rick Murray (539) 13840 posts |
On the other hand, you might like to give v0.53 a whirl. The updater will notify you, or you can fetch it from http://heyrick.ddns.net/manga/ It is not on Store because it should be considered alpha quality at this point. However, it “works for me”. Some points to note:
Also:
And:
Ergo Proxy is a 404, however I have read a bit of Anne Freaks, Elfen Lied, and Ghost Only (the latter picked because it was right by the mouse pointer in the ‘g’ section).
Have fun. |
Willard Goosey (5119) 257 posts |
0.53 works fine for me! I didn’t think the download/index took that long, really. And yes wow so many more titles!!!! And they are organized very differently, indeed! (Big O was 6 chapters of ~200 pages on mangareader, scans of the VIZ collections. mangahere has the individual issues as chapters!) |
Doug Webb (190) 1180 posts |
Hi Rick, Thanks for the new version 0.53. It Aborts on ARMX6 RISC OS 5.29 (3rd Nov 2020) Internal error, trap while in trap handler: Internal Error:abort on data transfer at &FC1674BC, pc=FC1674BC:registers at 00021B04 *where &FC1674BC If I re run it I get: Unable to create file to receive requested data – can not fetch file. Unable to fetch list of available manga, will look at at your library. You library is empty, there is nothing to read, Sorry Hope this helps. |
Rick Murray (539) 13840 posts |
Doug, can you rerun it with Debugger set up to make an annotated dump so I can see how it got to mucking up in CLib? When does it abort – when fetching the big list?
That’s usually because it crashed during fetch with the file left open. Closing it manually should fix that, but… Also, IIRC it is running out of stack space, so perhaps try giving it a larger slot, see if that helps? Try 16384k. |
Doug Webb (190) 1180 posts |
Done and sent along with Manga scrap contents.
Yes I believe as the fetch is obscured by the Abort handler window.
Sorry doesn’t sort the issue out and I had tried increasing it before. Hopefully you have enough information but if not let me know and I see what other information I can send. Take care..New Independence day 20th January 21 :-) |
Rick Murray (539) 13840 posts |
Okay, I’ve been working with Doug’s help using builds that log output to DADebug, and it appears to be screwing up at the _kernel_swi() call to URL_ReadData (I’ve just given him a link that outputs even more debug info, to see if it can be narrowed down and to confirm this for certain). The known knowns at the moment:
Does anybody have any results (works/fails) to add? Particularly if you’re using the same OS version and/or hardware? |
Doug Webb (190) 1180 posts |
Test re run with latest Run/Runimage and output sent to Rick. I did spot I was running Christian Ludlam’s AcornURI 1.05 so tried it with the lastest 0.27 official build as well with the same effect. |
Rick Murray (539) 13840 posts |
As noted in the email, (Acorn)URI != (Acorn)URL. ;-) Looking at the log file, it appears that the URL fetcher is cycling until the point where it has data to return (http code 200) and then it blows up. The strange thing is that this part of the code wasn’t changed in the conversion. It is using a different fetching method (regular http) but that’s out of my control. I just tell the URL module what I want and it goes and gets it… |
Willard Goosey (5119) 257 posts |
Oh sorry, original (ARM7) pi2 , riscos 5.28, no special changes. |
Alan Adams (2486) 1149 posts |
I thought I’d test it for you, ARMX6, RO5.29. Attempting to run it gives “unable to load URL version 0.28 or later”. *help modules shows I have version 0.26.Edit: I have now added the updated modules from the 5.28 hard disc image. The update I did to 5.29 previously followed R-Comp’s path, so I’m not sure why they were missed. !Manga now runs. |
Rick Murray (539) 13840 posts |
Version 0.54 is available. The updater will notify you, or you can fetch it from http://heyrick.ddns.net/manga/ Various tweaks to see about getting it working on Doug’s machine (though he reports it works on one and fails on two, so I’m wondering if there’s some sort of interaction with something already loaded – one to watch…).
Have fun! |
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16