microsoft/BotFramework-DirectLineJS

botframework-directlinejs Error: not implemented

attachi20 opened this issue · 9 comments

i have probleme with this importation.
import { DirectLine } from 'botframework-directlinejs';
when i run my project i get error Error: not implemented.
in my react native app.
but in my web app works fine

Are you following this guide? The only references I see in DirectLine to a "not implemented" error are on ajax methods that aren't used in the code. Can you provide the full Error stack trace?

133946389_1241708499537006_4698129790341718495_n
i just import the library and i get the error

Are you following this guide? The only references I see in DirectLine to a "not implemented" error are on ajax methods that aren't used in the code. Can you provide the full Error stack trace?

yes bro,i follow this guide

@compulim, can you provide any insight on this issue?

@compulim, can you provide any insight on this issue?

I tried to integrate my chatbot with an app that I created with expo. the chatbot works.
but in a react-native application the botframework-directlinejs library does not work.
any idea

@compulim @joshgummersall Could we drive this ticket forward?

@attachi20 could you provide a stack trace on the issue? I wondered where the "not implemented" was come from.

It will be great if support team can help by building a simple React Native app that consume DLJS package (not necessarily Web Chat).

Closing due to lack of activity

I have a same problem