View Single Post
Old 11-20-2023, 05:22 AM   #9101
bpothier
Member
bpothier began at the beginning.
 
Posts: 20
Karma: 10
Join Date: May 2020
Device: Kobo
The initial fix for issue 1013 breaks for paid SOL users with error:
line 550, in getChapterText
AttributeError: 'NoneType' object has no attribute 'find'

and

Error https://storiesonline.net/s/00001/this-is-a-test 'NoneType' object has no attribute 'find'

Paid users get 2 links per chapter within the same list. The "download chapter" link use format URL like "/library/download.php?id=xxxxxx" and the URL links of format "/s/00001/this-is-a-test/1"

submitted new pull request to only grab URLs containing "/s/".

Last edited by bpothier; 11-20-2023 at 05:25 AM.
bpothier is offline   Reply With Quote