I have downloaded and started the newest VM beta version from ftp://ftp.eu.metabrainz.org/pub/musicbrainz-vm/
If I use exact the same access token which still works fine with the last official VM with the command bin/replicate now, I get the error: Provided access token is invalid!
I’m sure that the correct access token is saved in the file /musicbrainz/musicbrainz-docker/musicbrainz-dockerfiles/DBDefs.pm
Where else should I check the presence of this access token?
Thanks @Freso
I used the command docker exec musicbrainzdocker_musicbrainz_1 /set-token.sh <replication token>
and double checked the value in the DBDefs.pm.
Where or what should I check additionally?
For the records, that’s the content of the set-token.sh:
There is never any need for anyone to deal with docker containers. This is documented here:
If you’re using the VM directly and not vagrant, you can skip the “vagrant ssh --” prefix for all the commands. Not sure why it insists that the given token is invalid. Try using the scripts without using docker and see if that improves things.
@Freso: No need to worry, I’m the only one using VMWare with your *.OVA and I learned from @rob
“VMWare is not a supported environment. Please use VirtualBox.”
For everyone else googling this thread and using VMWare anyway:
If you copy & paste your access token from outside VMWare into the running ubuntu console of the imported *.OVA, you may detect one or more switched y and z letters.
Even if your access token looks the same at first sight: Only 1 false Y at the position of a Z results in the above error message. So check every single of the 40 letters of your access token. The devil’s in the detail.