Bot Framework V4 - TypeError: Cannot perform 'get' on a proxy that has been revoked

前端 未结 3 786
轮回少年
轮回少年 2021-01-19 02:08

I am trying to make a rest query against a database that stores knowledge articles for users and returns an array of results based on what the user has searched for. Wheneve

3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-19 02:14

    This issue happened because I was using a request module that did not support promises. Changing my request module for one that did support promises (which I found out about by using this article) resolved the issue.

提交回复
热议问题