-
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'
…
-
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
-
# 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'm configuring my bot over Python and I'm using multiple chat platforms which require at least PyJWT>=2.4.0
the repo requires PyJWT 1.7.1.
can you update the version of PyJWT? or give me an alter…
-
When trying to import WebexTeamsAPI from webexteamssdk in python3.11 it raises an exception:
```
from webexteamssdk import WebexTeamsAPI
File "/venv/lib/python3.11/site-packages/webexteamssdk…