View Single Post
Old 04-19-2017, 04:06 PM   #2005
MerlinMama
Evangelist
MerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beauty
 
MerlinMama's Avatar
 
Posts: 498
Karma: 32554
Join Date: May 2014
Location: Canada
Device: Kobo Sage
Quote:
Originally Posted by JimmXinu View Post
I assume you've already tried restarting calibre and rebooting your computer.

Another idea would be to flush your DNS cache--how to do that depends on your OS--I've occasionally seen Windows and different browsers on Windows caching DNS separately (and differently).

If you can post a debug log, there's a chance that may give some more clues.

It's also vaguely possible that posting/sending me your personal.ini(safe version) to try might help.
I have tried restarting Calibre and rebooting (good to mention though, I've been known to overlook this in the past).

I flushed the DNS Cache as well as clearing browser cache, cookies, history, and running CCleaner. I also turned off Firewall temporarily.

Here is debug log:

Spoiler:
Code:
devicePixelRatio: 1.0
logicalDpi: 96.0 x 96.0
physicalDpi: 91.7381489842 x 91.8072289157
Starting up...
DEBUG:    0.0 KoboUtilites::action.py - loading translations
DEBUG:    0.0 KoboUtilites::dialogs.py - loading translations
DEBUG:    0.0 KoboUtilites::action.py - loading translations
FFF: DEBUG: 2017-04-19 15:45:52,872: calibre_plugins.fanficfare_plugin.fff_plugin(207): Plugin FanFicFare macmenuhack file_path:C:\Users\Wenpip\AppData\Roaming\calibre\plugins\fanficfare_macmenuhack.txt
Calibre, and hence Job Spy, was gracefully shut down last time?  True
Last time daemon started:  Wed Jun 01 18:51:54 2016
Last time daemon failed:  never
Total daemon starts inception_to_date:  1
Total daemon failures inception-to-date:  0
source2 missing from uuid dict:  SpanishNormal
source2 missing from uuid dict:  QuarantineAndScrub_Spanish
target2 missing from uuid dict:  CalibreJobSpyTest1
target2 missing from uuid dict:  CalibreJobSpyTest2
target2 missing from uuid dict:  Normal1
target2 missing from uuid dict:  Normal2
target2 missing from uuid dict:  CalibreNormal
target2 missing from uuid dict:  CalibreLibraryCodes
Job Spy has finished initialization...
DEBUG:    2.3 No Kobo Touch, Glo or Mini appears to be connected
DEBUG:    2.3 rebuild_menus - self.supports_ratings=None, self.supports_tiles=None
DEBUG:    2.3 KoboUtilities:set_toolbar_button_tooltip - start: text='None'
DEBUG:    2.3 device_driver_name - could not load extended driver. Exception= No module named kobotouch_extended.device.driver
DEBUG:    2.3 KoboUtilities:set_toolbar_button_tooltip - setting to text='Utilities to use with Kobo ereaders

Driver: KoboTouch'
DEBUG:    2.3 device_driver_name - could not load extended driver. Exception= No module named kobotouch_extended.device.driver
EpubMerge: DEBUG: 2017-04-19 15:45:53,279: calibre_plugins.epubmerge.epubmerge_plugin(152): macmenuhack file_path:C:\Users\Wenpip\AppData\Roaming\calibre\plugins\fanficfare_macmenuhack.txt
Started up in 4.28 seconds with 139 books


Personal.ini (safe)
Spoiler:
Code:
[defaults]
include_subject_tags: category,ships
titlepage_entries: category,characters,status,datePublished,dateUpdated,calibre_cust_added,numChapters,numWords,calibre_cust_pages,site,description
titlepage_no_title_entry:
 <hr/>${value}<br/>

category_label:Fandom
characters_label:Pairing
ships_label:Pairing
description_label:
calibre_cust_added_label:Packaged

datePublished_format: %%B %%d, %%Y
dateUpdated_format:	%%B %%d, %%Y
calibre_cust_added_format: %%B %%d, %%Y

keep_style_attr:false
replace_tags_with_spans:big,small

is_adult:true

add_genre_when_multi_category: Crossover

[epub]
output_css:body { background-color: #%(background_color)s;
        text-align: justify;
        margin: 2%%; }
 pre { font-size: x-small; }
 sml { font-size: small; }
 h1 { text-align: center; }
 h2 { text-align: center; }
 h3 { text-align: center; }
 h4 { text-align: center; 
  font-size: 120%% }
 h5 { text-align: center; }
 h6 { text-align: center; }
 a { text-decoration: none; }
 font1 { font-family: 'Segoe Print';
  font-size: 90%% }
 font2 { font-family: 'Dion';
  font-size: 130%% }
 news { font-family: 'Kirsty'; 
  font-style: italic; }
 flash { font-weight: bold; }
 dream { font-style: italic; }
 vision { font-weight: bold; 
  font-style: italic; }
 dbl { text-decoration: underline; 
  border-bottom: 1px solid black; }
 .CI {
     text-align:center;
     margin-top:0px;
     margin-bottom:0px;
     padding:0px;
     }
 .center   {text-align: center;}
 .centered {text-align: center;
            font-weight: bold;}
 .cover    {text-align: center;}
 .full     {width: 100%%; }
 .quarter  {width: 25%%; }
 .smcap    {font-variant: small-caps;}
 .u        {text-decoration: underline;}
 .bold     {font-weight: bold;}
 .lini     {margin-left:25px;
            margin-right:35px;}

newline:

# You can't see it, but there's a space on the line above. 

chapter_start:<?xml version='1.0' encoding='utf-8'?>
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>${chapter}</title>
 <link href="stylesheet.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
 </head>
 <body>
 <h3>${chapter}</h3>
 %(newline)s
 %(newline)s

# Next is Titlepage.
titlepage_start:<?xml version="1.0" encoding="UTF-8"?>
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>${title} by ${author}</title>
 <link href="stylesheet.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
 </head>
 <body>
 <h2><a href="${storyUrl}">${title}</a><br/> by<br/> ${authorHTML}</h2>
 <div><br/>
 %(newline)s

[www.squidge.org/peja]
category_label:Fandom
titlepage_entries: category,ships,status,datePublished,dateUpdated,calibre_cust_added,numChapters,numWords,calibre_cust_pages,site,description

[archiveofourown.org]
username:XXXXXXXX
password:XXXXXXXX
is_adult:true
keep_summary_html:true
titlepage_entries: category,ships,status,datePublished,dateUpdated,calibre_cust_added,numChapters,numWords,calibre_cust_pages,site,description
replace_metadata:
 category=>Harry Potter - J\. K\. Rowling=>Harry Potter
 category=>Harry Potter - Fandom=>Harry Potter
 category=>Twilight Series - All Media Types=>Twilight
 ships=>Draco Malfoy/Harry Potter=>Draco &amp; Harry\,Drarry
 ships=>Severus Snape/Harry Potter=>Severus &amp; Harry\,Snarry
 
[www.tthfanfic.org]
is_adult:true

username:XXXXXXXX
password:XXXXXXXX

[fanfiction.net]
include_subject_tags: category,ships,characters

## Note that ini format requires % to be escaped as %%.
dateCreated_format:	%%B %%d, %%Y
datePublished_format: %%B %%d, %%Y
dateUpdated_format:	%%B %%d, %%Y

slow_down_sleep_time:4

never_make_cover: true

[overrides]
## default varies by site.  Set true here to force all sites to
## collect series.
#collect_series: true


I might try waiting a week before trying again...unless you have any other ideas from the logs.
MerlinMama is offline   Reply With Quote