-
Notifications
You must be signed in to change notification settings - Fork 44
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
Infinite message loop =) #82
Comments
Hey there ! Faced the same issue but was able to fix it by changing the if condition a bit. so the if condition will be This essentially checks if the message received is sent by you or the other user . if its not sent by you the automated response is emitted to the sender. Hope this helps :) if there is a cleaner way to do this please let me know . Regards ! |
Cool, that's helpful |
I got it working... learned a bit of TypeScript on the way too. Now I'll wire this demo application to my Java code in some way, and badaboom - Skype bot. |
:) Happy coding !
…On Fri, 8 Jan, 2021, 4:05 am Stefan Reich, ***@***.***> wrote:
I got it working... learned a bit of TypeScript on the way too. Now I'll
wire this demo application to my Java code in some way, and badaboom -
Skype bot.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#82 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIKSJ2KPH7OFOC2TEPDSUZTSYYZLNANCNFSM4N7Q4O5A>
.
|
Hi, I just set up skyweb for testing.
One small thing: I believe "cd dist/demo" should read "cd dist/src/demo" on https://www.npmjs.com/package/sky-web-plus.
Here's how it went though. I had to make an account without 2FA, then I could use it with the skyweb demo.
I had to login as the bot manually in order to accept a conversation with my human account.
After that, the bot responded - but also to itself, forever... See screenshot.
Kinda funny but probably not intended?
Many greetings
The text was updated successfully, but these errors were encountered: