View Single Post
Old 11-09-2019, 05:32 AM   #3813
nhgbslik
Banned
nhgbslik began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Apr 2019
Device: Kindle PW2
ficbook.net problem resolved

Hi JimmXinu. I wrote here a week or so ago with a bug report about ficbook.net not working properly, where it was giving a 404 error for any new chapters. Today I spent some time doing diffs between versions and found the culprit.

It is the following line in fanficfare\configurable.py that is causing the issue:

url = quote_plus(ensure_binary(url),safe=';/?:@&=+$,%&')

I added # to it and it seems to work now:
url = quote_plus(ensure_binary(url),safe=';/?:@&=+$,%&#')

Please check if it's the proper way to fix it and if so put it in your code so I don't have to change it with every update.

Thank you.
nhgbslik is offline   Reply With Quote