ruippeixotog / docker-google-musicmanager

Dockerfile for Google Music Manager
11 stars 10 forks source link

Only two accounts can be used on this computer #11

Open fun4stuff opened 7 years ago

fun4stuff commented 7 years ago

is there a fix for this error?

david1802 commented 7 years ago

the limitation is mac address based.

ive ran 5 windows vms, each with a unique mac address, on the same hardware with 2 accounts on each without issues before.

not tried this contianer yet, but will assume running multiple instances will give you a work around

fun4stuff commented 7 years ago

i've never run google music on my NAS before, so it's MAC address should be unique

david1802 commented 7 years ago

i can only assume the mac address for the container, which differs from your NAS, is not unique. you could test using a new mac address for the container, see if it works.

fun4stuff commented 7 years ago

thanks for your help. any idea on how to change the mac address? i see there is a mac spoof file included, but how to do i use it if I am trying to run googlemusic manager in docker on my synology NAS.

ransur0t commented 6 years ago

I encountered this bug today!

After reviewing this thread, the solution that worked for me as mentioned is to switch the container to host mode networking.

Regards,