View Single Post
Old 10-25-2021, 12:32 PM   #6578
MrKonan
Member
MrKonan began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Sep 2017
Device: iPad/Kindle App
Looks like SOL updated something that broke FFF. Getting 'NoneType' object is not subscriptable error when trying to update book(s) in library.
Spoiler:


FFF: DEBUG: 2021-10-25 12:15:08,815: fetcher.py(234):
========== MISS (GET) BasicCache
https://storiesonline.net/s/24816:i
FFF: DEBUG: 2021-10-25 12:15:08,815: fetcher.py(462):
---------- REQ (GET) RequestsFetcher
https://storiesonline.net/s/24816:i
FFF: DEBUG: 2021-10-25 12:15:09,019: fetcher.py(469): response code:200
FFF: DEBUG: 2021-10-25 12:15:09,019: fetcher.py(156): random sleep(1.00-3.00):1.53
FFF: DEBUG: 2021-10-25 12:15:10,549: requestable.py(50): Encoding:utf8
FFF: DEBUG: 2021-10-25 12:15:10,549: adapter_storiesonlinenet.py(108): Will now login to URL (https://storiesonline.net/sol-secure/login.php) as (xxxxx@xxxxx.com)
FFF: DEBUG: 2021-10-25 12:15:10,549: fetcher.py(234):
========== MISS (GET) BasicCache
https://storiesonline.net/sol-secure/login.php
FFF: DEBUG: 2021-10-25 12:15:10,549: fetcher.py(462):
---------- REQ (GET) RequestsFetcher
https://storiesonline.net/sol-secure/login.php
FFF: DEBUG: 2021-10-25 12:15:14,787: fetcher.py(469): response code:200
FFF: DEBUG: 2021-10-25 12:15:14,787: fetcher.py(156): random sleep(1.00-3.00):2.67
FFF: DEBUG: 2021-10-25 12:15:17,455: requestable.py(50): Encoding:utf8
FFF: ERROR: 2021-10-25 12:15:17,460: calibre_plugins.fanficfare_plugin.dialogs(721): Exception: {'title': 'Variation on a Theme, Book 2', 'author_sort': 'Grey Wolf', 'author': ['Grey Wolf'], 'comments': '', 'good': False, 'status': 'Error', 'showerror': True, 'calibre_id': 26134, 'begin': None, 'end': None, 'comment': "'NoneType' object is not subscriptable", 'url': 'https://storiesonline.net/s/24816', 'site': 'storiesonline.net', 'series': '', 'added': False, 'pubdate': None, 'publisher': 'storiesonline.net', 'listorder': 0, 'collision': 'Update EPUB if New Chapters'}:'NoneType' object is not subscriptable
Traceback (most recent call last):
File "calibre_plugins.fanficfare_plugin.dialogs", line 708, in do_loop
File "calibre_plugins.fanficfare_plugin.fff_plugin" , line 1330, in prep_download_loop
File "calibre_plugins.fanficfare_plugin.fff_plugin" , line 1202, in get_story_metadata_only
File "C:\Users\xxxxx\AppData\Roaming\calibre\plugins\Fa nFicFare.zip\fanficfare\adapters\base_adapter.py", line 308, in getStoryMetadataOnly
File "C:\Users\xxxxx\AppData\Roaming\calibre\plugins\Fa nFicFare.zip\fanficfare\adapters\adapter_storieson linenet.py", line 171, in doExtractChapterUrlsAndMetadata
File "C:\Users\xxxxx\AppData\Roaming\calibre\plugins\Fa nFicFare.zip\fanficfare\adapters\adapter_storieson linenet.py", line 128, in performLogin
TypeError: 'NoneType' object is not subscriptable

Last edited by theducks; 10-25-2021 at 02:53 PM. Reason: spoilered
MrKonan is offline   Reply With Quote