![]() |
#8221 |
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,842
Karma: 4604429
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
I've not seen this. But I also use Adblock and Browser Cache myself.
Can you post an epub showing it? Or upload somewhere and post or PM me a link? |
![]() |
![]() |
![]() |
#8222 | |
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,842
Karma: 4604429
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
New Test Version Posted
2023-03-15 - Remove inline ads, only seen with flaresolverr so far Quote:
I've added code to remove all div.google-auto-placed tags for ffnet stories only. |
|
![]() |
![]() |
![]() |
#8223 |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Sep 2019
Device: kindle paperwhite
|
can't download wattpad stories anymore
copy and paste the correct URL, still say no valid URL. How to fix this?
|
![]() |
![]() |
![]() |
#8224 |
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,842
Karma: 4604429
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Without knowing what URL you are trying to use, I have no idea.
If it's NSFW, you can PM the URL to me. |
![]() |
![]() |
![]() |
#8225 |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Sep 2019
Device: kindle paperwhite
|
How to fix: None of the URLs given can be downloaded"?
They are my Wattpad books. |
![]() |
![]() |
![]() |
#8226 |
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,842
Karma: 4604429
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
I am not seeing any problems with wattpad story URLs.
Again, without the URLs that are failing, or a specific error message, I cannot help you. You could run Calibre in debug mode (under the Calibre Preferences dropdown) to collect more information. |
![]() |
![]() |
![]() |
#8227 |
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Sep 2021
Device: none
|
Hi,
Im currently encountering the "no valid url found" with wattpad stories. Example:https://www.wattpad.com/814913365-wh...7the-vision%27 However, if I get story from urls from webpage, it will generate a different URL for the same story(ex:https://www.wattpad.com/story/181493861-the-vision) and this url works. Thank you in advance. Log: [0.00] Starting up... [0.02] Showing splash screen... [0.16] splash screen shown [0.16] Initializing db... [0.20] db initialized [0.20] Constructing main UI... [1.42] main UI initialized... [1.42] Hiding splash screen Starting QuickView FFF: DEBUG: 2023-03-19 20:37:34,950: configurable.py(1050): use_browser_cache: FFF: DEBUG: 2023-03-19 20:37:34,950: configurable.py(1070): use_basic_cache: FFF: DEBUG: 2023-03-19 20:37:34,950: fetcher_requests.py(114): ---------- REQ (GET) RequestsFetcher https://www.wattpad.com/apiv2/info?id=814913365 FFF: DEBUG: 2023-03-19 20:37:35,026: fetcher_requests.py(127): response code:200 FFF: DEBUG: 2023-03-19 20:37:35,027: decorators.py(112): fromcache:False FFF: DEBUG: 2023-03-19 20:37:35,027: requestable.py(55): Encoding:utf8 FFF: DEBUG: 2023-03-19 20:37:36,822: calibre_plugins.fanficfare_plugin.dialogs(493): self.extraoptions['anthology_url']:NOT FOUND FFF: DEBUG: 2023-03-19 20:37:36,825: fetcher_requests.py(114): ---------- REQ (GET) RequestsFetcher https://www.wattpad.com/apiv2/info?id=814913365 FFF: DEBUG: 2023-03-19 20:37:36,858: fetcher_requests.py(127): response code:200 FFF: DEBUG: 2023-03-19 20:37:36,858: decorators.py(112): fromcache:False FFF: DEBUG: 2023-03-19 20:37:36,858: requestable.py(55): Encoding:utf8 FFF: DEBUG: 2023-03-19 20:37:36,858: calibre_plugins.fanficfare_plugin.fff_plugin(1125) : FanFicFare v4.21.0 |
![]() |
![]() |
![]() |
#8228 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,184
Karma: 32196
Join Date: Jan 2007
Location: Anchorage, AK
Device: Sony Reader PRS-505, PRS-650, PRS-T3, Pocketbook HD2
|
titlepage_entries - kudos and comment count formatting
Hello,
I'd like to change the number format of the kudos and comment count on my title page. The kudos and comment integers are custom columns with the "format of numbers: {0:,}" setting. The settings work great on custom columns but the formatting does not translate over to the titlepage_entry data. Here is the code in the personal.ini Code:
titlepage_entries: seriesHTML,category,genre,characters,ships,status,datePublished,dateUpdated,dateCreated,rating,kudos,comments,warnings,chapterslashtotal,numWords,publisher,description fandoms_label:Fandoms Kudos: 3048 Words: 53,728 On the title page this is what I'd like the kudos count to look like: Kudos: 3,048 Is it possible to include the comma on the title page for my custom columns Kudos and Comments? Thanks, Amalthia |
![]() |
![]() |
![]() |
#8229 | |
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,842
Karma: 4604429
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
New Test Version Posted
2023-03-20 - Changes to wattpad API mapping chapter URLs to story URLs. Quote:
The API call the adapter uses to map a given chapter URL to the story ID/URL wasn't working anymore, looks like the API has changed. The wattpad adapter is unusual(unique?) in that it does a network hit to map chapter URLs to the story URL much earlier in the process. To the point, I don't generally allow networks reqs there. But I didn't write that adapter, and it is existing behavior, so I will (try to) fix it. |
|
![]() |
![]() |
![]() |
#8230 | |
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,842
Karma: 4604429
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Quote:
Code:
add_to_comma_entries:,kudos,comments |
|
![]() |
![]() |
![]() |
#8231 | |
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Sep 2021
Device: none
|
update on the issue
Quote:
Log: Starting QuickView FFF: DEBUG: 2023-03-20 13:46:19,981: configurable.py(1050): use_browser_cache: FFF: DEBUG: 2023-03-20 13:46:19,981: configurable.py(1070): use_basic_cache: FFF: DEBUG: 2023-03-20 13:46:19,982: fetcher_requests.py(114): ---------- REQ (GET) RequestsFetcher https://www.wattpad.com/v4/parts/843...29&_=709157871 FFF: DEBUG: 2023-03-20 13:46:20,076: fetcher_requests.py(127): response code:200 FFF: DEBUG: 2023-03-20 13:46:20,076: decorators.py(112): fromcache:False FFF: DEBUG: 2023-03-20 13:46:20,076: requestable.py(55): Encoding:utf8 FFF: DEBUG: 2023-03-20 13:46:20,077: fetcher_requests.py(114): ---------- REQ (GET) RequestsFetcher https://www.wattpad.com/apiv2/getcategories FFF: DEBUG: 2023-03-20 13:46:20,112: fetcher_requests.py(127): response code:200 FFF: DEBUG: 2023-03-20 13:46:20,112: decorators.py(112): fromcache:False FFF: DEBUG: 2023-03-20 13:46:20,112: requestable.py(55): Encoding:utf8 FFF: DEBUG: 2023-03-20 13:46:23,255: calibre_plugins.fanficfare_plugin.dialogs(493): self.extraoptions['anthology_url']:NOT FOUND FFF: DEBUG: 2023-03-20 13:46:23,258: fetcher_requests.py(114): ---------- REQ (GET) RequestsFetcher https://www.wattpad.com/v4/parts/843...29&_=709157871 FFF: DEBUG: 2023-03-20 13:46:23,303: fetcher_requests.py(127): response code:200 FFF: DEBUG: 2023-03-20 13:46:23,303: decorators.py(112): fromcache:False FFF: DEBUG: 2023-03-20 13:46:23,303: requestable.py(55): Encoding:utf8 FFF: DEBUG: 2023-03-20 13:46:23,304: calibre_plugins.fanficfare_plugin.fff_plugin(1125) : FanFicFare v4.21.5 FFF: DEBUG: 2023-03-20 13:46:23,418: configurable.py(1050): use_browser_cache: FFF: DEBUG: 2023-03-20 13:46:23,418: configurable.py(1070): use_basic_cache:true FFF: DEBUG: 2023-03-20 13:46:23,419: cache_basic.py(116): ========== MISS (GET) BasicCache https://www.wattpad.com/api/v3/stories/181493861 FFF: DEBUG: 2023-03-20 13:46:23,419: fetcher_requests.py(114): ---------- REQ (GET) RequestsFetcher https://www.wattpad.com/api/v3/stories/181493861 FFF: DEBUG: 2023-03-20 13:46:23,495: fetcher_requests.py(127): response code:200 FFF: DEBUG: 2023-03-20 13:46:23,495: decorators.py(112): fromcache:False FFF: DEBUG: 2023-03-20 13:46:23,495: decorators.py(123): random sleep(1.00-3.00):1.91 FFF: DEBUG: 2023-03-20 13:46:25,411: requestable.py(55): Encoding:utf8 FFF: DEBUG: 2023-03-20 13:46:25,421: base_adapter.py(584): setCoverImage(https://www.wattpad.com/story/181493...512-k78133.jpg) FFF: DEBUG: 2023-03-20 13:46:25,421: story.py(1470): addImgUrl(parenturl=https://www.wattpad.com/story/181493861-the-vision,url=https://img.wattpad.com/cover/181493861-512-k78133.jpg,cover=True,coverexclusion= FFF: DEBUG: 2023-03-20 13:46:25,421: cache_basic.py(116): ========== MISS (GET) BasicCache https://img.wattpad.com/cover/181493861-512-k78133.jpg FFF: DEBUG: 2023-03-20 13:46:25,422: fetcher_requests.py(114): ---------- REQ (GET) RequestsFetcher https://img.wattpad.com/cover/181493861-512-k78133.jpg FFF: DEBUG: 2023-03-20 13:46:25,492: fetcher_requests.py(127): response code:200 FFF: DEBUG: 2023-03-20 13:46:25,492: decorators.py(112): fromcache:False FFF: DEBUG: 2023-03-20 13:46:25,492: decorators.py(123): random sleep(1.00-3.00):1.84 FFF: DEBUG: 2023-03-20 13:46:27,396: calibre_plugins.fanficfare_plugin.fff_plugin(1442) : from URL(https://www.wattpad.com/story/181493861) FFF: DEBUG: 2023-03-20 13:46:27,404: calibre_plugins.fanficfare_plugin.fff_plugin(1455) : existing found by identifier URL |
|
![]() |
![]() |
![]() |
#8232 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,184
Karma: 32196
Join Date: Jan 2007
Location: Anchorage, AK
Device: Sony Reader PRS-505, PRS-650, PRS-T3, Pocketbook HD2
|
|
![]() |
![]() |
![]() |
#8233 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Apr 2020
Device: Android
|
Hi,
recently I've encountered a problem with www.ficbook.net: using browser cache feature I receive error "'NoneType' object has no attribute 'text'" for any fic. Can you please take a look? Spoiler:
Thanks |
![]() |
![]() |
![]() |
#8234 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,676
Karma: 74166147
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
I may have asked this before, but are there any plans to have open_pages_in_browser to use a non-system default browser?
|
![]() |
![]() |
![]() |
#8235 | ||
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,842
Karma: 4604429
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
New Test Version Posted
2023-03-21 - adapter_wattpadcom: Fix accidentally hardcoding a story in. Quote:
![]() Quote:
Which means you can't use FFF's Browser Cache feature with it. You might try one of the Proxy servers instead. FlareSolverr just had a new version come out... Yes, I believe you did ask before. The answer is still 'no' because FFF isn't calling the browser itself, it's calling the OS the same way as if you'd clicked a link in an application. |
||
![]() |
![]() |
![]() |
Tags |
fanfiction |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 514 | 03-23-2025 10:26 AM |
[GUI Plugin] Open With | kiwidude | Plugins | 404 | 02-21-2025 05:42 AM |
[GUI Plugin] Marvin XD | Philantrop | Plugins | 126 | 01-29-2017 12:48 PM |
[GUI Plugin] KiNotes | -axel- | Plugins | 0 | 07-14-2013 06:39 PM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 12:27 PM |