janeczku / calibre-web

:books: Web app for browsing, reading and downloading eBooks stored in a Calibre database
GNU General Public License v3.0
13.21k stars 1.41k forks source link

Sync a Calibre-web shelve to Kobo ereader without using a Kobo account #2603

Closed Rochus99 closed 1 year ago

Rochus99 commented 2 years ago

Syncing the books of a Calibre-web shelve to my KOBO ereader is working fine, but when I'm using my ereader without a KOBO account the syncing fails.

To Reproduce

Calibre-web Configuration Login to Calibre-web (default: username admin and password admin123). Now open the Settings (top right) and click Edit Basic Configuration, expand Feature Configuration and turn ON Enable Kobo sync and click the Save button. Now go to your profile (default: admin) by clicking on Account (top right) and your profile name (default: admin). Do the following: Turn ON Sync only books in selected shelves with Kobo Click the CREATE/VIEW button and copy the whole line, starting with api_endpoint Click the Save button Now edit or create the shelves and make sure that the shelves have been set whether the books should be synchronized with the Kobo device. That works like this: Click on a shelf Click on the EDIT SHELF PROPERTIES button Turn ON or OFF Sync this shelf with Kobo device Click the Save button Kobo Device Configuration Log off the KOBO ereader When setup of the ereader prompt for connection type, choose "Don't have a WiFi network" Connect the e-reader to a computer, but do not download the Kobo app as directed. Instead, open the Kobo’s internal storage so it can be accessed from the computer. Navigate to the .kobo directory, which includes the file KoboReader.sqlite. If necessary, install the SQLite tools. Then, from the .kobo directory, run: sqlite3 KoboReader.sqlite From the SQLite prompt, run INSERT INTO user(UserID,UserKey) VALUES('1',''); and exit and disconnect the Kobo from the computer. Restart Kobo. All functionality will then be enabled. When you tap the sync icon, the sync fails, but the Kobo will still check privately for firmware updates and give installation instructions.

Locate and open (for example with Notepad) the configuration file: .kobo/Kobo/Kobo eReader.conf Change api_endpoint=https://storeapi.kobo.com to the line you copied earlier (button CREATE/VIEW in Calibre-web) Save the changes and safely eject the Kobo device Sync your Kobo device

Sync fails.

Logfile The logfile is not written.

Expected behavior The books of the Calibre web shelve are expected to exist on the kobo ereader.

Environment

joestrach commented 1 year ago

I am also encountering this same issue when manually inserting a user row into KoboReader.sqlite.

I checked out the logs using devmodeon and logread through telnet and this is what I'm seeing for the sync logs.

Apr  6 07:57:51 nickel: (   414.924 @ 0x387c7f0 / sync.warning) SyncCommand::SyncCommand(SyncState*, QObject*) no sync state provided -- using current device
Apr  6 07:57:51 nickel: (   414.925 @ 0x387c7f0 / ui.debug) Authenticated user: "1"
Apr  6 07:57:51 nickel: (   414.943 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   414.981 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   414.981 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   414.981 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   414.982 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   414.985 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   414.988 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   414.991 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   414.991 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   414.994 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   414.997 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   414.997 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   414.998 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   414.998 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   414.998 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   414.999 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   414.999 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.000 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.000 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.000 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.000 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.000 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.000 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.000 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.000 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.000 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.001 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.001 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.001 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.002 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.002 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.002 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.002 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.003 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.003 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.003 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.003 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.004 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.004 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.004 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.004 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.005 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.005 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.005 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.005 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.005 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.006 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.006 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.006 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.006 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.007 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.007 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.007 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.007 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.008 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.008 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.008 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.008 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.009 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.009 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.009 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.009 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.010 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.010 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.010 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.010 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.010 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.011 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.011 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.011 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.011 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.012 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   414.999 @ 0x38ac4e8 / packetdump.warning) "https://ssl.google-analytics.com/collect?v=1&tid=UA-6177406-38&cid=e0aa5c33-c534-4f6e-aa31-523d532dbc46&uid=1&av=4.35.20400&an=nickel&sr=1264x1680&ul=en-us&t=event&ec=Home&ea=StatusBarOption&el=Wifi" => "Connection refused"
Apr  6 07:57:51 nickel: (   415.012 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.013 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.013 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.013 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.013 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.014 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.014 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.015 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.015 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.015 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.015 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.016 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.016 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.016 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.016 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.016 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.017 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.017 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.017 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.017 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.018 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.018 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.018 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.018 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.019 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.019 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.019 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.019 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.019 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.020 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.020 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.020 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.020 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.020 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.021 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.021 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.021 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.021 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.021 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.022 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.022 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.022 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.023 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.023 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.023 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.023 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.023 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.024 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.024 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.024 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.024 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.024 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.025 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.025 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.025 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.025 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.026 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.026 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.026 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.026 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.026 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.027 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.027 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.027 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.027 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.027 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.028 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.028 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.028 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.028 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.028 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.029 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.029 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.030 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.030 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.030 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.030 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.030 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.031 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.031 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.031 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.033 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.033 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.034 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.034 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.034 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.034 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.034 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.035 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.035 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.035 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.035 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.036 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.036 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.036 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.036 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.036 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.037 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.037 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.037 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.037 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.037 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.038 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.038 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.038 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.038 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:51 nickel: (   415.038 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.039 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.039 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.039 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.039 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.040 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.040 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.040 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.040 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.040 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.041 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.041 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.041 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.041 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.041 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.042 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.042 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.042 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.042 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:51 nickel: (   415.043 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:51 nickel: (   415.043 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.043 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.043 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.043 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.044 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.044 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.044 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.044 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.044 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.045 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.045 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.045 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.045 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.045 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.046 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.046 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.046 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.046 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.046 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:51 nickel: (   415.047 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:51 nickel: (   415.047 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:51 nickel: (   415.047 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.047 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.047 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.048 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.048 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.048 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.048 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.049 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.049 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.049 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.049 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.049 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.050 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.050 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.050 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.050 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.050 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.051 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.051 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:51 nickel: (   415.051 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:51 nickel: (   415.051 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:51 nickel: (   415.051 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:51 nickel: (   415.052 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.052 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.052 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.053 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.053 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.053 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.053 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.054 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.054 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.054 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.054 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.054 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.055 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.055 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.055 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.055 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.055 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.056 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.056 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:51 nickel: (   415.056 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:51 nickel: (   415.056 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:51 nickel: (   415.056 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:51 nickel: (   415.057 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:51 nickel: (   415.057 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.057 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.057 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.057 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.058 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.058 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.058 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.058 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.059 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.059 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.059 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.059 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.059 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.060 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.060 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.060 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.060 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.060 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.061 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:51 nickel: (   415.061 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:51 nickel: (   415.061 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:51 nickel: (   415.062 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:51 nickel: (   415.062 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:51 nickel: (   415.062 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:51 nickel: (   415.063 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.063 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.063 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.064 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.064 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.065 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.065 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.065 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.066 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.066 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.066 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.067 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.067 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.067 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.068 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.068 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.068 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.069 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.069 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:51 nickel: (   415.070 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:51 nickel: (   415.070 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:51 nickel: (   415.070 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:51 nickel: (   415.071 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:51 nickel: (   415.071 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:51 nickel: (   415.071 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:51 nickel: (   415.072 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.072 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.073 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.073 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.074 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.074 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.074 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.075 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.075 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.076 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.076 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.076 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.077 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.077 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.077 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.087 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.087 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.087 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.088 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:51 nickel: (   415.088 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:51 nickel: (   415.088 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:51 nickel: (   415.088 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:51 nickel: (   415.088 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:51 nickel: (   415.089 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:51 nickel: (   415.089 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:51 nickel: (   415.089 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:51 nickel: (   415.089 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.089 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.090 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.090 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.090 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.090 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.091 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.091 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.091 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.091 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.091 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.092 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.092 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.092 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.092 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.093 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.093 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.093 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.094 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:51 nickel: (   415.094 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:51 nickel: (   415.094 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:51 nickel: (   415.094 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:51 nickel: (   415.095 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:51 nickel: (   415.095 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:51 nickel: (   415.095 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:51 nickel: (   415.095 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:51 nickel: (   415.095 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:51 nickel: (   415.096 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.096 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.096 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.096 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.097 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.097 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.097 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.097 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.098 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.098 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.098 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.098 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.098 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.099 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.099 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.099 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.099 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.099 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.100 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:51 nickel: (   415.100 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:51 nickel: (   415.100 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:51 nickel: (   415.100 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:51 nickel: (   415.100 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:51 nickel: (   415.101 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:51 nickel: (   415.101 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:51 nickel: (   415.101 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:51 nickel: (   415.101 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:51 nickel: (   415.101 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:51 nickel: (   415.102 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.102 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.102 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.102 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.103 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.103 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.103 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.103 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.104 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.104 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.104 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.104 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.104 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.105 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.105 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.105 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.105 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.105 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.106 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:51 nickel: (   415.106 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:51 nickel: (   415.106 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:51 nickel: (   415.106 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:51 nickel: (   415.106 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:51 nickel: (   415.107 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:51 nickel: (   415.107 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:51 nickel: (   415.107 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:51 nickel: (   415.107 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:51 nickel: (   415.107 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:51 nickel: (   415.108 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:51 nickel: (   415.108 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.108 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.108 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.108 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.109 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.109 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.109 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.109 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.109 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.110 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.110 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.110 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.110 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.110 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.111 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.111 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.111 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.111 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.111 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:51 nickel: (   415.112 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:51 nickel: (   415.112 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:51 nickel: (   415.112 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:51 nickel: (   415.113 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:51 nickel: (   415.113 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:51 nickel: (   415.113 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:51 nickel: (   415.113 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:51 nickel: (   415.113 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:51 nickel: (   415.114 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:51 nickel: (   415.114 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:51 nickel: (   415.114 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:51 nickel: (   415.114 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.114 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.115 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.115 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.115 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.115 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.116 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.116 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.116 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.117 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.117 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.117 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.117 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.118 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.118 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.118 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.118 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.118 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.119 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:51 nickel: (   415.119 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:51 nickel: (   415.119 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:51 nickel: (   415.119 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:51 nickel: (   415.119 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:51 nickel: (   415.120 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:51 nickel: (   415.120 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:51 nickel: (   415.120 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:51 nickel: (   415.120 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:51 nickel: (   415.120 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:51 nickel: (   415.121 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:51 nickel: (   415.121 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:51 nickel: (   415.121 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:51 nickel: (   415.121 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.121 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.122 @ 0x3f37e38 / sync.debug) Sync queue:  (ResetSyncActivitiesCommand(0x70f45a20) ,  UpgradeCommand(0x70f2bfa0) ,  GetAffiliateCommand(0x70f44930) ,  InitializationCommand(0x70f4dc00) ,  UpgradeOAuthTokenCommand(0x70f0ca00) ,  SyncUserProfileCommand(0x70f44ea0) ,  LoyaltyBenefitsCommand(0x70f463e8) ,  SubscriptionProductsCommand(0x70f463c8) ,  KoboPlusQueueCommand(0x70f75808) ,  GetTestsCommand(0x70f027a8) ,  AddDeviceCommand(0x70f4e8b8) ,  SyncLibraryCommand(0x70f4e8d8) ,  OverDriveSyncCommand(0x70f0b600) ,  PocketSyncCommand(0x70f30dc8) ,  UpdateAllRelatedItemsCommand(0x70f4bcf0) ,  UpdateNextInSeriesCommand(0x70f4bcb0) ,  SyncRecommendationsCommand(0x70f54f90) ,  SyncTopPicksCommand(0x70f0b700) ,  SyncMostPopularTabCommand(0x70f4dd38) ,  SyncFontsAndResourcesCommand(0x70f4ee28) ,  SubmitAnalyticsEventsCommand(0x70f4de98) ,  ReviewsSyncCommand(0x70f3ade0) ,  SyncUserGuideCommand(0x70f2b718) ,  SyncDictionariesCommand(0x70f31530) ,  FrictionlessReadingCommand(0x70f4c968) ,  DownloadQueuedBooksCommand(0x70f31720) ,  CleanupCommand(0x70f4c780) )
Apr  6 07:57:51 nickel: (   415.122 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.123 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.123 @ 0x3f37e38 / sync.debug)  [ ResetSyncActivitiesCommand(0x70f45a20) ]
Apr  6 07:57:51 nickel: (   415.123 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.123 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.124 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.124 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.124 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.124 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.124 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.124 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.125 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.125 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.126 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.126 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.127 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.127 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:51 nickel: (   415.127 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:51 nickel: (   415.127 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:51 nickel: (   415.127 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:51 nickel: (   415.128 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:51 nickel: (   415.128 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:51 nickel: (   415.128 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:51 nickel: (   415.128 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:51 nickel: (   415.128 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:51 nickel: (   415.129 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:51 nickel: (   415.129 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:51 nickel: (   415.129 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:51 nickel: (   415.129 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:51 nickel: (   415.129 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.130 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.130 @ 0x3f37e38 / sync.debug) pumping with 27 pending commands and 0 active commands
Apr  6 07:57:51 nickel: (   415.130 @ 0x3f37e38 / sync.debug) executing ResetSyncActivitiesCommand(0x70f45a20)
Apr  6 07:57:51 nickel: (   415.130 @ 0x3f37e38 / sync.debug) ResetSyncActivitiesCommand(0x70f45a20) finished
Apr  6 07:57:51 nickel: (   415.131 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.131 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.131 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.133 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.133 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.133 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.133 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.134 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.134 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.134 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.134 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.134 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.135 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.135 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.135 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.135 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:51 nickel: (   415.136 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:51 nickel: (   415.136 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:51 nickel: (   415.136 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:51 nickel: (   415.136 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:51 nickel: (   415.136 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:51 nickel: (   415.137 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:51 nickel: (   415.137 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:51 nickel: (   415.137 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:51 nickel: (   415.137 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:51 nickel: (   415.137 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:51 nickel: (   415.138 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:51 nickel: (   415.138 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:51 nickel: (   415.138 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.138 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.138 @ 0x3f37e38 / sync.debug) pumping with 26 pending commands and 0 active commands
Apr  6 07:57:51 nickel: (   415.139 @ 0x3f37e38 / sync.debug) executing UpgradeCommand(0x70f2bfa0)
Apr  6 07:57:51 nickel: (   415.139 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.139 @ 0x3f37e38 / sync.debug)  ----- Running ------
Apr  6 07:57:51 nickel: (   415.140 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.140 @ 0x3f37e38 / sync.debug)    ----- Queued -------
Apr  6 07:57:51 nickel: (   415.140 @ 0x3f37e38 / sync.debug)    [ UpgradeCheckCommand(0x70f09828) ]
Apr  6 07:57:51 nickel: (   415.140 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.141 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.141 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.141 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.141 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.141 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.142 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.142 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.142 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.142 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.143 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.143 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.143 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.143 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:51 nickel: (   415.143 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:51 nickel: (   415.144 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:51 nickel: (   415.144 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:51 nickel: (   415.144 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:51 nickel: (   415.144 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:51 nickel: (   415.144 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:51 nickel: (   415.145 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:51 nickel: (   415.145 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:51 nickel: (   415.145 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:51 nickel: (   415.145 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:51 nickel: (   415.145 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:51 nickel: (   415.146 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:51 nickel: (   415.146 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.146 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.146 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:51 nickel: (   415.146 @ 0x3f37e38 / sync.debug)  ----- Running ------
Apr  6 07:57:51 nickel: (   415.147 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:51 nickel: (   415.147 @ 0x3f37e38 / sync.debug)    ----- Queued -------
Apr  6 07:57:51 nickel: (   415.147 @ 0x3f37e38 / sync.debug)    [ UpgradeCheckCommand(0x70f09828) ]
Apr  6 07:57:51 nickel: (   415.147 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:51 nickel: (   415.147 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:51 nickel: (   415.148 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:51 nickel: (   415.148 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:51 nickel: (   415.148 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:51 nickel: (   415.148 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:51 nickel: (   415.148 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:51 nickel: (   415.149 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:51 nickel: (   415.149 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:51 nickel: (   415.149 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:51 nickel: (   415.149 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:51 nickel: (   415.150 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:51 nickel: (   415.150 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:51 nickel: (   415.150 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:51 nickel: (   415.150 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:51 nickel: (   415.150 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:51 nickel: (   415.151 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:51 nickel: (   415.151 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:51 nickel: (   415.151 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:51 nickel: (   415.151 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:51 nickel: (   415.151 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:51 nickel: (   415.152 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:51 nickel: (   415.152 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:51 nickel: (   415.152 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:51 nickel: (   415.152 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:51 nickel: (   415.153 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:51 nickel: (   415.153 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:51 nickel: (   415.153 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:51 nickel: (   415.153 @ 0x3f37e38 / sync.debug) pumping with 1 pending commands and 0 active commands
Apr  6 07:57:51 nickel: (   415.153 @ 0x3f37e38 / sync.debug) executing UpgradeCheckCommand(0x70f09828)
Apr  6 07:57:51 nickel: (   415.154 @ 0x3f37e38 / sync.debug) virtual void UpgradeCheckCommand::execute()
Apr  6 07:57:51 nickel: (   415.163 @ 0x3f37e38 / ui.debug) Performing Upgrade Check for Device...
Apr  6 07:57:52 nickel: (   415.578 @ 0x3f37e38 / ui.debug) Check Result 0
Apr  6 07:57:52 nickel: (   415.622 @ 0x3f37e38 / sync.debug) UpgradeCheckCommand(0x70f09828) finished
Apr  6 07:57:52 nickel: (   415.623 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:52 nickel: (   415.623 @ 0x3f37e38 / sync.debug)  ----- Running ------
Apr  6 07:57:52 nickel: (   415.623 @ 0x3f37e38 / sync.debug)  [ UpgradeCommand(0x70f2bfa0) ]
Apr  6 07:57:52 nickel: (   415.624 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:52 nickel: (   415.624 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:52 nickel: (   415.624 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:52 nickel: (   415.624 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:52 nickel: (   415.624 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:52 nickel: (   415.625 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:52 nickel: (   415.625 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:52 nickel: (   415.625 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:52 nickel: (   415.625 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:52 nickel: (   415.626 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:52 nickel: (   415.626 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:52 nickel: (   415.626 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:52 nickel: (   415.626 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:52 nickel: (   415.626 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:52 nickel: (   415.627 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:52 nickel: (   415.627 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:52 nickel: (   415.627 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:52 nickel: (   415.627 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:52 nickel: (   415.627 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:52 nickel: (   415.628 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:52 nickel: (   415.628 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:52 nickel: (   415.628 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:52 nickel: (   415.628 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:52 nickel: (   415.628 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:52 nickel: (   415.629 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:52 nickel: (   415.629 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:52 nickel: (   415.629 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:52 nickel: (   415.630 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:52 nickel: (   415.630 @ 0x3f37e38 / sync.debug) pumping with 0 pending commands and 0 active commands
Apr  6 07:57:52 nickel: (   415.630 @ 0x3f37e38 / sync.debug) UpgradeCommand(0x70f2bfa0) finished
Apr  6 07:57:52 nickel: (   415.631 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:52 nickel: (   415.631 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:52 nickel: (   415.631 @ 0x3f37e38 / sync.debug)  [ GetAffiliateCommand(0x70f44930) ]
Apr  6 07:57:52 nickel: (   415.631 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:52 nickel: (   415.632 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:52 nickel: (   415.632 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:52 nickel: (   415.632 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:52 nickel: (   415.632 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:52 nickel: (   415.634 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:52 nickel: (   415.634 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:52 nickel: (   415.634 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:52 nickel: (   415.635 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:52 nickel: (   415.635 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:52 nickel: (   415.635 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:52 nickel: (   415.635 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:52 nickel: (   415.635 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:52 nickel: (   415.636 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:52 nickel: (   415.636 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:52 nickel: (   415.636 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:52 nickel: (   415.636 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:52 nickel: (   415.636 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:52 nickel: (   415.637 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:52 nickel: (   415.637 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:52 nickel: (   415.637 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:52 nickel: (   415.637 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:52 nickel: (   415.637 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:52 nickel: (   415.638 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:52 nickel: (   415.638 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:52 nickel: (   415.638 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:52 nickel: (   415.639 @ 0x3f37e38 / sync.debug) pumping with 25 pending commands and 0 active commands
Apr  6 07:57:52 nickel: (   415.639 @ 0x3f37e38 / sync.debug) executing GetAffiliateCommand(0x70f44930)
Apr  6 07:57:52 nickel: (   415.639 @ 0x3f37e38 / sync.debug) virtual void AuthenticatedCommand::execute()
Apr  6 07:57:52 nickel: (   415.639 @ 0x3f37e38 / sync.debug) GetAffiliateCommand(0x70f44930) finished
Apr  6 07:57:52 nickel: (   415.640 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:52 nickel: (   415.640 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:52 nickel: (   415.640 @ 0x3f37e38 / sync.debug)  [ InitializationCommand(0x70f4dc00) ]
Apr  6 07:57:52 nickel: (   415.641 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:52 nickel: (   415.641 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:52 nickel: (   415.641 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:52 nickel: (   415.641 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:52 nickel: (   415.642 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:52 nickel: (   415.642 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:52 nickel: (   415.642 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:52 nickel: (   415.642 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:52 nickel: (   415.642 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:52 nickel: (   415.643 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:52 nickel: (   415.643 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:52 nickel: (   415.643 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:52 nickel: (   415.643 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:52 nickel: (   415.644 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:52 nickel: (   415.644 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:52 nickel: (   415.644 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:52 nickel: (   415.644 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:52 nickel: (   415.644 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:52 nickel: (   415.645 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:52 nickel: (   415.645 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:52 nickel: (   415.645 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:52 nickel: (   415.645 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:52 nickel: (   415.645 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:52 nickel: (   415.646 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:52 nickel: (   415.646 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:52 nickel: (   415.646 @ 0x3f37e38 / sync.debug) pumping with 24 pending commands and 0 active commands
Apr  6 07:57:52 nickel: (   415.646 @ 0x3f37e38 / sync.debug) executing InitializationCommand(0x70f4dc00)
Apr  6 07:57:52 nickel: (   415.646 @ 0x3f37e38 / sync.debug) virtual void AuthenticatedCommand::execute()
Apr  6 07:57:52 nickel: (   415.646 @ 0x3f37e38 / sync.debug) virtual void InitializationCommand::authenticatedExecute()
Apr  6 07:57:52 nickel: (   415.736 @ 0x3f37e38 / sync.debug) InitializationCommand(0x70f4dc00) finished
Apr  6 07:57:52 nickel: (   415.737 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:52 nickel: (   415.737 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:52 nickel: (   415.738 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:52 nickel: (   415.738 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:52 nickel: (   415.738 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:52 nickel: (   415.738 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:52 nickel: (   415.738 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:52 nickel: (   415.739 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:52 nickel: (   415.739 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:52 nickel: (   415.739 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:52 nickel: (   415.739 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:52 nickel: (   415.739 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:52 nickel: (   415.740 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:52 nickel: (   415.740 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:52 nickel: (   415.740 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:52 nickel: (   415.740 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:52 nickel: (   415.740 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:52 nickel: (   415.741 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:52 nickel: (   415.741 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:52 nickel: (   415.741 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:52 nickel: (   415.741 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:52 nickel: (   415.741 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:52 nickel: (   415.742 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:52 nickel: (   415.742 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:52 nickel: (   415.742 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:52 nickel: (   415.742 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:52 nickel: (   415.742 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:52 nickel: (   415.743 @ 0x3f37e38 / sync.debug) pumping with 23 pending commands and 0 active commands
Apr  6 07:57:52 nickel: (   415.743 @ 0x3f37e38 / sync.debug) executing UpgradeOAuthTokenCommand(0x70f0ca00)
Apr  6 07:57:52 nickel: (   415.743 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:52 nickel: (   415.743 @ 0x3f37e38 / sync.debug)  ----- Running ------
Apr  6 07:57:52 nickel: (   415.744 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:52 nickel: (   415.744 @ 0x3f37e38 / sync.debug)    ----- Queued -------
Apr  6 07:57:52 nickel: (   415.744 @ 0x3f37e38 / sync.debug)    [ OAuthDiscoveryCommand(0x70f426e8) ]
Apr  6 07:57:52 nickel: (   415.744 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:52 nickel: (   415.744 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:52 nickel: (   415.745 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:52 nickel: (   415.745 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:52 nickel: (   415.745 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:52 nickel: (   415.745 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:52 nickel: (   415.745 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:52 nickel: (   415.746 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:52 nickel: (   415.746 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:52 nickel: (   415.746 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:52 nickel: (   415.746 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:52 nickel: (   415.746 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:52 nickel: (   415.747 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:52 nickel: (   415.747 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:52 nickel: (   415.747 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:52 nickel: (   415.748 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:52 nickel: (   415.748 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:52 nickel: (   415.748 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:52 nickel: (   415.748 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:52 nickel: (   415.749 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:52 nickel: (   415.749 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:52 nickel: (   415.749 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:52 nickel: (   415.749 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:52 nickel: (   415.749 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:52 nickel: (   415.749 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:52 nickel: (   415.750 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:52 nickel: (   415.750 @ 0x3f37e38 / sync.debug)  ----- Running ------
Apr  6 07:57:52 nickel: (   415.750 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:52 nickel: (   415.750 @ 0x3f37e38 / sync.debug)    ----- Queued -------
Apr  6 07:57:52 nickel: (   415.750 @ 0x3f37e38 / sync.debug)    [ OAuthDiscoveryCommand(0x70f426e8) ]
Apr  6 07:57:52 nickel: (   415.751 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:52 nickel: (   415.751 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:52 nickel: (   415.751 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:52 nickel: (   415.751 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:52 nickel: (   415.751 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:52 nickel: (   415.752 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:52 nickel: (   415.752 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:52 nickel: (   415.752 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:52 nickel: (   415.752 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:52 nickel: (   415.752 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:52 nickel: (   415.753 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:52 nickel: (   415.753 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:52 nickel: (   415.753 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:52 nickel: (   415.753 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:52 nickel: (   415.754 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:52 nickel: (   415.754 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:52 nickel: (   415.754 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:52 nickel: (   415.754 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:52 nickel: (   415.754 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:52 nickel: (   415.754 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:52 nickel: (   415.755 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:52 nickel: (   415.755 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:52 nickel: (   415.755 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:52 nickel: (   415.755 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:52 nickel: (   415.755 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:52 nickel: (   415.756 @ 0x3f37e38 / sync.debug) pumping with 1 pending commands and 0 active commands
Apr  6 07:57:52 nickel: (   415.756 @ 0x3f37e38 / sync.debug) executing OAuthDiscoveryCommand(0x70f426e8)
Apr  6 07:57:52 nickel: (   415.756 @ 0x3f37e38 / sync.debug) virtual void OAuthDiscoveryCommand::execute()
Apr  6 07:57:52 nickel: (   416.058 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:52 nickel: (   416.059 @ 0x3f37e38 / sync.debug)  ----- Running ------
Apr  6 07:57:52 nickel: (   416.059 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:52 nickel: (   416.059 @ 0x3f37e38 / sync.debug)    ----- Running ------
Apr  6 07:57:52 nickel: (   416.059 @ 0x3f37e38 / sync.debug)    [ OAuthDiscoveryCommand(0x70f426e8) ]
Apr  6 07:57:52 nickel: (   416.060 @ 0x3f37e38 / sync.debug)    ----- Queued -------
Apr  6 07:57:52 nickel: (   416.060 @ 0x3f37e38 / sync.debug)    [ KoboOAuthAuthorizeCommand(0x70f3c9d8) ]
Apr  6 07:57:52 nickel: (   416.060 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:52 nickel: (   416.060 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:52 nickel: (   416.060 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:52 nickel: (   416.061 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:52 nickel: (   416.061 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:52 nickel: (   416.061 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:52 nickel: (   416.061 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:52 nickel: (   416.061 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:52 nickel: (   416.062 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:52 nickel: (   416.062 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:52 nickel: (   416.063 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:52 nickel: (   416.063 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:52 nickel: (   416.064 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:52 nickel: (   416.064 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:52 nickel: (   416.064 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:52 nickel: (   416.065 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:52 nickel: (   416.065 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:52 nickel: (   416.066 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:52 nickel: (   416.066 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:52 nickel: (   416.066 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:52 nickel: (   416.067 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:52 nickel: (   416.067 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:52 nickel: (   416.068 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:52 nickel: (   416.068 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:52 nickel: (   416.068 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:52 nickel: (   416.069 @ 0x3f37e38 / sync.debug) pumping with 1 pending commands and 1 active commands
Apr  6 07:57:52 nickel: (   416.069 @ 0x3f37e38 / sync.debug) OAuthDiscoveryCommand(0x70f426e8) finished
Apr  6 07:57:52 nickel: (   416.070 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:52 nickel: (   416.070 @ 0x3f37e38 / sync.debug)  ----- Running ------
Apr  6 07:57:52 nickel: (   416.071 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:52 nickel: (   416.071 @ 0x3f37e38 / sync.debug)    ----- Queued -------
Apr  6 07:57:52 nickel: (   416.071 @ 0x3f37e38 / sync.debug)    [ KoboOAuthAuthorizeCommand(0x70f3c9d8) ]
Apr  6 07:57:52 nickel: (   416.072 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:52 nickel: (   416.072 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:52 nickel: (   416.073 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:52 nickel: (   416.073 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:52 nickel: (   416.074 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:52 nickel: (   416.074 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:52 nickel: (   416.075 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:52 nickel: (   416.075 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:52 nickel: (   416.075 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:52 nickel: (   416.076 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:52 nickel: (   416.076 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:52 nickel: (   416.077 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:52 nickel: (   416.077 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:52 nickel: (   416.077 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:52 nickel: (   416.078 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:52 nickel: (   416.078 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:52 nickel: (   416.079 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:52 nickel: (   416.079 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:52 nickel: (   416.079 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:52 nickel: (   416.080 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:52 nickel: (   416.080 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:52 nickel: (   416.081 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:52 nickel: (   416.081 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:52 nickel: (   416.081 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:52 nickel: (   416.082 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:52 nickel: (   416.083 @ 0x3f37e38 / sync.debug) pumping with 1 pending commands and 0 active commands
Apr  6 07:57:52 nickel: (   416.083 @ 0x3f37e38 / sync.debug) executing KoboOAuthAuthorizeCommand(0x70f3c9d8)
Apr  6 07:57:52 nickel: (   416.083 @ 0x3f37e38 / sync.debug) virtual void KoboOAuthAuthorizeCommand::execute()
Apr  6 07:57:53 nickel: (   416.683 @ 0x3f37e38 / sync.warning) void KoboOAuthAuthorizeCommand::userInteractionRequired() unexpected response
Apr  6 07:57:53 nickel: (   416.684 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:53 nickel: (   416.684 @ 0x3f37e38 / sync.debug)  ----- Running ------
Apr  6 07:57:53 nickel: (   416.684 @ 0x3f37e38 / sync.debug)  [ UpgradeOAuthTokenCommand(0x70f0ca00) ]
Apr  6 07:57:53 nickel: (   416.684 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:53 nickel: (   416.684 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:53 nickel: (   416.685 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:53 nickel: (   416.685 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:53 nickel: (   416.685 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:53 nickel: (   416.685 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:53 nickel: (   416.686 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:53 nickel: (   416.686 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:53 nickel: (   416.686 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:53 nickel: (   416.686 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:53 nickel: (   416.686 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:53 nickel: (   416.687 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:53 nickel: (   416.687 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:53 nickel: (   416.687 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:53 nickel: (   416.687 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:53 nickel: (   416.687 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:53 nickel: (   416.688 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:53 nickel: (   416.688 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:53 nickel: (   416.688 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:53 nickel: (   416.688 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:53 nickel: (   416.688 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:53 nickel: (   416.689 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:53 nickel: (   416.689 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:53 nickel: (   416.689 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:53 nickel: (   416.689 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:53 nickel: (   416.689 @ 0x3f37e38 / sync.debug) pumping with 0 pending commands and 0 active commands
Apr  6 07:57:53 nickel: (   416.689 @ 0x3f37e38 / sync.debug) UpgradeOAuthTokenCommand(0x70f0ca00) finished
Apr  6 07:57:53 nickel: (   416.690 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:53 nickel: (   416.690 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:53 nickel: (   416.691 @ 0x3f37e38 / sync.debug)  [ SyncUserProfileCommand(0x70f44ea0) ]
Apr  6 07:57:53 nickel: (   416.691 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:53 nickel: (   416.691 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:53 nickel: (   416.691 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:53 nickel: (   416.691 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:53 nickel: (   416.692 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:53 nickel: (   416.692 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:53 nickel: (   416.692 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:53 nickel: (   416.692 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:53 nickel: (   416.693 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:53 nickel: (   416.693 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:53 nickel: (   416.693 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:53 nickel: (   416.693 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:53 nickel: (   416.693 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:53 nickel: (   416.694 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:53 nickel: (   416.694 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:53 nickel: (   416.694 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:53 nickel: (   416.695 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:53 nickel: (   416.695 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:53 nickel: (   416.695 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:53 nickel: (   416.695 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:53 nickel: (   416.696 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:53 nickel: (   416.696 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:53 nickel: (   416.696 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:53 nickel: (   416.696 @ 0x3f37e38 / sync.debug) pumping with 22 pending commands and 0 active commands
Apr  6 07:57:53 nickel: (   416.696 @ 0x3f37e38 / sync.debug) executing SyncUserProfileCommand(0x70f44ea0)
Apr  6 07:57:53 nickel: (   416.696 @ 0x3f37e38 / sync.debug) virtual void OAuthAuthenticatedCommand::execute()
Apr  6 07:57:53 nickel: (   416.697 @ 0x3f37e38 / oauth.warning) virtual void OAuthAuthenticatedCommand::execute() no token -- refreshing now
Apr  6 07:57:53 nickel: (   416.697 @ 0x3f37e38 / sync.debug) virtual void OAuthDiscoveryCommand::execute()
Apr  6 07:57:53 nickel: (   416.942 @ 0x3f37e38 / sql.debug) "SELECT * FROM SecureUser WHERE UserId = '1'"
Apr  6 07:57:53 nickel: (   416.945 @ 0x3f37e38 / sync.debug) virtual void OAuthTokenCommand::execute()
Apr  6 07:57:53 nickel: (   416.946 @ 0x3f37e38 / sync.debug) OAuthDiscoveryCommand(0x70f129f0) finished
Apr  6 07:57:53 nickel: (   417.156 @ 0x3f37e38 / packetdump.warning) "https://oauth.kobo.com/connect/token" => "Error downloading https://oauth.kobo.com/connect/token - server replied: Bad Request"
Apr  6 07:57:53 nickel: (   417.157 @ 0x3f37e38 / packetdump.warning) HTTP Status Code: 400
Apr  6 07:57:53 nickel: (   417.158 @ 0x3f37e38 / packetdump.warning) Error: 299
Apr  6 07:57:53 nickel: (   417.158 @ 0x3f37e38 / packetdump.warning) Source: "https://oauth.kobo.com/connect/token"
Apr  6 07:57:53 nickel: (   417.159 @ 0x3f37e38 / packetdump.warning) "{"error":"invalid_request"}"
Apr  6 07:57:53 nickel: (   417.160 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:53 nickel: (   417.161 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:53 nickel: (   417.162 @ 0x3f37e38 / sync.debug)  [ LoyaltyBenefitsCommand(0x70f463e8) ]
Apr  6 07:57:53 nickel: (   417.164 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:53 nickel: (   417.165 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:53 nickel: (   417.166 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:53 nickel: (   417.167 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:53 nickel: (   417.168 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:53 nickel: (   417.168 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:53 nickel: (   417.169 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:53 nickel: (   417.170 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:53 nickel: (   417.171 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:53 nickel: (   417.171 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:53 nickel: (   417.173 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:53 nickel: (   417.174 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:53 nickel: (   417.174 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:53 nickel: (   417.174 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:53 nickel: (   417.174 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:53 nickel: (   417.175 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:53 nickel: (   417.175 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:53 nickel: (   417.175 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:53 nickel: (   417.175 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:53 nickel: (   417.175 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:53 nickel: (   417.176 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:53 nickel: (   417.176 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:53 nickel: (   417.176 @ 0x3f37e38 / sync.debug) pumping with 21 pending commands and 0 active commands
Apr  6 07:57:53 nickel: (   417.176 @ 0x3f37e38 / sync.debug) executing LoyaltyBenefitsCommand(0x70f463e8)
Apr  6 07:57:53 nickel: (   417.176 @ 0x3f37e38 / sync.debug) virtual void OAuthAuthenticatedCommand::execute()
Apr  6 07:57:53 nickel: (   417.177 @ 0x3f37e38 / oauth.warning) virtual void OAuthAuthenticatedCommand::execute() no token -- refreshing now
Apr  6 07:57:53 nickel: (   417.177 @ 0x3f37e38 / sync.debug) virtual void OAuthDiscoveryCommand::execute()
Apr  6 07:57:54 nickel: (   417.364 @ 0x3f37e38 / sql.debug) "SELECT * FROM SecureUser WHERE UserId = '1'"
Apr  6 07:57:54 nickel: (   417.367 @ 0x3f37e38 / sync.debug) virtual void OAuthTokenCommand::execute()
Apr  6 07:57:54 nickel: (   417.373 @ 0x3f37e38 / sync.debug) OAuthDiscoveryCommand(0x70f56a50) finished
Apr  6 07:57:54 nickel: (   417.516 @ 0x3f37e38 / packetdump.warning) "https://oauth.kobo.com/connect/token" => "Error downloading https://oauth.kobo.com/connect/token - server replied: Bad Request"
Apr  6 07:57:54 nickel: (   417.517 @ 0x3f37e38 / packetdump.warning) HTTP Status Code: 400
Apr  6 07:57:54 nickel: (   417.518 @ 0x3f37e38 / packetdump.warning) Error: 299
Apr  6 07:57:54 nickel: (   417.519 @ 0x3f37e38 / packetdump.warning) Source: "https://oauth.kobo.com/connect/token"
Apr  6 07:57:54 nickel: (   417.520 @ 0x3f37e38 / packetdump.warning) "{"error":"invalid_request"}"
Apr  6 07:57:54 nickel: (   417.521 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:54 nickel: (   417.522 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:54 nickel: (   417.523 @ 0x3f37e38 / sync.debug)  [ SubscriptionProductsCommand(0x70f463c8) ]
Apr  6 07:57:54 nickel: (   417.523 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:54 nickel: (   417.524 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:54 nickel: (   417.526 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:54 nickel: (   417.527 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:54 nickel: (   417.527 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:54 nickel: (   417.528 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:54 nickel: (   417.529 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:54 nickel: (   417.530 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:54 nickel: (   417.530 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:54 nickel: (   417.534 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:54 nickel: (   417.534 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:54 nickel: (   417.535 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:54 nickel: (   417.535 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:54 nickel: (   417.535 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:54 nickel: (   417.535 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:54 nickel: (   417.535 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:54 nickel: (   417.536 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:54 nickel: (   417.536 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:54 nickel: (   417.536 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:54 nickel: (   417.536 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:54 nickel: (   417.536 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:54 nickel: (   417.537 @ 0x3f37e38 / sync.debug) pumping with 20 pending commands and 0 active commands
Apr  6 07:57:54 nickel: (   417.537 @ 0x3f37e38 / sync.debug) executing SubscriptionProductsCommand(0x70f463c8)
Apr  6 07:57:54 nickel: (   417.537 @ 0x3f37e38 / sync.debug) virtual void OAuthAuthenticatedCommand::execute()
Apr  6 07:57:54 nickel: (   417.537 @ 0x3f37e38 / oauth.warning) virtual void OAuthAuthenticatedCommand::execute() no token -- refreshing now
Apr  6 07:57:54 nickel: (   417.538 @ 0x3f37e38 / sync.debug) virtual void OAuthDiscoveryCommand::execute()
Apr  6 07:57:54 nickel: (   417.716 @ 0x3f37e38 / sql.debug) "SELECT * FROM SecureUser WHERE UserId = '1'"
Apr  6 07:57:54 nickel: (   417.718 @ 0x3f37e38 / sync.debug) virtual void OAuthTokenCommand::execute()
Apr  6 07:57:54 nickel: (   417.723 @ 0x3f37e38 / sync.debug) OAuthDiscoveryCommand(0x70f12770) finished
Apr  6 07:57:54 nickel: (   417.864 @ 0x3f37e38 / packetdump.warning) "https://oauth.kobo.com/connect/token" => "Error downloading https://oauth.kobo.com/connect/token - server replied: Bad Request"
Apr  6 07:57:54 nickel: (   417.865 @ 0x3f37e38 / packetdump.warning) HTTP Status Code: 400
Apr  6 07:57:54 nickel: (   417.866 @ 0x3f37e38 / packetdump.warning) Error: 299
Apr  6 07:57:54 nickel: (   417.867 @ 0x3f37e38 / packetdump.warning) Source: "https://oauth.kobo.com/connect/token"
Apr  6 07:57:54 nickel: (   417.868 @ 0x3f37e38 / packetdump.warning) "{"error":"invalid_request"}"
Apr  6 07:57:54 nickel: (   417.869 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:54 nickel: (   417.869 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:54 nickel: (   417.870 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:54 nickel: (   417.871 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:54 nickel: (   417.872 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:54 nickel: (   417.873 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:54 nickel: (   417.874 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:54 nickel: (   417.874 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:54 nickel: (   417.875 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:54 nickel: (   417.876 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:54 nickel: (   417.877 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:54 nickel: (   417.878 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:54 nickel: (   417.879 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:54 nickel: (   417.880 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:54 nickel: (   417.882 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:54 nickel: (   417.883 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:54 nickel: (   417.884 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:54 nickel: (   417.885 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:54 nickel: (   417.885 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:54 nickel: (   417.885 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:54 nickel: (   417.885 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:54 nickel: (   417.886 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:54 nickel: (   417.886 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:54 nickel: (   417.886 @ 0x3f37e38 / sync.debug) pumping with 19 pending commands and 0 active commands
Apr  6 07:57:54 nickel: (   417.886 @ 0x3f37e38 / sync.debug) executing KoboPlusQueueCommand(0x70f75808)
Apr  6 07:57:54 nickel: (   417.886 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:54 nickel: (   417.887 @ 0x3f37e38 / sync.debug)  ----- Running ------
Apr  6 07:57:54 nickel: (   417.887 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:54 nickel: (   417.887 @ 0x3f37e38 / sync.debug)    ----- Queued -------
Apr  6 07:57:54 nickel: (   417.887 @ 0x3f37e38 / sync.debug)    [ KoboPlusDealsCommand(0x70f4c2c8) ]
Apr  6 07:57:54 nickel: (   417.888 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:54 nickel: (   417.888 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:54 nickel: (   417.888 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:54 nickel: (   417.888 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:54 nickel: (   417.888 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:54 nickel: (   417.889 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:54 nickel: (   417.889 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:54 nickel: (   417.889 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:54 nickel: (   417.889 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:54 nickel: (   417.889 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:54 nickel: (   417.890 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:54 nickel: (   417.890 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:54 nickel: (   417.890 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:54 nickel: (   417.890 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:54 nickel: (   417.890 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:54 nickel: (   417.891 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:54 nickel: (   417.891 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:54 nickel: (   417.891 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:54 nickel: (   417.891 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:54 nickel: (   417.891 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:54 nickel: (   417.892 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:54 nickel: (   417.892 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:54 nickel: (   417.892 @ 0x3f37e38 / sync.debug)  ----- Running ------
Apr  6 07:57:54 nickel: (   417.892 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:54 nickel: (   417.892 @ 0x3f37e38 / sync.debug)    ----- Queued -------
Apr  6 07:57:54 nickel: (   417.893 @ 0x3f37e38 / sync.debug)    [ KoboPlusDealsCommand(0x70f4c2c8) ]
Apr  6 07:57:54 nickel: (   417.893 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:54 nickel: (   417.893 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:54 nickel: (   417.893 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:54 nickel: (   417.894 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:54 nickel: (   417.894 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:54 nickel: (   417.894 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:54 nickel: (   417.894 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:54 nickel: (   417.895 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:54 nickel: (   417.895 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:54 nickel: (   417.895 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:54 nickel: (   417.895 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:54 nickel: (   417.895 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:54 nickel: (   417.896 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:54 nickel: (   417.896 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:54 nickel: (   417.896 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:54 nickel: (   417.896 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:54 nickel: (   417.896 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:54 nickel: (   417.897 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:54 nickel: (   417.897 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:54 nickel: (   417.897 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:54 nickel: (   417.898 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:54 nickel: (   417.898 @ 0x3f37e38 / sync.debug) pumping with 1 pending commands and 0 active commands
Apr  6 07:57:54 nickel: (   417.898 @ 0x3f37e38 / sync.debug) executing KoboPlusDealsCommand(0x70f4c2c8)
Apr  6 07:57:54 nickel: (   417.898 @ 0x3f37e38 / sync.debug) virtual void OAuthAuthenticatedCommand::execute()
Apr  6 07:57:54 nickel: (   417.899 @ 0x3f37e38 / oauth.warning) virtual void OAuthAuthenticatedCommand::execute() no token -- refreshing now
Apr  6 07:57:54 nickel: (   417.899 @ 0x3f37e38 / sync.debug) virtual void OAuthDiscoveryCommand::execute()
Apr  6 07:57:54 nickel: (   418.102 @ 0x3f37e38 / sql.debug) "SELECT * FROM SecureUser WHERE UserId = '1'"
Apr  6 07:57:54 nickel: (   418.104 @ 0x3f37e38 / sync.debug) virtual void OAuthTokenCommand::execute()
Apr  6 07:57:54 nickel: (   418.109 @ 0x3f37e38 / sync.debug) OAuthDiscoveryCommand(0x70f76dc0) finished
Apr  6 07:57:54 nickel: (   418.251 @ 0x3f37e38 / packetdump.warning) "https://oauth.kobo.com/connect/token" => "Error downloading https://oauth.kobo.com/connect/token - server replied: Bad Request"
Apr  6 07:57:54 nickel: (   418.252 @ 0x3f37e38 / packetdump.warning) HTTP Status Code: 400
Apr  6 07:57:54 nickel: (   418.253 @ 0x3f37e38 / packetdump.warning) Error: 299
Apr  6 07:57:54 nickel: (   418.254 @ 0x3f37e38 / packetdump.warning) Source: "https://oauth.kobo.com/connect/token"
Apr  6 07:57:54 nickel: (   418.255 @ 0x3f37e38 / packetdump.warning) "{"error":"invalid_request"}"
Apr  6 07:57:54 nickel: (   418.256 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:54 nickel: (   418.256 @ 0x3f37e38 / sync.debug)  ----- Running ------
Apr  6 07:57:54 nickel: (   418.257 @ 0x3f37e38 / sync.debug)  [ KoboPlusQueueCommand(0x70f75808) ]
Apr  6 07:57:54 nickel: (   418.258 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:54 nickel: (   418.259 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:54 nickel: (   418.260 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:54 nickel: (   418.260 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:54 nickel: (   418.262 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:54 nickel: (   418.263 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:54 nickel: (   418.264 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:54 nickel: (   418.265 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:54 nickel: (   418.265 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:54 nickel: (   418.266 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:54 nickel: (   418.267 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:54 nickel: (   418.268 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:54 nickel: (   418.268 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:54 nickel: (   418.269 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:54 nickel: (   418.270 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:54 nickel: (   418.271 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:54 nickel: (   418.271 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:54 nickel: (   418.273 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:54 nickel: (   418.274 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:54 nickel: (   418.274 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:54 nickel: (   418.274 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:54 nickel: (   418.274 @ 0x3f37e38 / sync.debug) pumping with 0 pending commands and 0 active commands
Apr  6 07:57:54 nickel: (   418.274 @ 0x3f37e38 / sync.debug) KoboPlusQueueCommand(0x70f75808) finished
Apr  6 07:57:54 nickel: (   418.275 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:54 nickel: (   418.275 @ 0x3f37e38 / sync.debug)  ----- Queued -------
Apr  6 07:57:54 nickel: (   418.275 @ 0x3f37e38 / sync.debug)  [ GetTestsCommand(0x70f027a8) ]
Apr  6 07:57:54 nickel: (   418.276 @ 0x3f37e38 / sync.debug)  [ AddDeviceCommand(0x70f4e8b8) ]
Apr  6 07:57:54 nickel: (   418.276 @ 0x3f37e38 / sync.debug)  [ SyncLibraryCommand(0x70f4e8d8) ]
Apr  6 07:57:54 nickel: (   418.276 @ 0x3f37e38 / sync.debug)  [ OverDriveSyncCommand(0x70f0b600) ]
Apr  6 07:57:54 nickel: (   418.276 @ 0x3f37e38 / sync.debug)  [ PocketSyncCommand(0x70f30dc8) ]
Apr  6 07:57:54 nickel: (   418.277 @ 0x3f37e38 / sync.debug)  [ UpdateAllRelatedItemsCommand(0x70f4bcf0) ]
Apr  6 07:57:54 nickel: (   418.277 @ 0x3f37e38 / sync.debug)  [ UpdateNextInSeriesCommand(0x70f4bcb0) ]
Apr  6 07:57:54 nickel: (   418.277 @ 0x3f37e38 / sync.debug)  [ SyncRecommendationsCommand(0x70f54f90) ]
Apr  6 07:57:54 nickel: (   418.277 @ 0x3f37e38 / sync.debug)  [ SyncTopPicksCommand(0x70f0b700) ]
Apr  6 07:57:54 nickel: (   418.277 @ 0x3f37e38 / sync.debug)  [ SyncMostPopularTabCommand(0x70f4dd38) ]
Apr  6 07:57:54 nickel: (   418.278 @ 0x3f37e38 / sync.debug)  [ SyncFontsAndResourcesCommand(0x70f4ee28) ]
Apr  6 07:57:54 nickel: (   418.278 @ 0x3f37e38 / sync.debug)  [ SubmitAnalyticsEventsCommand(0x70f4de98) ]
Apr  6 07:57:54 nickel: (   418.278 @ 0x3f37e38 / sync.debug)  [ ReviewsSyncCommand(0x70f3ade0) ]
Apr  6 07:57:54 nickel: (   418.278 @ 0x3f37e38 / sync.debug)  [ SyncUserGuideCommand(0x70f2b718) ]
Apr  6 07:57:54 nickel: (   418.278 @ 0x3f37e38 / sync.debug)  [ SyncDictionariesCommand(0x70f31530) ]
Apr  6 07:57:54 nickel: (   418.279 @ 0x3f37e38 / sync.debug)  [ FrictionlessReadingCommand(0x70f4c968) ]
Apr  6 07:57:54 nickel: (   418.279 @ 0x3f37e38 / sync.debug)  [ DownloadQueuedBooksCommand(0x70f31720) ]
Apr  6 07:57:54 nickel: (   418.279 @ 0x3f37e38 / sync.debug)  [ CleanupCommand(0x70f4c780) ]
Apr  6 07:57:54 nickel: (   418.279 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:54 nickel: (   418.279 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:54 nickel: (   418.280 @ 0x3f37e38 / sync.debug) pumping with 18 pending commands and 0 active commands
Apr  6 07:57:54 nickel: (   418.280 @ 0x3f37e38 / sync.debug) executing GetTestsCommand(0x70f027a8)
Apr  6 07:57:54 nickel: (   418.280 @ 0x3f37e38 / sync.debug) virtual void OAuthAuthenticatedCommand::execute()
Apr  6 07:57:54 nickel: (   418.280 @ 0x3f37e38 / oauth.warning) virtual void OAuthAuthenticatedCommand::execute() no token -- refreshing now
Apr  6 07:57:54 nickel: (   418.281 @ 0x3f37e38 / sync.debug) virtual void OAuthDiscoveryCommand::execute()
Apr  6 07:57:55 nickel: (   418.488 @ 0x3f37e38 / sql.debug) "SELECT * FROM SecureUser WHERE UserId = '1'"
Apr  6 07:57:55 nickel: (   418.490 @ 0x3f37e38 / sync.debug) virtual void OAuthTokenCommand::execute()
Apr  6 07:57:55 nickel: (   418.496 @ 0x3f37e38 / sync.debug) OAuthDiscoveryCommand(0x70f44ea0) finished
Apr  6 07:57:55 nickel: (   418.648 @ 0x3f37e38 / packetdump.warning) "https://oauth.kobo.com/connect/token" => "Error downloading https://oauth.kobo.com/connect/token - server replied: Bad Request"
Apr  6 07:57:55 nickel: (   418.650 @ 0x3f37e38 / packetdump.warning) HTTP Status Code: 400
Apr  6 07:57:55 nickel: (   418.650 @ 0x3f37e38 / packetdump.warning) Error: 299
Apr  6 07:57:55 nickel: (   418.651 @ 0x3f37e38 / packetdump.warning) Source: "https://oauth.kobo.com/connect/token"
Apr  6 07:57:55 nickel: (   418.652 @ 0x3f37e38 / packetdump.warning) "{"error":"invalid_request"}"
Apr  6 07:57:55 nickel: (   418.654 @ 0x387c7f0 / ui.warning) virtual bool QDebugSyncErrorFilter::applyFilter(SyncError&) "WebRequestErr"
Apr  6 07:57:55 nickel: (   418.657 @ 0x3f37e38 / sync.debug) virtual void QueuedSyncCommand::cancel() SyncClient(0x4742dd8) GetTestsCommand(0x70f027a8)
Apr  6 07:57:55 nickel: (   418.657 @ 0x3f37e38 / sync.debug) =================== SYNC QUEUE [ SyncClient(0x4742dd8) ] ====================
Apr  6 07:57:55 nickel: (   418.657 @ 0x3f37e38 / sync.debug) ===================================================
Apr  6 07:57:55 nickel: (   418.657 @ 0x3f37e38 / sync.debug)
Apr  6 07:57:55 nickel: (   418.658 @ 0x3f37e38 / sync.debug) pumping with 0 pending commands and 0 active commands
Apr  6 07:57:55 nickel: (   418.658 @ 0x3f37e38 / sync.debug) finished sync client
Apr  6 07:57:55 nickel: (   418.658 @ 0x3f37e38 / sync.debug) OAuthDiscoveryCommand(0x70f44ea0) finished
Apr  6 07:57:55 nickel: (   418.661 @ 0x3f37e38 / sync.debug) OAuthTokenCommand(0x70f075a8) finished
Apr  6 07:57:55 nickel: (   418.662 @ 0x3f37e38 / sync.debug) GetTestsCommand(0x70f027a8) finished

It appears to be some sort of issue fetching an oauth token from Kobo (which would be expected without a valid login). But this at least explains why it works when you're signed in, but doesn't when you're signed out.

Did you ever find a solution to this issue @rochus99?

ZippierOstrich1 commented 1 year ago

I encounter this issue as well. If I manually insert a user row into KoboReader.sqlite I get the following in the log:

[2023-08-21 21:55:29,815] DEBUG {cps.updater:329} Stable version: {'version': '0.6.21 Beta'}
[2023-08-21 22:01:29,004] DEBUG {cps.helper:980} unrar version 6.11 beta 1
[2023-08-21 22:01:29,004] DEBUG {cps.config_sql:376} _ConfigSQL updating storage
[2023-08-21 22:01:29,005]  WARN {cps.config_sql:352} Log path  not valid, falling back to default
[2023-08-21 22:03:39,376] DEBUG {cps.ub:84} Found stored session: 2541ba71c2f2cced2c815670c1c62228a1594d97458508826cf3e96c869fb9d59f82aa0e694d031df3e19d2720174257efb437d8c7fb1033170daf3bd4e6043d
[2023-08-21 22:03:39,377]  INFO {cps.kobo:1072} Init
[2023-08-21 22:03:39,377] DEBUG {cps.kobo:1087} Kobo: Received unproxied request, changed request port to external server port
[2023-08-21 22:03:39,377] DEBUG {cps.kobo:1097} Kobo: Received unproxied request, changed request url to http://calibre-web.[my-url].tdl:80

When using the setting SideloadedMode=true in the file "Kobo eReader.conf":

[2023-08-21 21:21:43,403] DEBUG {cps.config_sql:376} _ConfigSQL updating storage
[2023-08-21 21:21:43,404]  WARN {cps.config_sql:352} Log path  not valid, falling back to default
[2023-08-21 21:21:58,172] DEBUG {cps.services.worker:91} Add Task for user: User - Convert 47
[2023-08-21 21:21:58,342]  INFO {cps.tasks.convert:142} Book id 47 - target format of .kepub does not exist. Moving forward with convert.
[2023-08-21 21:21:58,510] DEBUG {cps.tasks.convert:208} Kepubify v4.0.4
[2023-08-21 21:21:58,510] DEBUG {cps.tasks.convert:208} [  1/  1] Converting /books/Leon Uris/Battle Cry (47)/Battle Cry - Leon Uris.epub
[2023-08-21 21:21:58,511] DEBUG {cps.tasks.convert:208} 1 total: 0 converted, 0 copied, 0 skipped, 1 errored
[2023-08-21 21:21:58,512]  INFO {cps.tasks.convert:188} ebook converter failed with error while converting book
[2023-08-21 21:24:27,661] DEBUG {cps.ub:84} Found stored session: 2541ba71c2f2cced2c815670c1c62228a1594d97458508826cf3e96c869fb9d59f82aa0e694d031df3e19d2720174257efb437d8c7fb1033170daf3bd4e6043d
[2023-08-21 21:24:27,661] DEBUG {cps.kobo:1060} Kobo Auth request
[2023-08-21 21:24:27,661] ERROR {cps:1414} Exception on /kobo/api]/v1/auth/device [POST]
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 2190, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 1486, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 1484, in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 1469, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
  File "/app/calibre-web/cps/kobo_auth.py", line 168, in inner
    return f(*args, **kwargs)
  File "/app/calibre-web/cps/kobo.py", line 1066, in HandleAuthRequest
    return make_calibre_web_auth_response()
  File "/app/calibre-web/cps/kobo.py", line 1050, in make_calibre_web_auth_response
    "UserKey": content['UserKey'],
KeyError: 'UserKey'

When using the kobo account it syncs at least the books so I dismiss other causes of this issue.

OzzieIsaacs commented 1 year ago

Kobo responds with a missing "UserKey" entry to the auth request if you are having no account. I will change the code, to catch this.

Rochus99 commented 1 year ago

👍