Fallback being called after adding bot to Skype
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
Research direction
Start with the reproduction in routes/botman.php and test it by adding the BotFramework Skype bot described in the issue. Trace why the fallback callback runs after the bot is added; done means the reported Skype interaction no longer incorrectly invokes fallback, with the existing fallback response still covered.
Written by the indexing model from the issue text.
Description
Original Issue: https://github.com/botman/botman/issues/969
- BotMan Version: 2.4.1
- PHP Version: 7.3.1
- Messaging Service(s): BotFramework (Skype), Version 1.1.1
- Cache Driver: file
Description:
When adding my Skype Bot, the defined ´fallback´ function is being called.
Steps To Reproduce:
Add to ´routes/botman.php´.
´´´
$botman->fallback(function ($bot) {
$bot->reply('Sorry, but I did't understand you.');
});
´´´
Add your Skype Bot in Skype.
- Dominant language
- PHP
- Stars
- 9
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from botman/driver-botframework
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
-
Difficulty 1/5 Under an hour Newbie friendliness 50/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
All issues in botman/driver-botframework
Similar issues
-
tooling
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
UX
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
ProfessionalWiki/NeoWiki#1525 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
bug customer-reported
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
MagnaCapax/PMSS#949 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Automattic/static-site-importer#1829 ·