View Single Post
Old 12-17-2020, 06:59 PM   #4954
pclarity
Junior Member
pclarity began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2014
Device: ipad mini retina
Question Running FFF via calibre-debug

First off, thanks to all of you who participate in this forum, it has helped me loads over the years. However, I've finally run into something I haven't seen in the forums.

So I was attempting to run the FanFicFare plugin via calibre-debug to fetch urls from a file that get's generated every 4 hours. Basically it's a nodejs script that checks my email for anything labeled fanfiction and then makes a list of urls to feed FFF.

I get the following error when attempting to do this:
Traceback (most recent call last):
File "runpy.py", line 194, in _run_module_as_main
File "runpy.py", line 87, in _run_code
File "site.py", line 82, in <module>
File "site.py", line 77, in main
File "site.py", line 49, in run_entry_point
File "calibre\debug.py", line 313, in main
File "calibre_plugins.fanficfare_plugin.__init__", line 136, in cli_main
File "calibre_plugins.fanficfare_plugin.fanficfare.cli" , line 324, in main
File "calibre_plugins.fanficfare_plugin.fanficfare.cli" , line 364, in do_download
File "calibre_plugins.fanficfare_plugin.fanficfare.cli" , line 561, in get_configuration
File "configparser.py", line 763, in readfp
File "configparser.py", line 718, in read_file
File "calibre_plugins.fanficfare_plugin.fanficfare.conf igurable", line 849, in _read
configparser.ParsingError: Source contains parsing errors: '<???>'

And then a whole lot of xml or something after that.

Link example that was in the infile: https://archiveofourown.org/works/23...pters/68942607

Actual command used: calibre-debug -r FanFicFare -- -c "E:\Projects\NodeJS\personal.ini" -d --non-interactive -i "E:\Projects\NodeJS\ffn_updates_202011171842.t xt"

Currently running Calibre V 5.7.2 and FFF v3.26.0 on a windows 10 machine.

Does anyone have a clue what I'm doing wrong here?

Thanks for the help.
pclarity is offline   Reply With Quote