Open
Description
It appears a number of API calls, such as client.get()
, return dict
types as part of the results. In the client.get()
example, the 'access' is part of the results.
u'access' (4359927536) = {dict} {u'search_ticket': u'view', u'lookup_domain': u'edit', u'ledger_event_log': u'view', u'view_billing_info': u'edit', u'view_invoice': u'', u'view_service': u'edit', u'view_ip_addresses': u'view', u'view_orders': u'edit', u'view_all_tickets': u'edit', u'view
This causes to attempt to clean as a PHP type and throws
AttributeError: 'dict' object has no attribute 'encode'
Metadata
Metadata
Assignees
Labels
No labels