evilhero / mylar

An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents
GNU General Public License v3.0
976 stars 172 forks source link

Weekly pull error - Your version of Mylar is not up to date #2227

Closed Taubin closed 3 years ago

Taubin commented 5 years ago
Describe the bug I have reinstalled Mylar to the latest download and cleared my folder. I have then moved my database to the new installation so I don't lose any of my current comics. When I attempt to refresh or recreate the weekly pull list, I get the following error: `   [PULL-LIST] Your version of Mylar is not up-to-date. You MUST update before this works

`

Screenshots/Logs Full log after reinstall

`

2019-03-05 17:12:17 WARNING [PULL-LIST] Your version of Mylar is not up-to-date. You MUST update before this works
2019-03-05 17:12:17 WARNING [666] The error returned is: {'date': 'Tue, 05 Mar 2019 04:12:16 GMT', 'content-length': '25', 'content-type': 'text/html; charset=UTF-8', 'connection': 'close', 'server': 'Apache/2.4.10 (Ubuntu)'}
2019-03-05 17:12:16 INFO pulldate is : 00000000
2019-03-05 17:12:16 INFO [PULL-LIST] Populating & Loading pull-list data directly from alternate website
2019-03-05 17:12:16 INFO Weekly pull list present - checking if it's up-to-date..
2019-03-05 17:12:15 INFO ALT_PULL: 2 PULLBYFILE: False week: None year: None
2019-03-05 17:12:15 WARNING Attempting to repoll against legacy pullist in order to have some kind of updated listing for the week.
2019-03-05 17:12:15 WARNING Problem repopulating the pullist for week 09, 2019
2019-03-05 17:12:15 WARNING [666] The error returned is: {'date': 'Tue, 05 Mar 2019 04:12:15 GMT', 'content-length': '25', 'content-type': 'text/html; charset=UTF-8', 'connection': 'close', 'server': 'Apache/2.4.10 (Ubuntu)'}
2019-03-05 17:12:12 INFO ALT_PULL: 2 PULLBYFILE: False week: 09 year: 2019
2019-03-05 17:12:12 INFO trying to repopulate to week: 09-2019
2019-03-05 17:11:50 INFO Background Schedulers successfully started...
2019-03-05 17:11:50 INFO Firing up the Background Schedulers now....
2019-03-05 17:11:50 INFO [WEEKLY] Checking for existance of Weekly Comic listing...
2019-03-05 17:11:50 INFO [SEARCH-QUEUE] Attempting to background load the search queue....
2019-03-05 17:11:50 INFO DB Updater sccheduled to fire every 5 minutes
2019-03-05 17:11:50 INFO Version information: master [None]
2019-03-05 17:11:50 INFO Branch detected & set to : master
2019-03-05 17:11:50 WARNING No branch specified within config - will attempt to poll version from mylar
2019-03-05 17:11:48 INFO Starting Mylar on http://0.0.0.0:8090/
2019-03-05 17:11:48 INFO [DIRECTORY-CHECK] Found comic directory: D:\mylar
2019-03-05 17:11:48 INFO Sucessfully ordered 10 series in your watchlist.
2019-03-05 17:11:48 INFO Remapping the sorting to allow for new additions.
2019-03-05 17:11:48 INFO Successfully discovered local IP and locking it in as : 192.168.0.100
2019-03-05 17:11:48 INFO Correcting Null entries that make the main page break on startup.

`

Environment (please complete the following information):

versionnone

If there is anything I'm missing please let me know. Cheers.

evilhero commented 5 years ago

Try to recreate your pullist.

There were some version checks put into the backend API site to make sure clients connecting were of the required version due to some security concerns along with some code changes. The checks have been removed now, but they might be reintroduced again if something pops up that requires users to be on a current branch immediately, or some other related concern.

Taubin commented 5 years ago

Thank you very much it is working properly again. Cheers.