Closed edanilenko34 closed 6 years ago
@edanilenko34, thanks for reporting this issue we are currently investigating.
@edanilenko34, what is the botId?
The BotID is 4949893f-f14b-4e63-b274-05fc8854c728
hi @edanilenko34, it looks like the migration timed out. The migration of a Node.js functions bot can be tricky. The reason might be that it times out while copying all the node_modules to the new upgraded Function.
Have you moved your code to use FuncPack as described here? https://docs.microsoft.com/en-us/azure/bot-service/bot-service-migrate-bot
Note
Before migrating a Functions bot using Node.js, it is recommended that you use the Azure Functions Pack to package the Node.js modules together. Doing so will improve performance during migration and execution of the Functions bot after it is migrated. For more information, see Azure Functions Pack.
If not, please do so and retry.
Another option would be to do this "manually", which would involve the following steps (I can give you more details if you choose this route):
hi @edanilenko34, we think we might have found the issue, if you want the long explanation please check this related issue #4227.
The short version is:
Let me know if you have any questions. Andrea
One more important step I just discovered. Once you move to funcpack, delete the node_modules folder from the app service prior to migration. A function using funcpack does not need the node_modules anymore, and that folder might cause the timeout during migration.
hi @edanilenko34, were you able to try this? Let me know if you have any questions.
@edanilenko34 Closing the issue assuming it as resolved. Please open a new issue if you have any.
The bot has not been migrated yet, reopening this issue.
@edanilenko34, here's what you need to do in order to migrate succesfully:
I'm available to get on a screen share session if needed. Let me know if you have any questions, and thanks for your patience. Andrea
@edanilenko34, quick update, we're moving the deployment of the fix to next week, we ran into some issues, so wait for steps 3 and 4. Will circle back when it's done. Thanks for your patience.
Thank you for opening an issue against the Bot Framework SDK v3. As part of the Bot Framework v4 release, we’ve moved all v3 work to a new repo located at https://github.com/microsoft/botbuilder-v3. We will continue to support and offer maintenance updates to v3 via this new repo.
From now on, https://github.com/microsoft/botbuilder repo will be used as hub, with pointers to all the different SDK languages, tools and samples repos.
As part of this restructuring, we are closing all tickets in this repo.
For defects or feature requests, please create a new issue in the new Bot Framework v3 repo found here: https://github.com/microsoft/botbuilder-v3/issues
For Azure Bot Service Channel specific defects or feature requests (e.g. Facebook, Twilio, Teams, Slack, etc.), please create a new issue in the new Bot Framework Channel repo found here: https://github.com/microsoft/botframework-services/issues
For product behavior, how-to, or general understanding questions, please use Stackoverflow. https://stackoverflow.com/search?q=bot+framework
Thank you.
The Bot Framework Team
Bot Info
Issue Description
During migration I've got message with 500 error code. Seems it was in process of file copying to created instance.
Reproduction Steps
Expected Behavior
Success migration
Actual Results
Migration is not completed.