View Single Post
Old 04-30-2022, 02:09 PM   #7079
zarohk
Junior Member
zarohk began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Oct 2018
Device: Kindle Paperwhite (2013)
Issue with Xenforo? Only Spacebattles, not Sufficent Velocity

When trying to download stories from Spacebattles forums today, I encountered the following error:
'NoneType' object has no attribute 'find_all'

Oddly, I am not having that issue with Sufficient Velocity, which also runs on Xenforo.

Any thoughts or suggestion about what might be going on?
I'm not sure if this is the helpful information, and it didn't seem to produce a job that I could click on to provide more information.

Here is my current INI configuration
Spoiler:

## This is an example of what your personal configuration might look
## like. Uncomment options by removing the '#' in front of them.

[defaults]
## [defaults] section applies to all formats and sites but may be
## overridden at several levels. Example:

## [defaults]
## titlepage_entries: category,genre, status
## [www.whofic.com]
## # overrides defaults.
## titlepage_entries: category,genre, status,dateUpdated,rating
## [epub]
## # overrides defaults & site section
## titlepage_entries: category,genre, status,datePublished,dateUpdated,dateCreated
## [www.whofic.com:epub]
## # overrides defaults, site section & format section
## titlepage_entries: category,genre, status,datePublished
## [overrides]
## # overrides all other sections
## titlepage_entries: category

## Some sites also require the user to confirm they are adult for
## adult content. Uncomment by removing '#' in front of is_adult.
is_adult:true


#[www.fanfiction.net]
use_browser_cache:true
## mac:
### Chrome:
#browser_cache_path:/Users/your.user/Library/Caches/Google/Chrome/Default/Cache/Cache_Data
#browser_cache_path:/Users/your.user/Library/Caches/Google/Chrome/Profile 2/Cache/Cache_Data
### Firefox
browser_cache_path:/Users/[my username]/Library/Caches/Firefox/Profiles/y9fc1oyt.default-release/cache2
## Don't like the numbers at the start of chapter titles on some
## sites? You can use strip_chapter_numbers to strip them off. Just
## want to make them all look the same? Strip them off, then add them
## back on with add_chapter_numbers. Don't like the way it strips
## numbers or adds them back? See chapter_title_strip_pattern and
## chapter_title_add_pattern.
#strip_chapter_numbers:true
#add_chapter_numbers:true

## Add this to genre if there's more than one category.
#add_genre_when_multi_category: Crossover

[epub]
## include images from img tags in the body and summary of stories.
## Images will be converted to jpg for size if possible. Images work
## in epub format only. To get mobi or other format with images,
## download as epub and use Calibre to convert.
#include_images:true

## If not set, the summary will have all html stripped for safety.
## Both this and include_images must be true to get images in the
## summary.
#keep_summary_html:true

## If set, the first image found will be made the cover image. If
## keep_summary_html is true, any images in summary will be before any
## in chapters.
#make_firstimage_cover:true

## Resize images down to width, height, preserving aspect ratio.
## Nook size, with margin.
#image_max_size: 580, 725

## Change image to grayscale, if graphics library allows, to save
## space.
#grayscale_images: false


## Most common, I expect will be using this to save username/passwords
## for different sites. Here are a few examples. See defaults.ini
## for the full list.

[www.archiveofourown.org]
username:XXXXXXXX
password:XXXXXXXX
is_adult:true

[forums.spacebattles.com]
username:XXXXXXXX
password:XXXXXXXX
always_login:true

[forums.sufficientvelocity.com]
username:XXXXXXXX
password:XXXXXXXX
always_login:true

[forum.questionablequesting.com]
username:XXXXXXXX
password:XXXXXXXX
always_login:true

[www.twilighted.net]
#username:XXXXXXXX
#password:XXXXXXXX
## default is false
#collect_series: true

[ficwad.com]
#username:XXXXXXXX
#password:XXXXXXXX

[www.adastrafanfic.com]
## Some sites do not require a login, but do require the user to
## confirm they are adult for adult content.
#is_adult:true

[www.twcslibrary.net]
#username:XXXXXXXX
#password:XXXXXXXX
#is_adult:true
## default is false
#collect_series: true

[www.fimfiction.net]
#is_adult:true
#fail_on_password:XXXXXXXX

[www.tthfanfic.org]
#is_adult:true
## tth is a little unusual--it doesn't require user/pass, but the site
## keeps track of which chapters you've read and won't send another
## update until it thinks you're up to date. This way, on download,
## it thinks you're up to date.
#username:XXXXXXXX
#password:XXXXXXXX

[base_xenforoforum]
#use_reader_mode:true
#replace_failed_smilies_with_alt_text:true
#use_threadmark_wordcounts:true
tocpage_entry:
<a href="#section${index}">${chapter}</a> TMP1--TMP2 <br />
#skip_threadmarks_categories:Apocrypha,Information al,Media,Sidestory,Staff Post
username:XXXXXXXX
password:XXXXXXXX
always_login:true

## This section will override anything in the system defaults or other
## sections here.
[overrides]

## This is to fix the Fanfiction.net Problem. If that problem is resolved, remove this:
user_agent:Mozilla/5.0

## default varies by site. Set true here to force all sites to
## collect series.
#collect_series: true
## Skip All:
#skip_threadmarks_categories:Apocrypha,Information al,Media,Sidestory,Staff Post,Voting
## Include Informational & Apocrypha
## Include Informational, Sidestory and Apocrypha:
#skip_threadmarks_categories:Media,Staff Post,Voting
#skip_threadmarks_categories:Media,Sidestory,Staff Post,Voting
## Include Apocrypha:
#skip_threadmarks_categories:Informational,Media,S idestory,Staff Post,Voting
## Include Sidestory:
skip_threadmarks_categories:Apocrypha,Informationa l,Media,Staff Post,Voting
## Include Sidestory and Apocrypha:
#skip_threadmarks_categories:Informational,Media,S taff Post,Voting
## Include Sidestory and Informational
#skip_threadmarks_categories:Apocrypha,Media,Staff Post,Voting
# Include Everything:
#skip_threadmarks_categories:Staff Post,Voting
zarohk is offline   Reply With Quote