Closed danhutchings closed 4 years ago
Trying to run the Genymotion.Munki recipe and the API call to retrieve the current version in the GenymotionURLProvider is returning an error:
Genymotion.Munki
GenymotionURLProvider
"{"code": 9, "desc": "Incorrect request: not Ajax and not from Launchpad"}"
I believe this line needs to be reviewed. I just don't know which URL it should be.
https://github.com/autopkg/erikng-recipes/blob/master/Genymobile/GenymotionURLProvider.py#L23
Thanks!
I submitted a case to Genymotion. They found a problem with their API. The URL does not need to change and this issue is now resolved. I will close it now.
Trying to run the
Genymotion.Munki
recipe and the API call to retrieve the current version in theGenymotionURLProvider
is returning an error:"{"code": 9, "desc": "Incorrect request: not Ajax and not from Launchpad"}"
I believe this line needs to be reviewed. I just don't know which URL it should be.
https://github.com/autopkg/erikng-recipes/blob/master/Genymobile/GenymotionURLProvider.py#L23
Thanks!