Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

This application version is too old. #9

Open
Robpol86 opened this issue Jul 13, 2017 · 3 comments
Open

This application version is too old. #9

Robpol86 opened this issue Jul 13, 2017 · 3 comments

Comments

@Robpol86
Copy link
Owner

On a new system I'm now getting this error message: This application version is too old. Please download the latest version at http://www.makemkv.com/ or enter a registration key to continue using the current version.

Looks like rebuilding the image in Docker Hub fixed it for the moment but I have a feeling this will reoccur in 2 months or so. I'll need to look into supporting license keys.

@barnzdan
Copy link

barnzdan commented Sep 2, 2017

Just pulled your latest image, this has surfaced again. This seems to be happening with all downloads now of mkmkv. Seems the only way to get past it is to, like you said, support keys. Very cool project though. Looks like you can use the beta key here: http://bit.ly/1d8atw6 though it gets rotated regularly.

@TonyBrobston
Copy link

TonyBrobston commented Oct 5, 2017

I'm also having this issue and am interested in contributing if possible.

I did a local build of the Dockerfile and everything appears to be working.

Couple of ideas on how to solve this, definitely curious to hear your thoughts:

  1. Set something up to automatically rebuild the docker image every 30 days?
  2. Add an environment variable to allow the injection of the latest key from here?:
    https://www.makemkv.com/forum2/viewtopic.php?f=5&t=1053
  3. Build something in to dynamically go pull the latest key and use it, my first thought was screen-scraping, but I doubt that's a cheap/easy solution?

Not sure how realistic these are, just spit-balling. If you can give me some tips and direction I can likely work on this. Hacktoberfest is going on, mine as well kill two birds with one stone.

@TonyBrobston
Copy link

TonyBrobston commented Oct 18, 2017

Here's a command to pull the latest beta key:
wget -q -O- 'https://www.makemkv.com/forum2/viewtopic.php?f=5&t=1053' | grep -oP 'T-[\w_-]{66}'

Looks like we need to write app_Key to settings.conf:
app_Key = "[output of wget]"

When I have time, I'll throw a pull request together.

Repository owner deleted a comment Aug 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants