I am getting the following error while trying to access the list of apps.
Error: TypeError: init() got an unexpected keyword argument 'role'
Method to reproduce the issue.
from marathon import MarathonClient
host_url = "http://ip/service/marathon"
auth_token = "xxxxx"
client = MarathonClient(host_url, auth_token=auth_token)
client.list_apps()
version of marathon: 0.12.0