You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For self.messages_api.get_normalized_messages(start_date=1464924663788,end_date=1464928263788) this style calling I'm getting the following error
Module artikcloud.apis.messages_api, line 508, in get_normalized_messages
Module artikcloud.api_client, line 321, in call_api
Module artikcloud.api_client, line 126, in __call_api
Module artikcloud.api_client, line 218, in sanitize_for_serialization
Module artikcloud.api_client, line 218, in
Module artikcloud.api_client, line 215, in sanitize_for_serialization
AttributeError: 'long' object has no attribute 'swagger_types'
can see sys.maxint size exceeds.
The text was updated successfully, but these errors were encountered:
For self.messages_api.get_normalized_messages(start_date=1464924663788,end_date=1464928263788) this style calling I'm getting the following error
Module artikcloud.apis.messages_api, line 508, in get_normalized_messages
Module artikcloud.api_client, line 321, in call_api
Module artikcloud.api_client, line 126, in __call_api
Module artikcloud.api_client, line 218, in sanitize_for_serialization
Module artikcloud.api_client, line 218, in
Module artikcloud.api_client, line 215, in sanitize_for_serialization
AttributeError: 'long' object has no attribute 'swagger_types'
can see sys.maxint size exceeds.
The text was updated successfully, but these errors were encountered: