-
Successful login to GroupMe shows the chat screen for a millisecond before redirecting to groupme.com. Subsequent logins have the same behavior. I've verified that my login information is correct and …
-
Sending messages to a group chat works fine like so:
```python
from groupy.client import Client
client = Client.from_token(TOKEN)
for c in client.groups.list_all():
chat = c
break
mes…
-
The bot keeps crashing for me... here is the traceback of the error.
2018-09-12T03:32:33.220122+00:00 app[worker.1]: Traceback (most recent call last):
2018-09-12T03:32:33.220141+00:00 app[worker.…
-
Liking and unliking direct messages does not currently work. This is caused by a different conversation id scheme used by GroupMe Direct Chats vs Group Chats. Group Chats use the "group_id" key as the…
-
I've actually never contributed to another person's github project before, so it will take about an hour for me to figure out what the heck I should be doing. In the meantime, I'll try and make a grou…
-
## Pre-flight checklist
- [ ] I posted a question about this issue on [Stack Overflow](http://stackoverflow.com/search?q=%23botframework) using the tag `botframework`.
- [ ] I have [searched the exi…
-
Hi,
Twice I've tried to download the (rather bloated) gallery from an old chat but the download cannot be completed. The error always arises at the same point during the download. Attached is a scre…
-
Is there a calendar plugin for Rocket.Chat?
I'm looking for something akin to what GroupMe supports (http://blog.groupme.com/post/110564177859/introducing-calendar-we-are-thrilled-to-announce), or G…
-
```
Fri, 17 Feb 2017 20:06:10 GMT matrix-puppet:Base:handleMatrixEvent:info incoming message. data: { age: 83, …
-
## System Information
* SDK Language: NODE
* SDK Version: 3.8.4
* Development Environment: AZURE_BOT_SERVICE, AZURE_APP_SERVICE,
## Issue Description
My bot is working properly on emulator a…