-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cards (example) not working #155
Comments
@DJF3 Insert ".model." before ".cards". For example:
|
Thank you Mark! When I apply these changes to the example shown here this error appears:
|
Yes, that is caused by a bug that will be resolved by this pull request: #141 Either wait for the pull request to be merged, or use the above branch until then, or instead of passing in the ActiveCard, pass in the raw dictionary for the attachement: For example, instead of using this:
replace it with:
That should provide a good workaround for now. |
Great, it's working now. Thanks for the quick support! |
Hope that this pull request gets merged asap! |
For those who need a working example with more features used: https://github.com/DJF3/Webex-SDK-Cards-example |
The cards functionality doesn't seem to work. If that is confirmed, can we remove the code and the documentation?
Always results in: "ModuleNotFoundError: No module named 'webexteamssdk.cards'"
Can someone confirm that the cards functionality is broken (and won't be fixed)?
The text was updated successfully, but these errors were encountered: