Cannot Update Mylar

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
timmyrocks
Posts: 11
Joined: Fri Nov 04, 2016 4:42 am

Cannot Update Mylar

Post by timmyrocks »

I am having that problem with the Annuals continually downloading that I understand was fixed in a new update, however when I try and update Mylar I get the following error:

2018-07-23 08:15:16 WARNING [ERROR] Could not get commits behind from github: 'total_commits'
2018-07-23 08:15:16 DEBUG Comparing currently installed version [aafb2e816bdd6e0ee94a08897d5e9fc603118124] with latest github version [34e7705f6251bab259fcd06ff073136fa611367c]

Any advice or ideas on this?

Thank you
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Cannot Update Mylar

Post by evilhero »

Make sure you're not running a fork of mylar that has it pointing to another user other than 'evilhero'. It sounds like your did some local changes and because of that it can't update properly. If so, you'll have to either stash your changes via git (ie. git stash), or unfortunately do a fresh git clone on an empty directory (backing up your config.ini, mylar.db and cache folder beforehand so you can drop them back after the git clone).
Post Reply