DobyTang / LazyLibrarian

This project isn't finished yet. Goal is to create a SickBeard, CouchPotato, Headphones-like application for ebooks. Headphones is used as a base, so there are still a lot of references to it.
730 stars 71 forks source link

Search NZB Book: No internet connection #753

Closed hctancredi closed 7 years ago

hctancredi commented 7 years ago

Current Version: 20192684212ec7f4c9221777508887543c48d442 S.O: Unraid Docker Interface: bookstrap Branch: Master

Hi Again.

Just started to see these errors. I didn't change any of my settings and every other service are working properly.

Logs are available. Thanks

2017-04-26 15:23:04 WARNING No internet connection 2017-04-26 12:35:04 WARNING No internet connection 2017-04-26 12:35:04 WARNING Search NZB Book: No internet connection 2017-04-26 12:35:04 WARNING Search Magazines: No internet connection

log_20170426.zip

philborman commented 7 years ago

The "No internet connection" is quite a simple check, it checks "http://www.google.com" with a 5 second timeout and prints the message if google doesn't respond. The other interesting thing is your logs look like lazylibrarian is stuck in a loop, endlessly reloading it's config file. There is another docker user reporting git complaining about too many accesses per hour, which might be the same "stuck in a loop" problem.

Are you able to log into your docker to get to a terminal? If so we can add a line showing why lazylibrarian thinks the internet connection is down. Might help. In the meantime I will try and find why it's in a loop, but I think it may be a docker specific problem and I have no experience with docker.

hctancredi commented 7 years ago

yes. I can do that. Just let me know what you want to add.

Which part of the code is looping? maybe I can check within the docker what's going on.

philborman commented 7 years ago

In lazylibrarian/common.py line 80, remove the colon and hash so it reads except Exception as e: and line 81 remove the hash and add a closing brace so it reads logger.debug(str(e)) The log should then show why we think there is no Internet.

The looping is ininit.py somewhere round line 446 the call to initialize bookstrap themes. Either we are not returning properly from that, or we are not settingINITIALIZED on the next line. Doesn't really make sense though. Seems we keep calling the initialise() routine and not realizing its already been done.

philborman commented 7 years ago

If you upgrade to latest version and set debug level to 4 lazylibrarian will print details on why it thinks there is no internet connection, might help narrow it down.

philborman commented 7 years ago

Still looping, probably failing to return from bookstrap themes because of the missing Internet connection? Log level is still 2 so can't be sure. Need log level set to 4 in config file if you could try. Thanks

hctancredi commented 7 years ago

it seems that the version file not got the new version number, and the update message keeps popping up. I dit a git pull to confirm that I had the latest file and things seems fine. I noticed that I had level 2 after uploading it, sorry about that. log_20170428_DLEVEL4.zip

here you have the correct log.

hctancredi commented 7 years ago

BTW tested ping google from within the docker. I hadn't test that before, so here you go...

root@faca1ba9f273:/$ ping www.google.com PING www.google.com (200.175.185.90): 56 data bytes 64 bytes from 200.175.185.90: seq=0 ttl=58 time=5.347 ms 64 bytes from 200.175.185.90: seq=1 ttl=58 time=5.251 ms 64 bytes from 200.175.185.90: seq=2 ttl=58 time=5.131 ms 64 bytes from 200.175.185.90: seq=3 ttl=58 time=5.010 ms 64 bytes from 200.175.185.90: seq=4 ttl=58 time=5.302 ms

hctancredi commented 7 years ago

not sure, but you think that maybe we're returning something different of what the expect from the ping command?

philborman commented 7 years ago

Well, the logs show http error 503 service unavailable Which means we are talking to the outside world but it doesn't want to talk to us. Might be we got blacklisted because the looping is causing too many requests?

Can you try editing the "internet" function in common.py so it always returns True and see if that fixes the looping

hctancredi commented 7 years ago

changing the exception to True is enough?

hctancredi commented 7 years ago

28-Apr-2017 16:07:54 - INFO :: MAIN : Log level set to [4]- Log Directory is [/config/Logs] - Config level is [4] 28-Apr-2017 16:07:54 - INFO :: MAIN : Screen Log set to DEBUG 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : host -> https://nzb.is/ 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : api -> 764cad68361ab8ca00460965eb66a436 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : bookcat -> 8000,8010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : magcat -> 8030 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : updated -> 2016-04-10 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : host -> http://api.dognzb.cr/ 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : api -> b0f39fa2daa9c08996e58fe28d57df54 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : bookcat -> 7000,7020 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : magcat -> 7010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : updated -> 2016-04-11 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : host -> https://api.oznzb.com/ 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : api -> 8d30c9e0da0b28a44e2f8cf972e225bc 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : bookcat -> 7000,7020 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : magcat -> 7010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : updated -> 2016-04-10 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : enabled -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : host -> http://192.168.1.109:5075 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : api -> ab00y7qye6u84lx4eqhwd0yh1wp423 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : bookcat -> 7000,7020 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : magcat -> 7010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : updated -> 2017-04-27 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : bookcat -> 7000,7020 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : magcat -> 7010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : updated -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : bookcat -> 8000,8010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : magcat -> 8030 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : updated -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : bookcat -> 8000,8010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : magcat -> 8030 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : updated -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : bookcat -> 8000,8010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : magcat -> 8030 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : updated -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : bookcat -> 8000,8010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : magcat -> 8030 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : updated -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : bookcat -> 8000,8010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : magcat -> 8030 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : updated -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RSS_0 : ENABLED -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RSS_0 : HOST -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RSS_1 : ENABLED -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RSS_1 : HOST -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RSS_2 : ENABLED -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RSS_2 : HOST -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RSS_3 : ENABLED -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RSS_3 : HOST -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : proxy_host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newzbin : newzbin -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : cache_age -> 30 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : loglimit -> 500 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LIME : lime_host -> https://www.limetorrents.cc 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : tor_downloader_transmission -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBGet : nzbget_priority -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : name_postfix -> snr, jnr, jr, sr, phd 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SABnzbd : sab_port -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NMA : nma_priority -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : DELUGE : deluge_host -> 192.168.1.109 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NMA : nma_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_smtp_password -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : reject_magsize -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : AndroidPN : androidpn_username -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newzbin : newzbin_pass -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : USENET : usenet_retention -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_tls -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TDL : tdl_host -> torrentdownloads.me 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : tor_downloader_blackhole -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Twitter : twitter_notify_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Custom : custom_notify_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Git : git_updated -> Fri, 28 Apr 2017 18:12:32 GMT 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : destination_copy -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RTORRENT : rtorrent_host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : dir_perm -> 0o755 28-Apr-2017 16:07:54 - DEBUG :: MAIN : AndroidPN : androidpn_url -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushbullet : pushbullet_deviceid -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBGet : nzbget_pass -> EybuIQ9Sdug1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_label -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : imp_convert -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : destination_dir -> /books 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushbullet : pushbullet_notify_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : loglevel -> 4 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : git_program -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Custom : use_custom -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : GEN : gen -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_smtp_server -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : tor_downloader_synology -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : tor_downloader_utorrent -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBGet : nzbget_port -> 6789 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TRANSMISSION : transmission_port -> 9091 28-Apr-2017 16:07:54 - DEBUG :: MAIN : ZOO : zoo -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : proxy_type -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LIME : lime -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : http_root -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : EXTRA : extra -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : download_dir -> /downloads/Books 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : prefer_magnet -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : http_proxy -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LibraryScan : no_future -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : USENET : nzb_downloader_synology -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : launch_browser -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_pass -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : reject_magmin -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : ebook_type -> epub, mobi, pdf 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : tor_downloader_deluge -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_user -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Custom : custom_script -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_notify_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : PostProcess : mag_relative -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : task_age -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBMatrix : nzbmatrix_api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : mag_type -> pdf 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RTORRENT : rtorrent_label -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : AndroidPN : use_androidpn -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : PostProcess : ebook_dest_file -> $Title - $Author 28-Apr-2017 16:07:54 - DEBUG :: MAIN : PostProcess : mag_dest_folder -> /downloads/Magazines/$Title/$IssueDate 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Git : install_type -> git 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : mag_age -> 31 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : http_host -> 0.0.0.0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : API : book_api -> GoodReads 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushover : pushover_apitoken -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TDL : tdl -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : logfiles -> 10 28-Apr-2017 16:07:54 - DEBUG :: MAIN : API : gr_api -> ckvsiSDsuqh7omh74ZZ6Q 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : imp_singlebook -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SABnzbd : sab_subdir -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : http_pass -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NMA : nma_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Git : git_repo -> lazylibrarian 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SYNOLOGY : synology_pass -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : imp_autosearch -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SYNOLOGY : synology_dir -> Multimedia/Download 28-Apr-2017 16:07:54 - DEBUG :: MAIN : ZOO : zoo_host -> https://zooqle.com 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : imp_preflang -> en, eng, en-US, jp, jpn 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : displaylength -> -1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBMatrix : nzbmatrix -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : api_enabled -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : GEN : gen_host -> libgen.io 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : imp_calibredb -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBGet : nzbget_host -> 192.168.1.109 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : reject_maxsize -> 10 28-Apr-2017 16:07:54 - DEBUG :: MAIN : AndroidPN : androidpn_broadcast -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_ssl -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : tor_convert_magnet -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : tor_downloader_rtorrent -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : DELUGE : deluge_label -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Git : latest_version -> 14a234e22fd1bd2503d035aa62a9aa7339347c4d 28-Apr-2017 16:07:54 - DEBUG :: MAIN : PostProcess : mag_dest_file -> $IssueDate - $Title 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : mag_single -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Boxcar : boxcar_notify_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Slack : slack_token -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LibraryScan : notfound_status -> Skipped 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SearchScan : versioncheck_interval -> 24 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushbullet : pushbullet_notify_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : http_user -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushover : use_pushover -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SearchScan : search_interval -> 720 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newzbin : newzbin_uid -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_smtp_user -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBGet : nzbget_category -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushover : pushover_keys -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : UTORRENT : utorrent_port -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Twitter : twitter_username -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SABnzbd : sab_cat -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LibraryScan : add_series -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : API : gb_api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : AndroidPN : androidpn_notify_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TPB : tpb -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : UTORRENT : utorrent_host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NMA : nma_apikey -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Slack : use_slack -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : DELUGE : deluge_pass -> luke1939 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : file_perm -> 0o644 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_notify_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : USENET : nzb_downloader_nzbget -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Boxcar : use_boxcar -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TRANSMISSION : transmission_host -> localhost 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Boxcar : boxcar_notify_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : KAT : kat -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : EXTRA : extra_host -> extratorrent.cc 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushover : pushover_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SABnzbd : sab_pass -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NMA : use_nma -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Git : current_version -> 20192684212ec7f4c9221777508887543c48d442 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TRANSMISSION : transmission_user -> htancredi 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LibraryScan : newbook_status -> Skipped 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : dload_ratio -> 90 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SABnzbd : sab_host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushbullet : pushbullet_token -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RTORRENT : rtorrent_dir -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : AndroidPN : androidpn_notify_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushover : pushover_priority -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : torrent_dir -> None 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SYNOLOGY : synology_user -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TPB : tpb_host -> https://piratebays.co 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Twitter : twitter_password -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushbullet : use_pushbullet -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : PostProcess : one_format -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushover : pushover_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBGet : nzbget_user -> htancredi 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : imp_autoadd -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LibraryScan : full_scan -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : numberofseeders -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : match_ratio -> 45 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : keep_seeding -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : imp_onlyisbn -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Slack : slack_notify_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : UTORRENT : utorrent_pass -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RTORRENT : rtorrent_user -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SABnzbd : sab_api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : https_cert -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Git : commits_behind -> 19 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : api_key -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SYNOLOGY : synology_port -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Twitter : use_twitter -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SYNOLOGY : synology_host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : UTORRENT : utorrent_user -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : logsize -> 204800 28-Apr-2017 16:07:54 - DEBUG :: MAIN : DELUGE : deluge_user -> htancredi 28-Apr-2017 16:07:54 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_port -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : UTORRENT : utorrent_label -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Twitter : twitter_prefix -> LazyLibrarian 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : imp_monthlang -> en_US.utf8 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : reject_minsize -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_to -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : logdir -> /config/Logs 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TRANSMISSION : transmission_pass -> luke1939 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : tor_downloader_qbittorrent -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : DELUGE : deluge_port -> 58846 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : reject_words -> audiobook, audio, mp3, abook 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LibraryScan : newauthor_status -> Skipped 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LibraryScan : add_author -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SABnzbd : sab_user -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : https_key -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_from -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBMatrix : nzbmatrix_user -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : use_email -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SearchScan : scan_interval -> 720 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Slack : slack_notify_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : http_look -> bookstrap 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Git : git_user -> dobytang 28-Apr-2017 16:07:54 - DEBUG :: MAIN : PostProcess : ebook_dest_folder -> /books/$Author/$Title 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushover : pushover_device -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : bookstrap_theme -> slate 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SYNOLOGY : use_synology -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Twitter : twitter_notify_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : http_port -> 5299 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Git : git_branch -> master 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Custom : custom_notify_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : https_enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Boxcar : boxcar_token -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : USENET : nzb_blackholedir -> /home/htancredi/nzbget/nzb/Books 28-Apr-2017 16:07:54 - DEBUG :: MAIN : USENET : nzb_downloader_blackhole -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : USENET : nzb_downloader_sabnzbd -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_smtp_port -> 25 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : alternate_dir -> /downloads/Books 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RTORRENT : rtorrent_pass -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : KAT : kat_host -> kat.cr 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SearchScan : searchrss_interval -> 720 28-Apr-2017 16:07:54 - INFO :: MAIN : Config file loaded 28-Apr-2017 16:07:54 - INFO :: MAIN : SYS_ENCODING is UTF-8 28-Apr-2017 16:07:54 - INFO :: MAIN : Database is version 19, integrity check: ok 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Current locale is C.UTF-8;C;C;C;C;C 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Loading month names for C.UTF-8;C;C;C;C;C 28-Apr-2017 16:07:54 - INFO :: MAIN : Added month names for locale [C.UTF-8;C;C;C;C;C], january, jan ... 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Month names for en_US.utf8 already loaded 28-Apr-2017 16:07:55 - DEBUG :: MAIN : Internet: HTTP Error 503: Service Unavailable 28-Apr-2017 16:07:55 - DEBUG :: MAIN : Bookstrap found 17 themes 28-Apr-2017 16:07:55 - DEBUG :: MAIN : Set Install Type, Current & Latest Version and Commit status 28-Apr-2017 16:07:56 - DEBUG :: MAIN : Internet: HTTP Error 503: Service Unavailable 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (RunGit)Trying to execute: "git rev-parse --abbrev-ref HEAD" with shell in /app/lazylibrarian 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (RunGit)Git output: [master] 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (getCurrentGitBranch) Current local branch of repo is [master] 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (getInstallType) [git] install detected. Setting Branch to [master] 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (RunGit)Trying to execute: "git rev-parse HEAD" with shell in /app/lazylibrarian 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (RunGit)Git output: [6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375] 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (updateVersionFile) Updating [/app/lazylibrarian/version.txt] with value [6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375] 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (getCurrentVersion) - Install type [git] Local Version is unchanged [6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375] 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (getLatestVersion_FromGit) Retrieving latest version information from github command=[https://api.github.com/repos/dobytang/lazylibrarian/commits/master] 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (getLatestVersion_FromGit) Checking if modified since Fri, 28 Apr 2017 18:12:32 GMT 28-Apr-2017 16:07:57 - DEBUG :: MAIN : (getLatestVersion_FromGit) Not modified, currently on Latest Version 28-Apr-2017 16:07:57 - DEBUG :: MAIN : Update check complete 28-Apr-2017 16:07:57 - DEBUG :: MAIN : Current Version [6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375] - Latest remote version [6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375] - Install type [git] 28-Apr-2017 16:07:57 - INFO :: MAIN : Starting LazyLibrarian on port: 5299, webroot "" 28-Apr-2017 16:07:57 - INFO :: MAIN : Starting LazyLibrarian web server on http://0.0.0.0:5299/ 28-Apr-2017 16:07:57 - DEBUG :: MAIN : Start processDir job in 720 minutes 28-Apr-2017 16:07:57 - DEBUG :: MAIN : Start search_nzb_book job in 720 minutes 28-Apr-2017 16:07:57 - DEBUG :: MAIN : Start search_magazines job in 720 minutes 28-Apr-2017 16:07:57 - DEBUG :: MAIN : Start checkForUpdates job in 24 hours 28-Apr-2017 16:07:57 - DEBUG :: MAIN : Start authorUpdate job in 561 minutes 28-Apr-2017 16:08:12 - DEBUG :: SEARCHALLNZB : Internet: HTTP Error 503: Service Unavailable 28-Apr-2017 16:08:12 - INFO :: SEARCHALLNZB : NZB Searching for 1 book 28-Apr-2017 16:08:12 - DEBUG :: SEARCHALLNZB : Using stored capabilities for http://192.168.1.109:5075 28-Apr-2017 16:08:12 - DEBUG :: SEARCHALLNZB : [IterateOverNewzNabSites] - http://192.168.1.109:5075 28-Apr-2017 16:08:12 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] searchType [book] with Host [http://192.168.1.109:5075] mode [nzb] using api [ab00y7qye6u84lx4eqhwd0yh1wp423] for item [{'bookSub': u'', 'searchterm': u'Steve Coutinho An Introduction to Daoist Philosophies', 'bookName': u'An Introduction to Daoist Philosophies', 'authorName': u'Steve Coutinho', 'bookid': u'17938751'}] 28-Apr-2017 16:08:12 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] - nzb Search parameters set to {'author': u'Steve Coutinho', 'apikey': u'ab00y7qye6u84lx4eqhwd0yh1wp423', 't': u'book', 'cat': u'7000,7020', 'title': u'An Introduction to Daoist Philosophies'} 28-Apr-2017 16:08:12 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] URL = http://192.168.1.109:5075/api?author=Steve+Coutinho&apikey=ab00y7qye6u84lx4eqhwd0yh1wp423&t=book&cat=7000%2C7020&title=An+Introduction+to+Daoist+Philosophies 28-Apr-2017 16:08:21 - DEBUG :: SEARCHALLNZB : Parsing results from http://192.168.1.109:5075 28-Apr-2017 16:08:21 - DEBUG :: SEARCHALLNZB : Found 0 nzb at http://192.168.1.109:5075 for: Steve Coutinho An Introduction to Daoist Philosophies 28-Apr-2017 16:08:21 - DEBUG :: SEARCHALLNZB : No nzb's found for [Steve Coutinho An Introduction to Daoist Philosophies] using searchtype book 28-Apr-2017 16:08:21 - DEBUG :: SEARCHALLNZB : Using stored capabilities for http://192.168.1.109:5075 28-Apr-2017 16:08:21 - DEBUG :: SEARCHALLNZB : [IterateOverNewzNabSites] - http://192.168.1.109:5075 28-Apr-2017 16:08:21 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] searchType [general] with Host [http://192.168.1.109:5075] mode [nzb] using api [ab00y7qye6u84lx4eqhwd0yh1wp423] for item [{'bookSub': u'', 'searchterm': u'Steve Coutinho An Introduction to Daoist Philosophies', 'bookName': u'An Introduction to Daoist Philosophies', 'authorName': u'Steve Coutinho', 'bookid': u'17938751'}] 28-Apr-2017 16:08:21 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] - nzb Search parameters set to {'q': u'Steve Coutinho An Introduction to Daoist Philosophies', 'apikey': u'ab00y7qye6u84lx4eqhwd0yh1wp423', 't': u'search', 'extended': u'1'} 28-Apr-2017 16:08:21 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] URL = http://192.168.1.109:5075/api?q=Steve+Coutinho+An+Introduction+to+Daoist+Philosophies&apikey=ab00y7qye6u84lx4eqhwd0yh1wp423&t=search&extended=1 28-Apr-2017 16:08:30 - DEBUG :: SEARCHALLNZB : Parsing results from http://192.168.1.109:5075 28-Apr-2017 16:08:30 - DEBUG :: SEARCHALLNZB : Found 0 nzb at http://192.168.1.109:5075 for: Steve Coutinho An Introduction to Daoist Philosophies 28-Apr-2017 16:08:30 - DEBUG :: SEARCHALLNZB : No nzb's found for [Steve Coutinho An Introduction to Daoist Philosophies] using searchtype general 28-Apr-2017 16:08:30 - INFO :: SEARCHALLNZB : NZB Searches for Steve Coutinho An Introduction to Daoist Philosophies returned no results. 28-Apr-2017 16:08:30 - INFO :: SEARCHALLNZB : NZBSearch for Wanted items complete, found 0 books root@tnas:/mnt/

hctancredi commented 7 years ago

well I changed it again and changed the host to ping and everything seems fine now

no loops and no 503 errors. Maybe I'm blacklisted... do you think that is worth to hard code a second host to double check internet connection?

philborman commented 7 years ago

Well that's odd. Internet check gets an error, but actually the Internet connection is ok. Pretending the Internet check passes stops the looping. I don't understand.

On Fri, 28 Apr 2017, 21:13 hctancredi, notifications@github.com wrote:

28-Apr-2017 16:07:54 - INFO :: MAIN : Log level set to [4]- Log Directory is [/config/Logs] - Config level is [4] 28-Apr-2017 16:07:54 - INFO :: MAIN : Screen Log set to DEBUG 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : host -> https://nzb.is/ 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : api -> 764cad68361ab8ca00460965eb66a436 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : bookcat -> 8000,8010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : magcat -> 8030 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : updated -> 2016-04-10 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab0 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : host -> http://api.dognzb.cr/ 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : api -> b0f39fa2daa9c08996e58fe28d57df54 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : bookcat -> 7000,7020 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : magcat -> 7010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : updated -> 2016-04-11 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab1 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : host -> https://api.oznzb.com/ 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : api -> 8d30c9e0da0b28a44e2f8cf972e225bc 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : bookcat -> 7000,7020 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : magcat -> 7010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : updated -> 2016-04-10 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab2 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : enabled -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : host -> http://192.168.1.109:5075 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : api -> ab00y7qye6u84lx4eqhwd0yh1wp423 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : bookcat -> 7000,7020 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : magcat -> 7010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : updated -> 2017-04-27 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab3 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : bookcat -> 7000,7020 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : magcat -> 7010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : updated -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newznab4 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : bookcat -> 8000,8010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : magcat -> 8030 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : updated -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab0 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : bookcat -> 8000,8010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : magcat -> 8030 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : updated -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab1 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : bookcat -> 8000,8010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : magcat -> 8030 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : updated -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab2 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : bookcat -> 8000,8010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : magcat -> 8030 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : updated -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab3 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : generalsearch -> search 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : booksearch -> book 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : magsearch -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : bookcat -> 8000,8010 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : magcat -> 8030 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : extended -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : updated -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Torznab4 : manual -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RSS_0 : ENABLED -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RSS_0 : HOST -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RSS_1 : ENABLED -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RSS_1 : HOST -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RSS_2 : ENABLED -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RSS_2 : HOST -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RSS_3 : ENABLED -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RSS_3 : HOST -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : proxy_host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newzbin : newzbin -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : cache_age -> 30 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : loglimit -> 500 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LIME : lime_host -> https://www.limetorrents.cc 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : tor_downloader_transmission -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBGet : nzbget_priority -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : name_postfix -> snr, jnr, jr, sr, phd 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SABnzbd : sab_port -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NMA : nma_priority -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : DELUGE : deluge_host -> 192.168.1.109 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NMA : nma_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_smtp_password -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : reject_magsize -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : AndroidPN : androidpn_username -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newzbin : newzbin_pass -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : USENET : usenet_retention -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_tls -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TDL : tdl_host -> torrentdownloads.me 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : tor_downloader_blackhole -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Twitter : twitter_notify_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Custom : custom_notify_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Git : git_updated -> Fri, 28 Apr 2017 18:12:32 GMT 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : destination_copy -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RTORRENT : rtorrent_host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : dir_perm -> 0o755 28-Apr-2017 16:07:54 - DEBUG :: MAIN : AndroidPN : androidpn_url -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushbullet : pushbullet_deviceid -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBGet : nzbget_pass -> EybuIQ9Sdug1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_label -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : imp_convert -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : destination_dir -> /books 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushbullet : pushbullet_notify_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : loglevel -> 4 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : git_program -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Custom : use_custom -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : GEN : gen -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_smtp_server -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : tor_downloader_synology -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : tor_downloader_utorrent -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBGet : nzbget_port -> 6789 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TRANSMISSION : transmission_port -> 9091 28-Apr-2017 16:07:54 - DEBUG :: MAIN : ZOO : zoo -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : proxy_type -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LIME : lime -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : http_root -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : EXTRA : extra -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : download_dir -> /downloads/Books 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : prefer_magnet -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : http_proxy -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LibraryScan : no_future -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : USENET : nzb_downloader_synology -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : launch_browser -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_pass -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : reject_magmin -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : ebook_type -> epub, mobi, pdf 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : tor_downloader_deluge -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_user -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Custom : custom_script -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_notify_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : PostProcess : mag_relative -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : task_age -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBMatrix : nzbmatrix_api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : mag_type -> pdf 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RTORRENT : rtorrent_label -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : AndroidPN : use_androidpn -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : PostProcess : ebook_dest_file -> $Title - $Author 28-Apr-2017 16:07:54 - DEBUG :: MAIN : PostProcess : mag_dest_folder -> /downloads/Magazines/$Title/$IssueDate 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Git : install_type -> git 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : mag_age -> 31 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : http_host -> 0.0.0.0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : API : book_api -> GoodReads 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushover : pushover_apitoken -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TDL : tdl -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : logfiles -> 10 28-Apr-2017 16:07:54 - DEBUG :: MAIN : API : gr_api -> ckvsiSDsuqh7omh74ZZ6Q 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : imp_singlebook -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SABnzbd : sab_subdir -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : http_pass -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NMA : nma_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Git : git_repo -> lazylibrarian 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SYNOLOGY : synology_pass -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : imp_autosearch -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SYNOLOGY : synology_dir -> Multimedia/Download 28-Apr-2017 16:07:54 - DEBUG :: MAIN : ZOO : zoo_host -> https://zooqle.com 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : imp_preflang -> en, eng, en-US, jp, jpn 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : displaylength -> -1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBMatrix : nzbmatrix -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : api_enabled -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : GEN : gen_host -> libgen.io 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : imp_calibredb -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBGet : nzbget_host -> 192.168.1.109 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : reject_maxsize -> 10 28-Apr-2017 16:07:54 - DEBUG :: MAIN : AndroidPN : androidpn_broadcast -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_ssl -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : tor_convert_magnet -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : tor_downloader_rtorrent -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : DELUGE : deluge_label -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Git : latest_version -> 14a234e https://github.com/DobyTang/LazyLibrarian/commit/14a234e22fd1bd2503d035aa62a9aa7339347c4d 28-Apr-2017 16:07:54 - DEBUG :: MAIN : PostProcess : mag_dest_file -> $IssueDate - $Title 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : mag_single -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Boxcar : boxcar_notify_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Slack : slack_token -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LibraryScan : notfound_status -> Skipped 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SearchScan : versioncheck_interval -> 24 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushbullet : pushbullet_notify_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : http_user -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushover : use_pushover -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SearchScan : search_interval -> 720 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Newzbin : newzbin_uid -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_smtp_user -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBGet : nzbget_category -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushover : pushover_keys -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : UTORRENT : utorrent_port -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Twitter : twitter_username -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SABnzbd : sab_cat -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LibraryScan : add_series -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : API : gb_api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : AndroidPN : androidpn_notify_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TPB : tpb -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : UTORRENT : utorrent_host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NMA : nma_apikey -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Slack : use_slack -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : DELUGE : deluge_pass -> luke1939 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : file_perm -> 0o644 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_notify_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : USENET : nzb_downloader_nzbget -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Boxcar : use_boxcar -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TRANSMISSION : transmission_host -> localhost 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Boxcar : boxcar_notify_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : KAT : kat -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : EXTRA : extra_host -> extratorrent.cc 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushover : pushover_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SABnzbd : sab_pass -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NMA : use_nma -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Git : current_version -> 2019268 https://github.com/DobyTang/LazyLibrarian/commit/20192684212ec7f4c9221777508887543c48d442 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TRANSMISSION : transmission_user -> htancredi 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LibraryScan : newbook_status -> Skipped 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : dload_ratio -> 90 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SABnzbd : sab_host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushbullet : pushbullet_token -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RTORRENT : rtorrent_dir -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : AndroidPN : androidpn_notify_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushover : pushover_priority -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : torrent_dir -> None 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SYNOLOGY : synology_user -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TPB : tpb_host -> https://piratebays.co 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Twitter : twitter_password -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushbullet : use_pushbullet -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : PostProcess : one_format -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushover : pushover_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBGet : nzbget_user -> htancredi 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : imp_autoadd -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LibraryScan : full_scan -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : numberofseeders -> 1 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : match_ratio -> 45 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : keep_seeding -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : imp_onlyisbn -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Slack : slack_notify_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : UTORRENT : utorrent_pass -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RTORRENT : rtorrent_user -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SABnzbd : sab_api -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : https_cert -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Git : commits_behind -> 19 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : api_key -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SYNOLOGY : synology_port -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Twitter : use_twitter -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SYNOLOGY : synology_host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : UTORRENT : utorrent_user -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : logsize -> 204800 28-Apr-2017 16:07:54 - DEBUG :: MAIN : DELUGE : deluge_user -> htancredi 28-Apr-2017 16:07:54 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_port -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : UTORRENT : utorrent_label -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Twitter : twitter_prefix -> LazyLibrarian 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : imp_monthlang -> en_US.utf8 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : reject_minsize -> 0 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_to -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : logdir -> /config/Logs 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TRANSMISSION : transmission_pass -> luke1939 28-Apr-2017 16:07:54 - DEBUG :: MAIN : TORRENT : tor_downloader_qbittorrent -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : DELUGE : deluge_port -> 58846 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : reject_words -> audiobook, audio, mp3, abook 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LibraryScan : newauthor_status -> Skipped 28-Apr-2017 16:07:54 - DEBUG :: MAIN : LibraryScan : add_author -> True 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SABnzbd : sab_user -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : https_key -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_from -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : NZBMatrix : nzbmatrix_user -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : use_email -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SearchScan : scan_interval -> 720 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Slack : slack_notify_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : http_look -> bookstrap 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Git : git_user -> dobytang 28-Apr-2017 16:07:54 - DEBUG :: MAIN : PostProcess : ebook_dest_folder -> /books/$Author/$Title 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Pushover : pushover_device -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : bookstrap_theme -> slate 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SYNOLOGY : use_synology -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Twitter : twitter_notify_onsnatch -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : http_port -> 5299 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Git : git_branch -> master 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Custom : custom_notify_ondownload -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : https_enabled -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Boxcar : boxcar_token -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : USENET : nzb_blackholedir -> /home/htancredi/nzbget/nzb/Books 28-Apr-2017 16:07:54 - DEBUG :: MAIN : USENET : nzb_downloader_blackhole -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : USENET : nzb_downloader_sabnzbd -> False 28-Apr-2017 16:07:54 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_host -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Email : email_smtp_port -> 25 28-Apr-2017 16:07:54 - DEBUG :: MAIN : General : alternate_dir -> /downloads/Books 28-Apr-2017 16:07:54 - DEBUG :: MAIN : RTORRENT : rtorrent_pass -> 28-Apr-2017 16:07:54 - DEBUG :: MAIN : KAT : kat_host -> kat.cr 28-Apr-2017 16:07:54 - DEBUG :: MAIN : SearchScan : searchrss_interval -> 720 28-Apr-2017 16:07:54 - INFO :: MAIN : Config file loaded 28-Apr-2017 16:07:54 - INFO :: MAIN : SYS_ENCODING is UTF-8 28-Apr-2017 16:07:54 - INFO :: MAIN : Database is version 19, integrity check: ok 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Current locale is C.UTF-8;C;C;C;C;C 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Loading month names for C.UTF-8;C;C;C;C;C 28-Apr-2017 16:07:54 - INFO :: MAIN : Added month names for locale [C.UTF-8;C;C;C;C;C], january, jan ... 28-Apr-2017 16:07:54 - DEBUG :: MAIN : Month names for en_US.utf8 already loaded 28-Apr-2017 16:07:55 - DEBUG :: MAIN : Internet: HTTP Error 503: Service Unavailable 28-Apr-2017 16:07:55 - DEBUG :: MAIN : Bookstrap found 17 themes 28-Apr-2017 16:07:55 - DEBUG :: MAIN : Set Install Type, Current & Latest Version and Commit status 28-Apr-2017 16:07:56 - DEBUG :: MAIN : Internet: HTTP Error 503: Service Unavailable 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (RunGit)Trying to execute: "git rev-parse --abbrev-ref HEAD" with shell in /app/lazylibrarian 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (RunGit)Git output: [master] 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (getCurrentGitBranch) Current local branch of repo is [master] 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (getInstallType) [git] install detected. Setting Branch to [master] 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (RunGit)Trying to execute: "git rev-parse HEAD" with shell in /app/lazylibrarian

28-Apr-2017 16:07:56 - DEBUG :: MAIN : (RunGit)Git output: [6b3b3dd https://github.com/DobyTang/LazyLibrarian/commit/6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375 ] 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (updateVersionFile) Updating [/app/lazylibrarian/version.txt] with value [6b3b3dd https://github.com/DobyTang/LazyLibrarian/commit/6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375 ] 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (getCurrentVersion) - Install type [git] Local Version is unchanged [6b3b3dd https://github.com/DobyTang/LazyLibrarian/commit/6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375 ]

28-Apr-2017 16:07:56 - DEBUG :: MAIN : (getLatestVersion_FromGit) Retrieving latest version information from github command=[ https://api.github.com/repos/dobytang/lazylibrarian/commits/master] 28-Apr-2017 16:07:56 - DEBUG :: MAIN : (getLatestVersion_FromGit) Checking if modified since Fri, 28 Apr 2017 18:12:32 GMT 28-Apr-2017 16:07:57 - DEBUG :: MAIN : (getLatestVersion_FromGit) Not modified, currently on Latest Version 28-Apr-2017 16:07:57 - DEBUG :: MAIN : Update check complete

28-Apr-2017 16:07:57 - DEBUG :: MAIN : Current Version [6b3b3dd https://github.com/DobyTang/LazyLibrarian/commit/6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375]

28-Apr-2017 16:07:57 - INFO :: MAIN : Starting LazyLibrarian on port: 5299, webroot "" 28-Apr-2017 16:07:57 - INFO :: MAIN : Starting LazyLibrarian web server on http://0.0.0.0:5299/ 28-Apr-2017 16:07:57 - DEBUG :: MAIN : Start processDir job in 720 minutes 28-Apr-2017 16:07:57 - DEBUG :: MAIN : Start search_nzb_book job in 720 minutes 28-Apr-2017 16:07:57 - DEBUG :: MAIN : Start search_magazines job in 720 minutes 28-Apr-2017 16:07:57 - DEBUG :: MAIN : Start checkForUpdates job in 24 hours 28-Apr-2017 16:07:57 - DEBUG :: MAIN : Start authorUpdate job in 561 minutes 28-Apr-2017 16:08:12 - DEBUG :: SEARCHALLNZB : Internet: HTTP Error 503: Service Unavailable 28-Apr-2017 16:08:12 - INFO :: SEARCHALLNZB : NZB Searching for 1 book 28-Apr-2017 16:08:12 - DEBUG :: SEARCHALLNZB : Using stored capabilities for http://192.168.1.109:5075 28-Apr-2017 16:08:12 - DEBUG :: SEARCHALLNZB : [IterateOverNewzNabSites] - http://192.168.1.109:5075 28-Apr-2017 16:08:12 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] searchType [book] with Host [http://192.168.1.109:5075] mode [nzb] using api [ab00y7qye6u84lx4eqhwd0yh1wp423] for item [{'bookSub': u'', 'searchterm': u'Steve Coutinho An Introduction to Daoist Philosophies', 'bookName': u'An Introduction to Daoist Philosophies', 'authorName': u'Steve Coutinho', 'bookid': u'17938751'}] 28-Apr-2017 16:08:12 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] - nzb Search parameters set to {'author': u'Steve Coutinho', 'apikey': u'ab00y7qye6u84lx4eqhwd0yh1wp423', 't': u'book', 'cat': u'7000,7020', 'title': u'An Introduction to Daoist Philosophies'} 28-Apr-2017 16:08:12 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] URL = http://192.168.1.109:5075/api?author=Steve+Coutinho&apikey=ab00y7qye6u84lx4eqhwd0yh1wp423&t=book&cat=7000%2C7020&title=An+Introduction+to+Daoist+Philosophies

28-Apr-2017 16:08:21 - DEBUG :: SEARCHALLNZB : Parsing results from http://192.168.1.109:5075/api?author=Steve+Coutinho&apikey=ab00y7qye6u84lx4eqhwd0yh1wp423&t=book&cat=7000%2C7020&title=An+Introduction+to+Daoist+Philosophies http://192.168.1.109:5075

28-Apr-2017 16:08:21 - DEBUG :: SEARCHALLNZB : Found 0 nzb at http://192.168.1.109:5075 for: Steve Coutinho An Introduction to Daoist Philosophies 28-Apr-2017 16:08:21 - DEBUG :: SEARCHALLNZB : No nzb's found for [Steve Coutinho An Introduction to Daoist Philosophies] using searchtype book 28-Apr-2017 16:08:21 - DEBUG :: SEARCHALLNZB : Using stored capabilities for http://192.168.1.109:5075 28-Apr-2017 16:08:21 - DEBUG :: SEARCHALLNZB : [IterateOverNewzNabSites] - http://192.168.1.109:5075 28-Apr-2017 16:08:21 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] searchType [general] with Host [http://192.168.1.109:5075] mode [nzb] using api [ab00y7qye6u84lx4eqhwd0yh1wp423] for item [{'bookSub': u'', 'searchterm': u'Steve Coutinho An Introduction to Daoist Philosophies', 'bookName': u'An Introduction to Daoist Philosophies', 'authorName': u'Steve Coutinho', 'bookid': u'17938751'}] 28-Apr-2017 16:08:21 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] - nzb Search parameters set to {'q': u'Steve Coutinho An Introduction to Daoist Philosophies', 'apikey': u'ab00y7qye6u84lx4eqhwd0yh1wp423', 't': u'search', 'extended': u'1'} 28-Apr-2017 16:08:21 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] URL = http://192.168.1.109:5075/api?q=Steve+Coutinho+An+Introduction+to+Daoist+Philosophies&apikey=ab00y7qye6u84lx4eqhwd0yh1wp423&t=search&extended=1

28-Apr-2017 16:08:30 - DEBUG :: SEARCHALLNZB : Parsing results from http://192.168.1.109:5075/api?q=Steve+Coutinho+An+Introduction+to+Daoist+Philosophies&apikey=ab00y7qye6u84lx4eqhwd0yh1wp423&t=search&extended=1 http://192.168.1.109:5075

28-Apr-2017 16:08:30 - DEBUG :: SEARCHALLNZB : Found 0 nzb at http://192.168.1.109:5075 for: Steve Coutinho An Introduction to Daoist Philosophies 28-Apr-2017 16:08:30 - DEBUG :: SEARCHALLNZB : No nzb's found for [Steve Coutinho An Introduction to Daoist Philosophies] using searchtype general 28-Apr-2017 16:08:30 - INFO :: SEARCHALLNZB : NZB Searches for Steve Coutinho An Introduction to Daoist Philosophies returned no results. 28-Apr-2017 16:08:30 - INFO :: SEARCHALLNZB : NZBSearch for Wanted items complete, found 0 books

root@tnas:/mnt/

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/DobyTang/LazyLibrarian/issues/753#issuecomment-298083251, or mute the thread https://github.com/notifications/unsubscribe-auth/ALmHOdNp8vLUCg2qWH7XsIUYh1l91QxTks5r0jo5gaJpZM4NJhUV .

philborman commented 7 years ago

It might be worth taking the Internet check out completely and just letting the searches timeout instead. As long as they generate a warning it should be ok.

Still don't understand why it gets stuck in a loop though.

On Fri, 28 Apr 2017, 21:19 hctancredi, notifications@github.com wrote:

well I changed it again and changed the host to ping and everything seems fine now

no loops and no 503 errors. Maybe I'm blacklisted... do you think that is worth to hard code a second host to double check internet connection?

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/DobyTang/LazyLibrarian/issues/753#issuecomment-298084604, or mute the thread https://github.com/notifications/unsubscribe-auth/ALmHOYtEKkGX6WUmHVNJ3OAY-yYBip3Gks5r0ju5gaJpZM4NJhUV .

hctancredi commented 7 years ago

yeah, that way it is avoids the waiting for a timeout, anyway... its really weird that returning False causes a loop... does it check for something when I'm using this theme? update or something that get us stuck in a loop? I'm didn't look too deep in the code, just saying...

hctancredi commented 7 years ago
if not internet():
    logger.warn('Build Bookstrap Themes: No internet connection')
    return themelist

just a guess...

philborman commented 7 years ago

Yes, that message is in the logs. We print the warning, return themelist (which is empty, set to [ ] ) same as if not using bookstrap. This means BOOKSTRAP_THEMELIST on line 446 should be [ ] and INITIALIZED should be set to True which is what controls the looping. (line 337, return false if already initialized)

I think somehow on line 446 we call build_bookstrap_themes(), not sure if we return to line 448 to set INITIALIZED

Can you try adding a line 447 logger.info('Back from building themes')

hctancredi commented 7 years ago

just did it! seems ok now... got common back to it was before and added the line to init.

28-Apr-2017 16:52:05 - INFO :: MAIN : Log level set to [4]- Log Directory is [/config/Logs] - Config level is [4] 28-Apr-2017 16:52:05 - INFO :: MAIN : Screen Log set to DEBUG 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab0 : enabled -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab0 : host -> https://nzb.is/ 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab0 : api -> 764cad68361ab8ca00460965eb66a436 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab0 : generalsearch -> search 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab0 : booksearch -> book 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab0 : magsearch -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab0 : bookcat -> 8000,8010 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab0 : magcat -> 8030 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab0 : extended -> 1 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab0 : updated -> 2016-04-10 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab0 : manual -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab1 : enabled -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab1 : host -> http://api.dognzb.cr/ 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab1 : api -> b0f39fa2daa9c08996e58fe28d57df54 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab1 : generalsearch -> search 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab1 : booksearch -> book 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab1 : magsearch -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab1 : bookcat -> 7000,7020 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab1 : magcat -> 7010 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab1 : extended -> 1 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab1 : updated -> 2016-04-11 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab1 : manual -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab2 : enabled -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab2 : host -> https://api.oznzb.com/ 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab2 : api -> 8d30c9e0da0b28a44e2f8cf972e225bc 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab2 : generalsearch -> search 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab2 : booksearch -> book 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab2 : magsearch -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab2 : bookcat -> 7000,7020 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab2 : magcat -> 7010 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab2 : extended -> 1 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab2 : updated -> 2016-04-10 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab2 : manual -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab3 : enabled -> True 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab3 : host -> http://192.168.1.109:5075 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab3 : api -> ab00y7qye6u84lx4eqhwd0yh1wp423 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab3 : generalsearch -> search 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab3 : booksearch -> book 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab3 : magsearch -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab3 : bookcat -> 7000,7020 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab3 : magcat -> 7010 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab3 : extended -> 1 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab3 : updated -> 2017-04-27 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab3 : manual -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab4 : enabled -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab4 : host -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab4 : api -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab4 : generalsearch -> search 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab4 : booksearch -> book 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab4 : magsearch -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab4 : bookcat -> 7000,7020 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab4 : magcat -> 7010 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab4 : extended -> 1 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab4 : updated -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newznab4 : manual -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab0 : enabled -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab0 : host -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab0 : api -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab0 : generalsearch -> search 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab0 : booksearch -> book 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab0 : magsearch -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab0 : bookcat -> 8000,8010 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab0 : magcat -> 8030 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab0 : extended -> 1 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab0 : updated -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab0 : manual -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab1 : enabled -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab1 : host -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab1 : api -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab1 : generalsearch -> search 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab1 : booksearch -> book 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab1 : magsearch -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab1 : bookcat -> 8000,8010 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab1 : magcat -> 8030 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab1 : extended -> 1 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab1 : updated -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab1 : manual -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab2 : enabled -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab2 : host -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab2 : api -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab2 : generalsearch -> search 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab2 : booksearch -> book 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab2 : magsearch -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab2 : bookcat -> 8000,8010 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab2 : magcat -> 8030 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab2 : extended -> 1 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab2 : updated -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab2 : manual -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab3 : enabled -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab3 : host -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab3 : api -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab3 : generalsearch -> search 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab3 : booksearch -> book 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab3 : magsearch -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab3 : bookcat -> 8000,8010 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab3 : magcat -> 8030 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab3 : extended -> 1 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab3 : updated -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab3 : manual -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab4 : enabled -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab4 : host -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab4 : api -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab4 : generalsearch -> search 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab4 : booksearch -> book 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab4 : magsearch -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab4 : bookcat -> 8000,8010 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab4 : magcat -> 8030 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab4 : extended -> 1 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab4 : updated -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Torznab4 : manual -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : RSS_0 : ENABLED -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : RSS_0 : HOST -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : RSS_1 : ENABLED -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : RSS_1 : HOST -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : RSS_2 : ENABLED -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : RSS_2 : HOST -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : RSS_3 : ENABLED -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : RSS_3 : HOST -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : General : proxy_host -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newzbin : newzbin -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : General : cache_age -> 30 28-Apr-2017 16:52:05 - DEBUG :: MAIN : General : loglimit -> 500 28-Apr-2017 16:52:05 - DEBUG :: MAIN : LIME : lime_host -> https://www.limetorrents.cc 28-Apr-2017 16:52:05 - DEBUG :: MAIN : TORRENT : tor_downloader_transmission -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : NZBGet : nzbget_priority -> 0 28-Apr-2017 16:52:05 - DEBUG :: MAIN : General : name_postfix -> snr, jnr, jr, sr, phd 28-Apr-2017 16:52:05 - DEBUG :: MAIN : SABnzbd : sab_port -> 0 28-Apr-2017 16:52:05 - DEBUG :: MAIN : NMA : nma_priority -> 0 28-Apr-2017 16:52:05 - DEBUG :: MAIN : DELUGE : deluge_host -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : NMA : nma_onsnatch -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Email : email_smtp_password -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : General : reject_magsize -> 0 28-Apr-2017 16:52:05 - DEBUG :: MAIN : AndroidPN : androidpn_username -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Newzbin : newzbin_pass -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : USENET : usenet_retention -> 0 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Email : email_tls -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : TDL : tdl_host -> torrentdownloads.me 28-Apr-2017 16:52:05 - DEBUG :: MAIN : TORRENT : tor_downloader_blackhole -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Twitter : twitter_notify_ondownload -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Custom : custom_notify_onsnatch -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Git : git_updated -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : General : destination_copy -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : RTORRENT : rtorrent_host -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : General : dir_perm -> 0o755 28-Apr-2017 16:52:05 - DEBUG :: MAIN : AndroidPN : androidpn_url -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Pushbullet : pushbullet_deviceid -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : NZBGet : nzbget_pass -> EybuIQ9Sdug1 28-Apr-2017 16:52:05 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_label -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : General : imp_convert -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : General : destination_dir -> /books 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Pushbullet : pushbullet_notify_onsnatch -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : General : loglevel -> 4 28-Apr-2017 16:52:05 - DEBUG :: MAIN : General : git_program -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Custom : use_custom -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : GEN : gen -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : Email : email_smtp_server -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : TORRENT : tor_downloader_synology -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : TORRENT : tor_downloader_utorrent -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : NZBGet : nzbget_port -> 6789 28-Apr-2017 16:52:05 - DEBUG :: MAIN : TRANSMISSION : transmission_port -> 9091 28-Apr-2017 16:52:05 - DEBUG :: MAIN : ZOO : zoo -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : General : proxy_type -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : LIME : lime -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : General : http_root -> 28-Apr-2017 16:52:05 - DEBUG :: MAIN : EXTRA : extra -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : General : download_dir -> /downloads/Books 28-Apr-2017 16:52:05 - DEBUG :: MAIN : TORRENT : prefer_magnet -> True 28-Apr-2017 16:52:05 - DEBUG :: MAIN : General : http_proxy -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : LibraryScan : no_future -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : USENET : nzb_downloader_synology -> False 28-Apr-2017 16:52:05 - DEBUG :: MAIN : General : launch_browser -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_pass -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : reject_magmin -> 0 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : ebook_type -> epub, mobi, pdf 28-Apr-2017 16:52:06 - DEBUG :: MAIN : TORRENT : tor_downloader_deluge -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_user -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Custom : custom_script -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Email : email_notify_ondownload -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : PostProcess : mag_relative -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : task_age -> 0 28-Apr-2017 16:52:06 - DEBUG :: MAIN : NZBMatrix : nzbmatrix_api -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : mag_type -> pdf 28-Apr-2017 16:52:06 - DEBUG :: MAIN : RTORRENT : rtorrent_label -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : AndroidPN : use_androidpn -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : PostProcess : ebook_dest_file -> $Title - $Author 28-Apr-2017 16:52:06 - DEBUG :: MAIN : PostProcess : mag_dest_folder -> /downloads/Magazines/$Title/$IssueDate 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Git : install_type -> git 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : mag_age -> 31 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : http_host -> 0.0.0.0 28-Apr-2017 16:52:06 - DEBUG :: MAIN : API : book_api -> GoodReads 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Pushover : pushover_apitoken -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : TDL : tdl -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : logfiles -> 10 28-Apr-2017 16:52:06 - DEBUG :: MAIN : API : gr_api -> ckvsiSDsuqh7omh74ZZ6Q 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : imp_singlebook -> True 28-Apr-2017 16:52:06 - DEBUG :: MAIN : SABnzbd : sab_subdir -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : http_pass -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : NMA : nma_ondownload -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Git : git_repo -> lazylibrarian 28-Apr-2017 16:52:06 - DEBUG :: MAIN : SYNOLOGY : synology_pass -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : imp_autosearch -> True 28-Apr-2017 16:52:06 - DEBUG :: MAIN : SYNOLOGY : synology_dir -> Multimedia/Download 28-Apr-2017 16:52:06 - DEBUG :: MAIN : ZOO : zoo_host -> https://zooqle.com 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : imp_preflang -> en, eng, en-US, jp, jpn 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : displaylength -> -1 28-Apr-2017 16:52:06 - DEBUG :: MAIN : NZBMatrix : nzbmatrix -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : api_enabled -> True 28-Apr-2017 16:52:06 - DEBUG :: MAIN : GEN : gen_host -> libgen.io 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : imp_calibredb -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : NZBGet : nzbget_host -> 192.168.1.109 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : reject_maxsize -> 10 28-Apr-2017 16:52:06 - DEBUG :: MAIN : AndroidPN : androidpn_broadcast -> True 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Email : email_ssl -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : TORRENT : tor_convert_magnet -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : TORRENT : tor_downloader_rtorrent -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : DELUGE : deluge_label -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Git : latest_version -> 6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375 28-Apr-2017 16:52:06 - DEBUG :: MAIN : PostProcess : mag_dest_file -> $IssueDate - $Title 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : mag_single -> True 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Boxcar : boxcar_notify_onsnatch -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Slack : slack_token -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : LibraryScan : notfound_status -> Skipped 28-Apr-2017 16:52:06 - DEBUG :: MAIN : SearchScan : versioncheck_interval -> 24 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Pushbullet : pushbullet_notify_ondownload -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : http_user -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Pushover : use_pushover -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : SearchScan : search_interval -> 720 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Newzbin : newzbin_uid -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Email : email_smtp_user -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : NZBGet : nzbget_category -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Pushover : pushover_keys -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : UTORRENT : utorrent_port -> 0 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Twitter : twitter_username -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : SABnzbd : sab_cat -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : LibraryScan : add_series -> True 28-Apr-2017 16:52:06 - DEBUG :: MAIN : API : gb_api -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : AndroidPN : androidpn_notify_onsnatch -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : TPB : tpb -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : UTORRENT : utorrent_host -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : NMA : nma_apikey -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Slack : use_slack -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : DELUGE : deluge_pass -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : file_perm -> 0o644 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Email : email_notify_onsnatch -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : USENET : nzb_downloader_nzbget -> True 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Boxcar : use_boxcar -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : TRANSMISSION : transmission_host -> localhost 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Boxcar : boxcar_notify_ondownload -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : KAT : kat -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : EXTRA : extra_host -> extratorrent.cc 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Pushover : pushover_ondownload -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : SABnzbd : sab_pass -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : NMA : use_nma -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Git : current_version -> 6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375 28-Apr-2017 16:52:06 - DEBUG :: MAIN : TRANSMISSION : transmission_user -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : LibraryScan : newbook_status -> Skipped 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : dload_ratio -> 90 28-Apr-2017 16:52:06 - DEBUG :: MAIN : SABnzbd : sab_host -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Pushbullet : pushbullet_token -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : RTORRENT : rtorrent_dir -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : AndroidPN : androidpn_notify_ondownload -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Pushover : pushover_priority -> 0 28-Apr-2017 16:52:06 - DEBUG :: MAIN : TORRENT : torrent_dir -> None 28-Apr-2017 16:52:06 - DEBUG :: MAIN : SYNOLOGY : synology_user -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : TPB : tpb_host -> https://piratebays.co 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Twitter : twitter_password -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Pushbullet : use_pushbullet -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : PostProcess : one_format -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Pushover : pushover_onsnatch -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : NZBGet : nzbget_user -> htancredi 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : imp_autoadd -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : LibraryScan : full_scan -> True 28-Apr-2017 16:52:06 - DEBUG :: MAIN : TORRENT : numberofseeders -> 1 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : match_ratio -> 45 28-Apr-2017 16:52:06 - DEBUG :: MAIN : TORRENT : keep_seeding -> True 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : imp_onlyisbn -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Slack : slack_notify_ondownload -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : UTORRENT : utorrent_pass -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : RTORRENT : rtorrent_user -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : SABnzbd : sab_api -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : https_cert -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Git : commits_behind -> 0 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : api_key -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : SYNOLOGY : synology_port -> 0 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Twitter : use_twitter -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : SYNOLOGY : synology_host -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : UTORRENT : utorrent_user -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : logsize -> 204800 28-Apr-2017 16:52:06 - DEBUG :: MAIN : DELUGE : deluge_user -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_port -> 0 28-Apr-2017 16:52:06 - DEBUG :: MAIN : UTORRENT : utorrent_label -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Twitter : twitter_prefix -> LazyLibrarian 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : imp_monthlang -> en_US.utf8 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : reject_minsize -> 0 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Email : email_to -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : logdir -> /config/Logs 28-Apr-2017 16:52:06 - DEBUG :: MAIN : TRANSMISSION : transmission_pass -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : TORRENT : tor_downloader_qbittorrent -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : DELUGE : deluge_port -> 0 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : reject_words -> audiobook, audio, mp3, abook 28-Apr-2017 16:52:06 - DEBUG :: MAIN : LibraryScan : newauthor_status -> Skipped 28-Apr-2017 16:52:06 - DEBUG :: MAIN : LibraryScan : add_author -> True 28-Apr-2017 16:52:06 - DEBUG :: MAIN : SABnzbd : sab_user -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : https_key -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Email : email_from -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : NZBMatrix : nzbmatrix_user -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Email : use_email -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : SearchScan : scan_interval -> 720 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Slack : slack_notify_onsnatch -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : http_look -> bookstrap 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Git : git_user -> dobytang 28-Apr-2017 16:52:06 - DEBUG :: MAIN : PostProcess : ebook_dest_folder -> /books/$Author/$Title 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Pushover : pushover_device -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : bookstrap_theme -> slate 28-Apr-2017 16:52:06 - DEBUG :: MAIN : SYNOLOGY : use_synology -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Twitter : twitter_notify_onsnatch -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : http_port -> 5299 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Git : git_branch -> master 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Custom : custom_notify_ondownload -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : https_enabled -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Boxcar : boxcar_token -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : USENET : nzb_blackholedir -> /home/htancredi/nzbget/nzb/Books 28-Apr-2017 16:52:06 - DEBUG :: MAIN : USENET : nzb_downloader_blackhole -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : USENET : nzb_downloader_sabnzbd -> False 28-Apr-2017 16:52:06 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_host -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Email : email_smtp_port -> 25 28-Apr-2017 16:52:06 - DEBUG :: MAIN : General : alternate_dir -> /downloads/Books 28-Apr-2017 16:52:06 - DEBUG :: MAIN : RTORRENT : rtorrent_pass -> 28-Apr-2017 16:52:06 - DEBUG :: MAIN : KAT : kat_host -> kat.cr 28-Apr-2017 16:52:06 - DEBUG :: MAIN : SearchScan : searchrss_interval -> 720 28-Apr-2017 16:52:06 - INFO :: MAIN : Config file loaded 28-Apr-2017 16:52:06 - INFO :: MAIN : SYS_ENCODING is UTF-8 28-Apr-2017 16:52:06 - INFO :: MAIN : Database is version 19, integrity check: ok 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Current locale is C.UTF-8;C;C;C;C;C 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Loading month names for C.UTF-8;C;C;C;C;C 28-Apr-2017 16:52:06 - INFO :: MAIN : Added month names for locale [C.UTF-8;C;C;C;C;C], january, jan ... 28-Apr-2017 16:52:06 - DEBUG :: MAIN : Month names for en_US.utf8 already loaded 28-Apr-2017 16:52:07 - DEBUG :: MAIN : Bookstrap found 17 themes 28-Apr-2017 16:52:07 - INFO :: MAIN : Back from building themes 28-Apr-2017 16:52:07 - DEBUG :: MAIN : Set Install Type, Current & Latest Version and Commit status 28-Apr-2017 16:52:07 - DEBUG :: MAIN : (RunGit)Trying to execute: "git rev-parse --abbrev-ref HEAD" with shell in /app/lazylibrarian 28-Apr-2017 16:52:07 - DEBUG :: MAIN : (RunGit)Git output: [master] 28-Apr-2017 16:52:07 - DEBUG :: MAIN : (getCurrentGitBranch) Current local branch of repo is [master] 28-Apr-2017 16:52:07 - DEBUG :: MAIN : (getInstallType) [git] install detected. Setting Branch to [master] 28-Apr-2017 16:52:07 - DEBUG :: MAIN : (RunGit)Trying to execute: "git rev-parse HEAD" with shell in /app/lazylibrarian 28-Apr-2017 16:52:07 - DEBUG :: MAIN : (RunGit)Git output: [6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375] 28-Apr-2017 16:52:07 - DEBUG :: MAIN : (updateVersionFile) Updating [/app/lazylibrarian/version.txt] with value [6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375] 28-Apr-2017 16:52:07 - DEBUG :: MAIN : (getCurrentVersion) - Install type [git] Local Version is unchanged [6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375] 28-Apr-2017 16:52:07 - DEBUG :: MAIN : (getLatestVersion_FromGit) Retrieving latest version information from github command=[https://api.github.com/repos/dobytang/lazylibrarian/commits/master] 28-Apr-2017 16:52:08 - DEBUG :: MAIN : (getLatestVersion_FromGit) Branch [master] Latest Version has been set to [6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375] 28-Apr-2017 16:52:08 - DEBUG :: MAIN : Update check complete 28-Apr-2017 16:52:08 - DEBUG :: MAIN : Current Version [6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375] - Latest remote version [6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375] - Install type [git] 28-Apr-2017 16:52:08 - INFO :: MAIN : Starting LazyLibrarian on port: 5299, webroot "" 28-Apr-2017 16:52:08 - INFO :: MAIN : Starting LazyLibrarian web server on http://0.0.0.0:5299/ 28-Apr-2017 16:52:08 - DEBUG :: MAIN : Start processDir job in 720 minutes 28-Apr-2017 16:52:08 - DEBUG :: MAIN : Start search_nzb_book job in 720 minutes 28-Apr-2017 16:52:08 - DEBUG :: MAIN : Start search_magazines job in 720 minutes 28-Apr-2017 16:52:08 - DEBUG :: MAIN : Start checkForUpdates job in 24 hours 28-Apr-2017 16:52:08 - DEBUG :: MAIN : Start authorUpdate job in 561 minutes 28-Apr-2017 16:52:39 - INFO :: SEARCHALLNZB : NZB Searching for 1 book 28-Apr-2017 16:52:39 - DEBUG :: SEARCHALLNZB : Using stored capabilities for http://192.168.1.109:5075 28-Apr-2017 16:52:39 - DEBUG :: SEARCHALLNZB : [IterateOverNewzNabSites] - http://192.168.1.109:5075 28-Apr-2017 16:52:39 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] searchType [book] with Host [http://192.168.1.109:5075] mode [nzb] using api [ab00y7qye6u84lx4eqhwd0yh1wp423] for item [{'bookSub': u'', 'searchterm': u'Steve Coutinho An Introduction to Daoist Philosophies', 'bookName': u'An Introduction to Daoist Philosophies', 'authorName': u'Steve Coutinho', 'bookid': u'17938751'}] 28-Apr-2017 16:52:39 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] - nzb Search parameters set to {'author': u'Steve Coutinho', 'apikey': u'ab00y7qye6u84lx4eqhwd0yh1wp423', 't': u'book', 'cat': u'7000,7020', 'title': u'An Introduction to Daoist Philosophies'} 28-Apr-2017 16:52:39 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] URL = http://192.168.1.109:5075/api?author=Steve+Coutinho&apikey=ab00y7qye6u84lx4eqhwd0yh1wp423&t=book&cat=7000%2C7020&title=An+Introduction+to+Daoist+Philosophies 28-Apr-2017 16:52:44 - DEBUG :: SEARCHALLNZB : Parsing results from http://192.168.1.109:5075 28-Apr-2017 16:52:44 - DEBUG :: SEARCHALLNZB : Found 0 nzb at http://192.168.1.109:5075 for: Steve Coutinho An Introduction to Daoist Philosophies 28-Apr-2017 16:52:44 - DEBUG :: SEARCHALLNZB : No nzb's found for [Steve Coutinho An Introduction to Daoist Philosophies] using searchtype book 28-Apr-2017 16:52:44 - DEBUG :: SEARCHALLNZB : Using stored capabilities for http://192.168.1.109:5075 28-Apr-2017 16:52:44 - DEBUG :: SEARCHALLNZB : [IterateOverNewzNabSites] - http://192.168.1.109:5075 28-Apr-2017 16:52:44 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] searchType [general] with Host [http://192.168.1.109:5075] mode [nzb] using api [ab00y7qye6u84lx4eqhwd0yh1wp423] for item [{'bookSub': u'', 'searchterm': u'Steve Coutinho An Introduction to Daoist Philosophies', 'bookName': u'An Introduction to Daoist Philosophies', 'authorName': u'Steve Coutinho', 'bookid': u'17938751'}] 28-Apr-2017 16:52:44 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] - nzb Search parameters set to {'q': u'Steve Coutinho An Introduction to Daoist Philosophies', 'apikey': u'ab00y7qye6u84lx4eqhwd0yh1wp423', 't': u'search', 'extended': u'1'} 28-Apr-2017 16:52:44 - DEBUG :: SEARCHALLNZB : [NewzNabPlus] URL = http://192.168.1.109:5075/api?q=Steve+Coutinho+An+Introduction+to+Daoist+Philosophies&apikey=ab00y7qye6u84lx4eqhwd0yh1wp423&t=search&extended=1 28-Apr-2017 16:52:50 - DEBUG :: SEARCHALLNZB : Parsing results from http://192.168.1.109:5075 28-Apr-2017 16:52:50 - DEBUG :: SEARCHALLNZB : Found 0 nzb at http://192.168.1.109:5075 for: Steve Coutinho An Introduction to Daoist Philosophies 28-Apr-2017 16:52:50 - DEBUG :: SEARCHALLNZB : No nzb's found for [Steve Coutinho An Introduction to Daoist Philosophies] using searchtype general 28-Apr-2017 16:52:50 - INFO :: SEARCHALLNZB : NZB Searches for Steve Coutinho An Introduction to Daoist Philosophies returned no results. 28-Apr-2017 16:52:50 - INFO :: SEARCHALLNZB : NZBSearch for Wanted items complete, found 0 books

hctancredi commented 7 years ago

I just forced urllib2.urlopen to false to test it ... and it doesn't seem to be looping...

_ = urllib2.urlopen("http://www.google.com", timeout=5) return False

28-Apr-2017 16:52:50 - INFO :: SEARCHALLNZB : NZBSearch for Wanted items complete, found 0 books 28-Apr-2017 16:56:54 - INFO :: MAIN : Log level set to [4]- Log Directory is [/config/Logs] - Config level is [4] 28-Apr-2017 16:56:54 - INFO :: MAIN : Screen Log set to DEBUG 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab0 : enabled -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab0 : host -> https://nzb.is/ 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab0 : api -> 764cad68361ab8ca00460965eb66a436 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab0 : generalsearch -> search 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab0 : booksearch -> book 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab0 : magsearch -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab0 : bookcat -> 8000,8010 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab0 : magcat -> 8030 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab0 : extended -> 1 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab0 : updated -> 2016-04-10 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab0 : manual -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab1 : enabled -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab1 : host -> http://api.dognzb.cr/ 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab1 : api -> b0f39fa2daa9c08996e58fe28d57df54 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab1 : generalsearch -> search 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab1 : booksearch -> book 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab1 : magsearch -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab1 : bookcat -> 7000,7020 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab1 : magcat -> 7010 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab1 : extended -> 1 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab1 : updated -> 2016-04-11 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab1 : manual -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab2 : enabled -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab2 : host -> https://api.oznzb.com/ 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab2 : api -> 8d30c9e0da0b28a44e2f8cf972e225bc 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab2 : generalsearch -> search 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab2 : booksearch -> book 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab2 : magsearch -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab2 : bookcat -> 7000,7020 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab2 : magcat -> 7010 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab2 : extended -> 1 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab2 : updated -> 2016-04-10 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab2 : manual -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab3 : enabled -> True 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab3 : host -> http://192.168.1.109:5075 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab3 : api -> ab00y7qye6u84lx4eqhwd0yh1wp423 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab3 : generalsearch -> search 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab3 : booksearch -> book 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab3 : magsearch -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab3 : bookcat -> 7000,7020 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab3 : magcat -> 7010 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab3 : extended -> 1 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab3 : updated -> 2017-04-27 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab3 : manual -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab4 : enabled -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab4 : host -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab4 : api -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab4 : generalsearch -> search 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab4 : booksearch -> book 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab4 : magsearch -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab4 : bookcat -> 7000,7020 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab4 : magcat -> 7010 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab4 : extended -> 1 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab4 : updated -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newznab4 : manual -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab0 : enabled -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab0 : host -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab0 : api -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab0 : generalsearch -> search 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab0 : booksearch -> book 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab0 : magsearch -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab0 : bookcat -> 8000,8010 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab0 : magcat -> 8030 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab0 : extended -> 1 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab0 : updated -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab0 : manual -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab1 : enabled -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab1 : host -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab1 : api -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab1 : generalsearch -> search 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab1 : booksearch -> book 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab1 : magsearch -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab1 : bookcat -> 8000,8010 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab1 : magcat -> 8030 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab1 : extended -> 1 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab1 : updated -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab1 : manual -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab2 : enabled -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab2 : host -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab2 : api -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab2 : generalsearch -> search 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab2 : booksearch -> book 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab2 : magsearch -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab2 : bookcat -> 8000,8010 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab2 : magcat -> 8030 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab2 : extended -> 1 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab2 : updated -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab2 : manual -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab3 : enabled -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab3 : host -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab3 : api -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab3 : generalsearch -> search 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab3 : booksearch -> book 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab3 : magsearch -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab3 : bookcat -> 8000,8010 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab3 : magcat -> 8030 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab3 : extended -> 1 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab3 : updated -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab3 : manual -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab4 : enabled -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab4 : host -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab4 : api -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab4 : generalsearch -> search 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab4 : booksearch -> book 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab4 : magsearch -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab4 : bookcat -> 8000,8010 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab4 : magcat -> 8030 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab4 : extended -> 1 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab4 : updated -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Torznab4 : manual -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : RSS_0 : ENABLED -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : RSS_0 : HOST -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : RSS_1 : ENABLED -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : RSS_1 : HOST -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : RSS_2 : ENABLED -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : RSS_2 : HOST -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : RSS_3 : ENABLED -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : RSS_3 : HOST -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : proxy_host -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newzbin : newzbin -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : cache_age -> 30 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : loglimit -> 500 28-Apr-2017 16:56:54 - DEBUG :: MAIN : LIME : lime_host -> https://www.limetorrents.cc 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TORRENT : tor_downloader_transmission -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : NZBGet : nzbget_priority -> 0 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : name_postfix -> snr, jnr, jr, sr, phd 28-Apr-2017 16:56:54 - DEBUG :: MAIN : SABnzbd : sab_port -> 0 28-Apr-2017 16:56:54 - DEBUG :: MAIN : NMA : nma_priority -> 0 28-Apr-2017 16:56:54 - DEBUG :: MAIN : DELUGE : deluge_host -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : NMA : nma_onsnatch -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Email : email_smtp_password -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : reject_magsize -> 0 28-Apr-2017 16:56:54 - DEBUG :: MAIN : AndroidPN : androidpn_username -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newzbin : newzbin_pass -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : USENET : usenet_retention -> 0 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Email : email_tls -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TDL : tdl_host -> torrentdownloads.me 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TORRENT : tor_downloader_blackhole -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Twitter : twitter_notify_ondownload -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Custom : custom_notify_onsnatch -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Git : git_updated -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : destination_copy -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : RTORRENT : rtorrent_host -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : dir_perm -> 0o755 28-Apr-2017 16:56:54 - DEBUG :: MAIN : AndroidPN : androidpn_url -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Pushbullet : pushbullet_deviceid -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : NZBGet : nzbget_pass -> EybuIQ9Sdug1 28-Apr-2017 16:56:54 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_label -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : imp_convert -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : destination_dir -> /books 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Pushbullet : pushbullet_notify_onsnatch -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : loglevel -> 4 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : git_program -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Custom : use_custom -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : GEN : gen -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Email : email_smtp_server -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TORRENT : tor_downloader_synology -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TORRENT : tor_downloader_utorrent -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : NZBGet : nzbget_port -> 6789 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TRANSMISSION : transmission_port -> 9091 28-Apr-2017 16:56:54 - DEBUG :: MAIN : ZOO : zoo -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : proxy_type -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : LIME : lime -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : http_root -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : EXTRA : extra -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : download_dir -> /downloads/Books 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TORRENT : prefer_magnet -> True 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : http_proxy -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : LibraryScan : no_future -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : USENET : nzb_downloader_synology -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : launch_browser -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_pass -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : reject_magmin -> 0 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : ebook_type -> epub, mobi, pdf 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TORRENT : tor_downloader_deluge -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_user -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Custom : custom_script -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Email : email_notify_ondownload -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : PostProcess : mag_relative -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : task_age -> 0 28-Apr-2017 16:56:54 - DEBUG :: MAIN : NZBMatrix : nzbmatrix_api -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : mag_type -> pdf 28-Apr-2017 16:56:54 - DEBUG :: MAIN : RTORRENT : rtorrent_label -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : AndroidPN : use_androidpn -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : PostProcess : ebook_dest_file -> $Title - $Author 28-Apr-2017 16:56:54 - DEBUG :: MAIN : PostProcess : mag_dest_folder -> /downloads/Magazines/$Title/$IssueDate 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Git : install_type -> git 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : mag_age -> 31 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : http_host -> 0.0.0.0 28-Apr-2017 16:56:54 - DEBUG :: MAIN : API : book_api -> GoodReads 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Pushover : pushover_apitoken -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TDL : tdl -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : logfiles -> 10 28-Apr-2017 16:56:54 - DEBUG :: MAIN : API : gr_api -> ckvsiSDsuqh7omh74ZZ6Q 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : imp_singlebook -> True 28-Apr-2017 16:56:54 - DEBUG :: MAIN : SABnzbd : sab_subdir -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : http_pass -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : NMA : nma_ondownload -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Git : git_repo -> lazylibrarian 28-Apr-2017 16:56:54 - DEBUG :: MAIN : SYNOLOGY : synology_pass -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : imp_autosearch -> True 28-Apr-2017 16:56:54 - DEBUG :: MAIN : SYNOLOGY : synology_dir -> Multimedia/Download 28-Apr-2017 16:56:54 - DEBUG :: MAIN : ZOO : zoo_host -> https://zooqle.com 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : imp_preflang -> en, eng, en-US, jp, jpn 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : displaylength -> -1 28-Apr-2017 16:56:54 - DEBUG :: MAIN : NZBMatrix : nzbmatrix -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : api_enabled -> True 28-Apr-2017 16:56:54 - DEBUG :: MAIN : GEN : gen_host -> libgen.io 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : imp_calibredb -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : NZBGet : nzbget_host -> 192.168.1.109 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : reject_maxsize -> 10 28-Apr-2017 16:56:54 - DEBUG :: MAIN : AndroidPN : androidpn_broadcast -> True 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Email : email_ssl -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TORRENT : tor_convert_magnet -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TORRENT : tor_downloader_rtorrent -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : DELUGE : deluge_label -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Git : latest_version -> 6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375 28-Apr-2017 16:56:54 - DEBUG :: MAIN : PostProcess : mag_dest_file -> $IssueDate - $Title 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : mag_single -> True 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Boxcar : boxcar_notify_onsnatch -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Slack : slack_token -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : LibraryScan : notfound_status -> Skipped 28-Apr-2017 16:56:54 - DEBUG :: MAIN : SearchScan : versioncheck_interval -> 24 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Pushbullet : pushbullet_notify_ondownload -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : http_user -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Pushover : use_pushover -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : SearchScan : search_interval -> 720 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Newzbin : newzbin_uid -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Email : email_smtp_user -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : NZBGet : nzbget_category -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Pushover : pushover_keys -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : UTORRENT : utorrent_port -> 0 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Twitter : twitter_username -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : SABnzbd : sab_cat -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : LibraryScan : add_series -> True 28-Apr-2017 16:56:54 - DEBUG :: MAIN : API : gb_api -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : AndroidPN : androidpn_notify_onsnatch -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TPB : tpb -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : UTORRENT : utorrent_host -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : NMA : nma_apikey -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Slack : use_slack -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : DELUGE : deluge_pass -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : file_perm -> 0o644 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Email : email_notify_onsnatch -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : USENET : nzb_downloader_nzbget -> True 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Boxcar : use_boxcar -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TRANSMISSION : transmission_host -> localhost 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Boxcar : boxcar_notify_ondownload -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : KAT : kat -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : EXTRA : extra_host -> extratorrent.cc 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Pushover : pushover_ondownload -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : SABnzbd : sab_pass -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : NMA : use_nma -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Git : current_version -> 6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TRANSMISSION : transmission_user -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : LibraryScan : newbook_status -> Skipped 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : dload_ratio -> 90 28-Apr-2017 16:56:54 - DEBUG :: MAIN : SABnzbd : sab_host -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Pushbullet : pushbullet_token -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : RTORRENT : rtorrent_dir -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : AndroidPN : androidpn_notify_ondownload -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Pushover : pushover_priority -> 0 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TORRENT : torrent_dir -> None 28-Apr-2017 16:56:54 - DEBUG :: MAIN : SYNOLOGY : synology_user -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TPB : tpb_host -> https://piratebays.co 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Twitter : twitter_password -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Pushbullet : use_pushbullet -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : PostProcess : one_format -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Pushover : pushover_onsnatch -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : NZBGet : nzbget_user -> htancredi 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : imp_autoadd -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : LibraryScan : full_scan -> True 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TORRENT : numberofseeders -> 1 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : match_ratio -> 45 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TORRENT : keep_seeding -> True 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : imp_onlyisbn -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Slack : slack_notify_ondownload -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : UTORRENT : utorrent_pass -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : RTORRENT : rtorrent_user -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : SABnzbd : sab_api -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : https_cert -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Git : commits_behind -> 0 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : api_key -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : SYNOLOGY : synology_port -> 0 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Twitter : use_twitter -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : SYNOLOGY : synology_host -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : UTORRENT : utorrent_user -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : logsize -> 204800 28-Apr-2017 16:56:54 - DEBUG :: MAIN : DELUGE : deluge_user -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_port -> 0 28-Apr-2017 16:56:54 - DEBUG :: MAIN : UTORRENT : utorrent_label -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Twitter : twitter_prefix -> LazyLibrarian 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : imp_monthlang -> en_US.utf8 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : reject_minsize -> 0 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Email : email_to -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : logdir -> /config/Logs 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TRANSMISSION : transmission_pass -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : TORRENT : tor_downloader_qbittorrent -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : DELUGE : deluge_port -> 0 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : reject_words -> audiobook, audio, mp3, abook 28-Apr-2017 16:56:54 - DEBUG :: MAIN : LibraryScan : newauthor_status -> Skipped 28-Apr-2017 16:56:54 - DEBUG :: MAIN : LibraryScan : add_author -> True 28-Apr-2017 16:56:54 - DEBUG :: MAIN : SABnzbd : sab_user -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : https_key -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Email : email_from -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : NZBMatrix : nzbmatrix_user -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Email : use_email -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : SearchScan : scan_interval -> 720 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Slack : slack_notify_onsnatch -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : http_look -> bookstrap 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Git : git_user -> dobytang 28-Apr-2017 16:56:54 - DEBUG :: MAIN : PostProcess : ebook_dest_folder -> /books/$Author/$Title 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Pushover : pushover_device -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : bookstrap_theme -> slate 28-Apr-2017 16:56:54 - DEBUG :: MAIN : SYNOLOGY : use_synology -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Twitter : twitter_notify_onsnatch -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : http_port -> 5299 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Git : git_branch -> master 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Custom : custom_notify_ondownload -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : https_enabled -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Boxcar : boxcar_token -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : USENET : nzb_blackholedir -> /home/htancredi/nzbget/nzb/Books 28-Apr-2017 16:56:54 - DEBUG :: MAIN : USENET : nzb_downloader_blackhole -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : USENET : nzb_downloader_sabnzbd -> False 28-Apr-2017 16:56:54 - DEBUG :: MAIN : QBITTORRENT : qbittorrent_host -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : Email : email_smtp_port -> 25 28-Apr-2017 16:56:54 - DEBUG :: MAIN : General : alternate_dir -> /downloads/Books 28-Apr-2017 16:56:54 - DEBUG :: MAIN : RTORRENT : rtorrent_pass -> 28-Apr-2017 16:56:54 - DEBUG :: MAIN : KAT : kat_host -> kat.cr 28-Apr-2017 16:56:54 - DEBUG :: MAIN : SearchScan : searchrss_interval -> 720 28-Apr-2017 16:56:54 - INFO :: MAIN : Config file loaded 28-Apr-2017 16:56:54 - INFO :: MAIN : SYS_ENCODING is UTF-8 28-Apr-2017 16:56:55 - INFO :: MAIN : Database is version 19, integrity check: ok 28-Apr-2017 16:56:55 - DEBUG :: MAIN : Current locale is C.UTF-8;C;C;C;C;C 28-Apr-2017 16:56:55 - DEBUG :: MAIN : Loading month names for C.UTF-8;C;C;C;C;C 28-Apr-2017 16:56:55 - INFO :: MAIN : Added month names for locale [C.UTF-8;C;C;C;C;C], january, jan ... 28-Apr-2017 16:56:55 - DEBUG :: MAIN : Month names for en_US.utf8 already loaded 28-Apr-2017 16:56:55 - WARNING :: MAIN : Build Bookstrap Themes: No internet connection 28-Apr-2017 16:56:55 - INFO :: MAIN : Back from building themes 28-Apr-2017 16:56:55 - DEBUG :: MAIN : Set Install Type, Current & Latest Version and Commit status 28-Apr-2017 16:56:55 - WARNING :: MAIN : No internet connection 28-Apr-2017 16:56:55 - DEBUG :: MAIN : Current Version [6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375] - Latest remote version [6b3b3ddd9fa2b4e72659702793fc4aa6a69b4375] - Install type [git] 28-Apr-2017 16:56:55 - INFO :: MAIN : Starting LazyLibrarian on port: 5299, webroot "" 28-Apr-2017 16:56:55 - INFO :: MAIN : Starting LazyLibrarian web server on http://0.0.0.0:5299/ 28-Apr-2017 16:56:55 - DEBUG :: MAIN : Start processDir job in 720 minutes 28-Apr-2017 16:56:55 - DEBUG :: MAIN : Start search_nzb_book job in 720 minutes 28-Apr-2017 16:56:55 - DEBUG :: MAIN : Start search_magazines job in 720 minutes 28-Apr-2017 16:56:55 - DEBUG :: MAIN : Start checkForUpdates job in 24 hours 28-Apr-2017 16:56:55 - DEBUG :: MAIN : Start authorUpdate job in 561 minutes 28-Apr-2017 16:58:09 - WARNING :: SEARCHALLNZB : Search NZB Book: No internet connection

hctancredi commented 7 years ago

wanna test anything else?

philborman commented 7 years ago

Need to think about it for a bit. Seems the looping is only caused if you return false from the exception clause?

hctancredi commented 7 years ago

yeah its the only clear symptom for now

philborman commented 7 years ago

I have removed it in a test version here, will run it overnight and post a new version tomorrow if it seems ok

On Fri, 28 Apr 2017 at 22:48 hctancredi notifications@github.com wrote:

yeah its the only clear symptom for now

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/DobyTang/LazyLibrarian/issues/753#issuecomment-298102881, or mute the thread https://github.com/notifications/unsubscribe-auth/ALmHOWZq5JgAv3IPkDe6_sc9spYxevqxks5r0lB-gaJpZM4NJhUV .

hctancredi commented 7 years ago

Alright! thanks!