07-28-2024, 02:58 PM | #9781 | |
Plugin Developer
Posts: 6,593
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Quote:
I will point out obvious errors, but if you haven't tried it, I'm not going to either.
I've fixed the format issues, but I don't promise it does everything you want: Spoiler:
|
|
07-28-2024, 03:37 PM | #9782 |
Enthusiast
Posts: 28
Karma: 10
Join Date: Jun 2012
Device: Kindle & Kindle 4
|
Need help - confused why one story won't update
Hello all, I am having trouble updating a specific story: https://www.fanfiction.net/s/1435823...ing-Not-Earned . I can update other FFN stories, but for some reason this one will not update the latest chapter. More specifically, it will not update while I use the Opera browser but seems to have no issue if I switch to using Firefox; I do not seem to have this issue with other stories or sites (the Opera vs Firefox browser). The error message I get is the standard 403 Error despite doing the usual things (open first chapter then latest chapter, cloud captcha, etc). Can anyone else see if this duplicates for them, or have an idea what's going on with this particular story? This problem has been a repeated issue for me the last 8-ish chapters and it's kinda annoying having to open my backup web browser for this one story update.
TIA Status | Error Title | No Thing Not Earned Author | john.mainer Comment | HTTP Error in FFF '403 Client Error: Forbidden for url: https://www.fanfiction.net/s/1435823...arned'(403) URL | https://www.fanfiction.net/s/1435823...ing-Not-Earned |
07-28-2024, 05:24 PM | #9783 |
Plugin Developer
Posts: 6,593
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Yeah, ffnet has been blocked from direct download for the majority of users for years now. If you're only having troubles with one story, you're doing better than everybody else.
There are a couple work arounds that have been added to FanFicFare, but they require more effort: https://github.com/JimmXinu/FanFicFa...erCacheFeature https://github.com/JimmXinu/FanFicFa.../ProxyFeatures I did check and I was able to download that story using Browser Cache feature after caching all the chapters. |
07-28-2024, 06:35 PM | #9784 | |
Enthusiast
Posts: 28
Karma: 10
Join Date: Jun 2012
Device: Kindle & Kindle 4
|
Quote:
Thanks for the feedback! |
|
07-28-2024, 06:54 PM | #9785 | |
Plugin Developer
Posts: 6,593
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Quote:
We have had some weird Browser Cache corner cases where certain pages(chapters) didn't cache, or couldn't be found in the cache for certain people. Basically, the only way to troubleshoot it is, a) if the user can duplicate and b) give me a copy of the cache files. Then I might be able to figure something out. If you have a work around with Firefox, I'm inclined to not worry about it for a one off. |
|
07-29-2024, 08:41 AM | #9786 | |||||
Junior Member
Posts: 7
Karma: 10
Join Date: Jul 2024
Device: none
|
Quote:
Quote:
Quote:
Quote:
Quote:
Following your changes it did fix some of the stuff, as copying over what was already in defaults.ini definitely messed some things up, and while there are still some problems, I don’t mind them too much, rather I’d like to try and focus again on the bookmarks problem which originally made me come here I figured with #always_login:true it’ll now be able to also scrape my bookmarks data (The summary notes and tags) but it appears to have not worked? It being only in defaults.ini should mean it’ll do it now, right? Currently in personal.ini the only place bookmarks are mentioned is for the logpage entries, so that shouldn’t interfere I don’t think If we can’t figure it out easily it’s fine, I’ll just try and do it manually. I’ll probably have to skip the tags as it’ll take a lof of work to do by hand, but I know I only made notes for 2k… okay I might have to pick and choose with them. Also not related to my own issue (And apologies if linking this isn't allowed) but from my experience https://fichub.net/ can still download fanfics from FFN. It might be possible to work something out with their site? Not sure how that would go though. Last edited by WolFen; 07-29-2024 at 08:44 AM. |
|||||
07-29-2024, 01:31 PM | #9787 |
Member
Posts: 17
Karma: 8634
Join Date: Oct 2020
Device: none
|
|
07-29-2024, 09:39 PM | #9788 |
Plugin Developer
Posts: 6,593
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
New Test Version Posted
2024-07-29 - Fix for paginated AO3 series, closes #1091 |
07-30-2024, 08:14 PM | #9789 | |
Junior Member
Posts: 6
Karma: 10
Join Date: Mar 2024
Device: none
|
Quote:
Also, lately I found Royalroad is randomly inserting many different variants of "This story is stolen; please report if found on Amazon" into the middle of chapters. Is there any way to get rid of that message? |
|
07-31-2024, 02:47 AM | #9790 | |
Junior Member
Posts: 1
Karma: 10
Join Date: Jul 2024
Device: none
|
Hey everyone,
I set up an outlook email account to capture fic URLs a year ago and it was working fine until last week. Just trying to do some troubleshooting for why "get story URLs from email" is failing now. The error is clearly a login issue Quote:
I've had to change authorisation protocol for outlook accounts connected to apps to OAuth2 previously to get them to continue to work. How would I check which authorisation protocol the FanFicFare plug-in is using? Is OAuth2 able to be enabled for FanFicFare? Any help, with troubleshooting the issue would be much appreciated. Thanks. |
|
07-31-2024, 06:46 AM | #9791 |
Hero for hire
Posts: 9
Karma: 10
Join Date: Aug 2009
Location: Sol-3
Device: KOReader (in a Kobo Clara HD)
|
Hi, I want to share an issue that just resolved right now.
Until last week FanFicFare worked fine but today I opened calibre and I noticed the icon in the main toolbar didn't show. I searched in the toolbar configuration, uninstalled, reinstalled, and nothing worked. I can't even use activate/deactivate o customize buttons in preference-->Plugins. I restarted in debug mode and get the log. Code:
Traceback (most recent call last): File "/usr/lib/python3/dist-packages/requests_toolbelt/_compat.py", line 48, in <module> from requests.packages.urllib3.contrib import appengine as gaecontrib ImportError: cannot import name 'appengine' from 'requests.packages.urllib3.contrib' (/home/USER/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) . . . CONTINUES UNTIL LINE 74 https://stackoverflow.com/questions/...packages-urlli And the answer https://stackoverflow.com/a/76438881 works for my problem. Code:
pip install --upgrade twine requests-toolbelt I post this here because after the fix I searched this issue in this thread and I didn't get any result. However I located a similar issue in the github page (https://github.com/JimmXinu/FanFicFare/issues/1079) but I don't have account there so I wrote here. I hope that was useful. |
07-31-2024, 10:32 AM | #9792 | ||
Plugin Developer
Posts: 6,593
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Quote:
Quote:
|
||
08-01-2024, 02:55 AM | #9793 | |
Connoisseur
Posts: 55
Karma: 582370
Join Date: Apr 2023
Device: Kobo Clara 2E
|
Quote:
You can avoid the 23 chapter pause by setting a Manual Delay in W2E's Advanced options. |
|
08-01-2024, 10:38 AM | #9794 |
Plugin Developer
Posts: 6,593
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
New Version Released
Version 4.37.0 - 2024-08-01 - Fix for paginated AO3 series, closes #1091 - Allow scribblehub.com story URLs w/o title and search calibre w/o title - Use titlepage_entry for titlepage_wide_entry unless explicitly set. - adapter_storiesonlinenet: Fix for chapter select getting cover image link. - adapter_storiesonlinenet: Remove ''s Page' to '.s Page' - Full OTW settings for [http://www.adastrafanfic.com](http:/...trafanfic.com/) in defaults.ini - Update translations |
08-01-2024, 01:27 PM | #9795 |
Junior Member
Posts: 7
Karma: 10
Join Date: Jul 2024
Device: none
|
I was mid-way updating my Ao3 downloads after following some of your Personal.ini fixes, and towards the end it stopped being able to connect to my Ao3 account.
I'm assuming it's probably due to me implementing #always_login:true but I can't be certain. The odd part is that it happened in the middle of the job, as in it managed to do just fine the start and middle but towards the end this error occurred. I decided to test if it only happens with these works which I already downloaded and was just attempting to update the metadata for, and well I was able to download a completely new work no problem (With the metadata being the fixed version) I could try deleting them all and redownloading them I guess, but I think it'll still be a problem as for some reason it can't connect to my Ao3 account anymore, and these works require you to login I attached the debug log, I ran a few more attempts and received the exact same error. My Username and Password are in Personal.ini btw, I didn't touch that and it worked fine beforehand. I also attempted removing #always_login:true but that didn't fix the problem, same error and didn't offer the prompt from before, asking me to log in. Spoiler:
I haven't checked trying to add a new story that requires you logging in, but I could if you want me to. I have a feeling it'll give the same error tho. Also regarding the previous ask, if it is indeed possible to include bookmark data I would like for it to show up, as it appears to be possible |
Tags |
fanfiction |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 495 | 10-19-2024 07:06 AM |
[GUI Plugin] Open With | kiwidude | Plugins | 403 | 04-01-2024 09:39 AM |
[GUI Plugin] Marvin XD | Philantrop | Plugins | 126 | 01-29-2017 01:48 PM |
[GUI Plugin] KiNotes | -axel- | Plugins | 0 | 07-14-2013 07:39 PM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |