-
Below is my sample code.
from webexteamssdk import WebexTeamsAPI
from itertools import islice
api = WebexTeamsAPI(access_token=os.environ['WEBEX_ACCESS_TOKEN'])
messages = api.messages.list(…
-
Webex Bot version: ??? newest (just ran `pipenv install webex_bot`)
Python version: 3.12.0
Operating System: Windows 10
So I'm trying to get a simple Webex bot running and I am following this tu…
-
* Webex Bot version: 0.3.1
* Python version: 3.10.4
* Operating System: Windows 10
### Description
If I run the code with one fresh bot, all work fine. But after 2 days I try again and the err…
-
ubuntu@webexlab:~$ pip install webex_bot
Defaulting to user installation because normal site-packages is not writeable
Collecting webex_bot
Using cached webex_bot-0.4.1-py2.py3-none-any.whl.metad…
-
-
Unfortunately the backend does not work behind a corporate proxy. The last log message is *Tested current Errbot version and it is 5.2.0*.
Incoming messages are not recognized and logged.
```
[.…
kel50 updated
4 years ago
-
After upgrading to 1.7 from 1.6 i can no longer create a room with the setting isAnnouncemeanOnly: true
E AttributeError: 'Room' object has no attribute 'isAnnouncementOnly'
…
-
# Feature or enhancement
### Proposal:
I propose to provide modern alternatives to and deprecate these `inspect` members:
- `getargs()` undocumented helper used in getargvalues. It works with `__co…
-
i run chapter IV code see the issue , i do not know how to solve it, i hope you can help me. i am look forward to your reply.
**python version**: Python 3.6.8
**pip list display:**
Package …
-
I get this when I try to run the sample code:
Traceback (most recent call last):
File "zerotopics.py", line 1, in
from zeroshot_topics import ZeroShotTopicFinder
File "/Users/scharleswo…