audiokinetic / waapi-client-python

Decoupled autobahn WAMP client with support for plain options and bindable subscription callbacks
Apache License 2.0
41 stars 6 forks source link

Cannot use ak.wwise.waapi.getSchema because the uri keyword is used in WaapiClient.call #5

Closed ak-slongchamps closed 3 years ago

ak-slongchamps commented 3 years ago

Because the WaapiClient functions and the argument schema for the WAAPI call both expect a uri argument, merging of the arguments leads to a clash between the two.

Workaround the issue by changing the positional argument name in WaapiClient.call to _uri, which should never be used by any WAAPI function or topic.

zcyh147 commented 3 years ago

Looking forward to the resolution of this issue, Thank you Samuel!