View Single Post
Old 04-21-2023, 11:04 PM   #1063
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
Quote:
Originally Posted by BetterRed View Post
Here you go.

My prior usage would have had simple path names: e.g.

Code:
D:\Calibre\Libraries\Test\!Attachments\[159] something simple
BR
I was just about to release the next version (without these last tweaks) when you posted your error.

Your file url error was caused by Qt creating QUrls differently based on whether there is a grammatical ' or not. If there is, it surrounds the url with double quotes. If there is not, which is what I had previously tested ad nauseam, it surrounds the url with single quotes. NV handled the latter case, but not the former, causing a bad path error in Windows. As I mentioned earlier, it was the Banker's single quote that broke it, because Qt used double quotes instead of single quotes.

Maybe you will find some really good new combinations that will be tested.


DaltonST

Last edited by DaltonST; 04-22-2023 at 08:02 AM.
DaltonST is offline   Reply With Quote