View Issue Details

IDProjectCategoryView StatusLast Update
0015201MMW 5Syncpublic2020-08-04 23:35
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version5.0 
Target Version5.0Fixed in Version5.0 
Summary0015201: Uploading to Google Play Music: possible MAX_PER_MACHINE_USERS_EXCEEDED error
DescriptionOne user reports MAX_PER_MACHINE_USERS_EXCEEDED error when uploading to Google Play Music: https://www.mediamonkey.com/forum/viewtopic.php?f=30&t=90486&e=1&view=unread#unread

MAX_PER_MACHINE_USERS_EXCEEDED means that more users use the same device id (which is MAC address of your PC by default). I've run to this error in the past when I hardcoded our device id while implementing (and thus it was used from various users accounts). Then I changed it to MAC address of the PC (as it should be) and problem was resolved.

But watching our code MM5 can take MAC address (physical address) from a virtual network interface that could be 00-00-00-00-00-00 and could result in this error.
TagsNo tags attached.
Fixed in build2031

Activities

Ludek

2018-11-11 19:10

developer   ~0051535

Fixed in 2031 and added more debug messages.

peke

2020-08-04 23:35

developer   ~0059229

Verified 2262

Unable to Replicate.