Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 06-05-2017, 01:06 AM   #2161
DarkMagda
Junior Member
DarkMagda began at the beginning.
 
Posts: 5
Karma: 10
Join Date: May 2015
Device: Kindle Fire HD8
Hi, I really love FFF but I've found that getting urls for individual books no longer works for Adult-FanFiction.org, if trying to acquire from an authors page, rather than broader categories. It used to work, but now it gives 'NoneType' has no lens().

Getting urls still works for non-author specific categories and I can still download an individual story.
DarkMagda is offline   Reply With Quote
Old 06-05-2017, 12:17 PM   #2162
gcomyn
Member
gcomyn began at the beginning.
 
Posts: 19
Karma: 22
Join Date: Dec 2016
Location: Glendale, AZ
Device: Laptop, Tablet (nothing specific)
Quote:
Originally Posted by DarkMagda View Post
Hi, I really love FFF but I've found that getting urls for individual books no longer works for Adult-FanFiction.org, if trying to acquire from an authors page, rather than broader categories. It used to work, but now it gives 'NoneType' has no lens().

Getting urls still works for non-author specific categories and I can still download an individual story.
can you give me some example URLs to work with? I'll take a look at it this evening to see what may have changed.

GComyn
gcomyn is offline   Reply With Quote
Advert
Old 06-05-2017, 12:24 PM   #2163
gcomyn
Member
gcomyn began at the beginning.
 
Posts: 19
Karma: 22
Join Date: Dec 2016
Location: Glendale, AZ
Device: Laptop, Tablet (nothing specific)
Quote:
Originally Posted by Atherton25 View Post
@gcomyn (and JimmXinu too I suppose)

webnovel.com made some changes to the ToC today (or late last night) and no longer is functioning. I thought I'd drop that info. I'm reading a pretty long book so I'm not in any rush to get updates personally, but I doubt I'll be the only one that'll notice.
I'll look at it tonight, after I finish working.

GComyn
gcomyn is offline   Reply With Quote
Old 06-05-2017, 04:20 PM   #2164
Metaxil
Member
Metaxil began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Sep 2011
Device: iphone 4
Adult fanfiction has always had some weird ass urls that may change based on where you are clicking from. There's 2-3 portions between slashes that are completely irrelevant.

I've run into several stories in the past that didn't work properly until I changes the url. I'll see about throwing you some examples if I can find them. Generally they were older links but the story ID itself was the same, the link just didn't work. Unfortunately it was several months ago that I ran into the problem and I am not sure if I can find any of the problem stories. I'm not sure what DarkMagda ran into but it's probably not the same problem.

Last edited by Metaxil; 06-05-2017 at 04:22 PM.
Metaxil is offline   Reply With Quote
Old 06-05-2017, 06:58 PM   #2165
DarkMagda
Junior Member
DarkMagda began at the beginning.
 
Posts: 5
Karma: 10
Join Date: May 2015
Device: Kindle Fire HD8
Hi, I wasn't sure at first if posting links was ok.

Ones like this still works for getting all story urls on page:
http://hp.adult-fanfiction.org/index.php?cat=838

But not this:
http://members.adult-fanfiction.org/...zone=hp&page=1

Last edited by DarkMagda; 06-05-2017 at 07:06 PM.
DarkMagda is offline   Reply With Quote
Advert
Old 06-05-2017, 08:44 PM   #2166
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,973
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by DarkMagda View Post
Hi, I wasn't sure at first if posting links was ok.
Links to NSFW material are forbidden by the forum rules. Best to PM them instead.
JimmXinu is offline   Reply With Quote
Old 06-05-2017, 11:06 PM   #2167
gcomyn
Member
gcomyn began at the beginning.
 
Posts: 19
Karma: 22
Join Date: Dec 2016
Location: Glendale, AZ
Device: Laptop, Tablet (nothing specific)
Quote:
Originally Posted by DarkMagda View Post
Hi, I wasn't sure at first if posting links was ok.

Ones like this still works for getting all story urls on page:
hxxp://hp.xxx-fanfiction.org/index.php?cat=838

But not this:
hxxp://members.xxx-fanfiction.org/profile.php?no=9915&view=story&zone=hp&page=1
Ahh... you are not talking about getting the story... just the URLs on the page... with the --list (-l) or the --normalize-list (-n) options, right?

I'm not sure how to fix this, since that is not part of the adapter.

Maybe add the 'members' to the list of sites?

Jimm, can you help?

Last edited by gcomyn; 06-05-2017 at 11:09 PM.
gcomyn is offline   Reply With Quote
Old 06-05-2017, 11:18 PM   #2168
gcomyn
Member
gcomyn began at the beginning.
 
Posts: 19
Karma: 22
Join Date: Dec 2016
Location: Glendale, AZ
Device: Laptop, Tablet (nothing specific)
Quote:
Originally Posted by gcomyn View Post
Ahh... you are not talking about getting the story... just the URLs on the page... with the --list (-l) or the --normalize-list (-n) options, right?

I'm not sure how to fix this, since that is not part of the adapter.

Maybe add the 'members' to the list of sites?

Jimm, can you help?
Ok... I've tested adding the 'members' "site" to the list in the adapter for the accepted domains and getSiteURLPattern, and it works...

You do have to quote the url, since there are ampersands in it, but it did get the list of stories on the page.

I am still having problems with pull requests, so, Jimm... just add the 'members.adult-fanfiction.org' to the getAcceptedDomains() function, then add the word 'members' in with the rest of the "sites" in the getSiteURLPattern() function, and it "should" work... I've only tested it on three authors....

GComyn
gcomyn is offline   Reply With Quote
Old 06-05-2017, 11:26 PM   #2169
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,973
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
First, I only saw an error for 'members.<domain>'. The other reported link ('hp.<domain>') worked fine for me.

Second, when I added some code to better handle the failure case, it turned out that there was already a higher level error handler that accounted for the problem and went on. IE, it was suddenly fixed. Change is pushed into github and will be in the next test version.
JimmXinu is offline   Reply With Quote
Old 06-06-2017, 01:15 AM   #2170
jjm6383
Enthusiast
jjm6383 is on a distinguished road
 
Posts: 33
Karma: 50
Join Date: Nov 2007
Location: Texas
Device: Pandigital Nova, Aluratek Libre Pro, Dell Axim x51v
FFN problems

I can no longer download stories from FanFiction.net

I get the following error:

Status
Title
Author
Comment
URL
Bad
Odd Ideas
Rorschach's Blot
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)>
https://www.fanfiction.net/s/2565609/1/

Is this a problem with my computer? or FanFicFare?
jjm6383 is offline   Reply With Quote
Old 06-06-2017, 01:19 AM   #2171
Tanjamuse
Wizard
Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!
 
Posts: 1,327
Karma: 5306
Join Date: Jan 2014
Device: none
I can download just fine from Fanfiction.net
Tanjamuse is offline   Reply With Quote
Old 06-06-2017, 01:34 AM   #2172
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,973
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by jjm6383 View Post
I can no longer download stories from FanFiction.net
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)>

Is this a problem with my computer? or FanFicFare?
Probably your computer. See FAQ about it.
JimmXinu is offline   Reply With Quote
Old 06-06-2017, 11:03 AM   #2173
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,973
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New test version posted

2017-06-06
- Add skip_threadmarks_categories option to base_xenforoforum_adapter.
- Update adapter_fimfictionnet for site changes.
- Fix for get-story-urls from page, affected adapter_adultfanfictionorg.

FYI, there's still work to be done on FimF with user/pass. FaceDeer is looking into that.
JimmXinu is offline   Reply With Quote
Old 06-07-2017, 03:06 PM   #2174
iakovl
Connoisseur
iakovl began at the beginning.
 
Posts: 80
Karma: 10
Join Date: Dec 2009
Device: none
fimfiction made an update to the website to new version, can't update fics
Quote:
Status : Bad
Title : Unknown
Author : Unknown
Comment : 'NoneType' object has no attribute 'find'
URL : https://www.fimfiction.net/story/240255/
iakovl is offline   Reply With Quote
Old 06-07-2017, 03:13 PM   #2175
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,973
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by iakovl View Post
fimfiction made an update to the website to new version, can't update fics
Did you try installing the latest test version? The one the post immediately above yours mentions containing updates for fimf changes?
JimmXinu is offline   Reply With Quote
Reply

Tags
fanfiction


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 523 07-15-2025 06:45 PM
[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


All times are GMT -4. The time now is 06:08 PM.


MobileRead.com is a privately owned, operated and funded community.