Config.ini Change for proper git path reveals...

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
jedimole
Posts: 139
Joined: Sat Jan 02, 2016 9:19 pm

Config.ini Change for proper git path reveals...

Post by jedimole »

I found this interesting, we had a bit of a hubbub before about was I running dev or production. I finally took evils advice and properly pathed my mylar config ini. I did this withy service stopped saved and restarted. Now it appears I'm running an unknown version (see log out) and clicking update, doesn't update!? Maybe its an easy fix in the ini file to something like production or main?

[Git]
git_user = evilhero
check_github = True
git_path = 'C:\Program Files\Git\bin\git.exe'
check_github_on_startup = True
git_branch = development


03-Feb-2019 12:32:31 - INFO :: mylar.main.335 : MAIN : Received signal: update
03-Feb-2019 12:32:40 - INFO :: mylar.halt.1214 : MAIN : Shutting down the background schedulers...
03-Feb-2019 12:32:40 - INFO :: mylar.shutdown.1284 : MAIN : Mylar is updating...
03-Feb-2019 12:32:40 - INFO :: mylar.shutdown.1295 : MAIN : Mylar is restarting...
03-Feb-2019 12:32:40 - INFO :: mylar.shutdown.1303 : MAIN : Restarting Mylar with ['C:\\Python27\\python.exe', 'C:\\Mylar\\Mylar.py']
03-Feb-2019 12:32:42 - INFO :: mylar.initialize.185 : MainThread : Checking to see if the database has all tables....
03-Feb-2019 12:32:42 - INFO :: mylar.csv_load.1188 : MainThread : Populating Base Exception listings into Mylar....
03-Feb-2019 12:32:42 - INFO :: mylar.csv_load.1190 : MainThread : Populating Custom Exception listings into Mylar....
03-Feb-2019 12:32:42 - INFO :: mylar.dbcheck.1134 : MainThread : Ensuring DB integrity - Removing all Erroneous Comics (ie. named None)
03-Feb-2019 12:32:42 - INFO :: mylar.dbcheck.1136 : MainThread : Correcting Null entries that make the main page break on startup.
03-Feb-2019 12:32:42 - INFO :: mylar.initialize.199 : MainThread : Successfully discovered local IP and locking it in as : 172.30.206.185
03-Feb-2019 12:32:42 - INFO :: mylar.initialize.258 : MainThread : Remapping the sorting to allow for new additions.
03-Feb-2019 12:32:42 - INFO :: mylar.ComicSort.759 : MainThread : Sucessfully ordered 155 series in your watchlist.
03-Feb-2019 12:32:42 - INFO :: mylar.validateAndCreateDirectory.1566 : MainThread : [DIRECTORY-CHECK] Found comic directory: C:\Mylar
03-Feb-2019 12:32:42 - INFO :: mylar.initialize.72 : MAIN : Starting Mylar on http://0.0.0.0:8090/
03-Feb-2019 12:32:43 - ERROR :: mylar.getVersion.93 : MAIN : Output does not look like a hash, not using it
03-Feb-2019 12:32:43 - INFO :: mylar.versionload.309 : MAIN : Version information: development [None]
03-Feb-2019 12:32:45 - INFO :: mylar.checkGithub.201 : MAIN : You are running an unknown version of Mylar. Run the updater to identify your version
03-Feb-2019 12:32:45 - INFO :: mylar.start.352 : MAIN : DB Updater sccheduled to fire every 5 minutes
03-Feb-2019 12:32:45 - INFO :: mylar.start.396 : MAIN : [SEARCH-QUEUE] Attempting to background load the search queue....
03-Feb-2019 12:32:45 - INFO :: mylar.start.401 : MAIN : [POST-PROCESS-QUEUE] Post Process queue enabled & monitoring for api requests....
03-Feb-2019 12:32:45 - INFO :: mylar.start.404 : MAIN : [POST-PROCESS-QUEUE] Succesfully started Post-Processing Queuer....
03-Feb-2019 12:32:45 - INFO :: mylar.start.420 : MAIN : [WEEKLY] Checking for existance of Weekly Comic listing...
03-Feb-2019 12:32:45 - INFO :: mylar.start.451 : MAIN : [RSS-FEEDS] Initiating startup-RSS feed checks.
03-Feb-2019 12:32:45 - INFO :: mylar.start.454 : MAIN : [RSS-FEEDS] RSS last run @ 2019-02-03 16:32:44.462000
03-Feb-2019 12:32:45 - INFO :: mylar.start.478 : MAIN : [FOLDER MONITOR] Enabling folder monitor for : E:\Media\Books _ Comics every 90 minutes.
03-Feb-2019 12:32:45 - INFO :: mylar.start.486 : MAIN : Firing up the Background Schedulers now....
03-Feb-2019 12:32:45 - INFO :: mylar.start.490 : MAIN : Background Schedulers successfully started...
barbequesauce
Posts: 95
Joined: Fri Feb 03, 2017 3:59 pm

Re: Config.ini Change for proper git path reveals...

Post by barbequesauce »

looks like you didn’t start with -v... without a debug log we really can’t help you...
jedimole
Posts: 139
Joined: Sat Jan 02, 2016 9:19 pm

Re: Config.ini Change for proper git path reveals...

Post by jedimole »

But this is just a default restart of Mylar, are you saying I should add the verbose switch for every restart?
barbequesauce
Posts: 95
Joined: Fri Feb 03, 2017 3:59 pm

Re: Config.ini Change for proper git path reveals...

Post by barbequesauce »

We're trying to catch the version check at startup... so yes, change it in your startup file for now. you can revert later.
Post Reply