ringcentral / ringcentral-python

RingCentral Connect Platform Python SDK
MIT License
44 stars 35 forks source link

Resolve PubNub SDK backcompat issue #6

Closed grokify closed 5 years ago

grokify commented 7 years ago

It appears that the PubNub Python SDK has been updated and is no longer building on Travis CI as shown in build 172716958 due to a change in the AES constructor signature. Specifically, the AES.new constructor now takes 2+ arguments instead of the previous 1 argument. Please resolve by upgrading to latest Python SDK.

The following is excerpted from Travis build 172716958:

  File "/home/travis/build/ringcentral/ringcentral-python/ringcentral/subscription/subscription.py", line 188, in _decrypt
    obj2 = AES.new(key)
TypeError: new() takes at least 2 arguments (1 given)
kirill-konshin commented 5 years ago

Seems to be fixed