|
@DNSB,
If you think you can recreate this url error with another empty book start up of Sigil.
Please edit Sigil/src/Misc/URLInterceptor.cpp and in line 33, change this line:
#define DBG if(0)
in that file to be
#define DBG if(1)
And then in line 111, remove the beginning // from this line:
// DBG qDebug() << "path_to_book: " << path_to_book;
to become:
DBG qDebug() << "path_to_book: " << path_to_book;
and then recompile and run the same tests with a fresh debug log file and post it here.
That way we might be able to see what url request is triggering your error, assuming it is repeatable.
Thanks!
Last edited by KevinH; Yesterday at 09:14 PM.
|