react-simple-chatbot icon indicating copy to clipboard operation
react-simple-chatbot copied to clipboard

For wikipedia chatbot, get no response

Open momo1986 opened this issue 5 years ago • 2 comments

Hello, thanks for your sharing.

I use the case from Wikipedia-search page.

https://lucasbassetti.com.br/react-simple-chatbot/#/docs/wikipedia

My main script is:

import React from 'react';
import { render } from 'react-dom';
//import Example from './components/Example';
//import SimpleForm from './components/SimpleForm';
import ExampleDBPedia from './components/ExampleDBPedia';

render(<ExampleDBPedia />, document.getElementById('root'));

My browser can connect to Wiki page.

How can I configure the wiki-search chatbot with the demo you provided.

Thanks & Regards! Momo

momo1986 avatar May 08 '20 14:05 momo1986

image Here is the attachment image for problems.

Thanks & Regards!

momo1986 avatar May 08 '20 14:05 momo1986

@LucasBassetti .

Hello, Lucas.

Could you comment on this issue?

Thanks & Regards!

momo1986 avatar May 09 '20 02:05 momo1986