Chiranjeevi Pandey

Results 6 comments of Chiranjeevi Pandey

I got the same error. Thank to this [comment](https://github.com/guidone/node-red-contrib-chatbot/issues/493#issuecomment-907632996) on another issue with which I was able to get it installed. It looks like sqlite3 requires node version 13.x so...

I am encountering this problem as well. All the access tokens and ids seems to be correctly placed. EDIT: I successfully set up the messenger hook just now. Steps: 1....

Here is the package for python 3.8 but I need to perform other steps such as copying the file in the correct places because post installation script wouldn't do automatically....

Sorry! I am also a noob linux user but I have some programming experiences though. I just followed the `Packaging it yourself` guide and made this. Tried to install, there...

Probably because it has issues with Proguard or R8 based optimizations. I saw another issue regarding that.

``` dependencies { implementation 'com.tom-roush:pdfbox-android:2.0.27.0' } ``` Its actually hyphen(-) not underscore(_). I also got this problem initially as chatgpt was suggesting it wrong :D