infusionsoft / Official-API-Python-Library

24 stars 30 forks source link

Failure to establish connection #13

Closed rando305 closed 8 years ago

rando305 commented 8 years ago

Infusionsoft(name, key) returns: Unable to get repr for infusionsoft.library.Infusionsoft

client.ServerProxy(name) succeeds - and allows me to call functions by adding key as the first parameter to things. (client coming from xmlrpc)

I would like to write my code consistent with this API (and Infusionsoft's documentation).

Because I connect correctly with the xmlrpc library, I don't think this is a 'key' issue.

Any suggestions?

rando305 commented 8 years ago

I think I figured this out. name for Infusionsoft - should not include the whole URL - just the unique name where the client.ServerProxy is looking for the whole URL.