Posts by Romulo Filho • 25 points
4 posts
-
0
votes1
answer750
viewsQ: Typeerror: Uri.indexof is not a Function
I am making a Crawler using Node.js and mongodb to save the information in the bank and I have the following code: var request = require('request'); var cheerio = require('cheerio'); var save =…
-
1
votes1
answer465
viewsQ: How to view data from a Node.js script in an HTML page
I wonder how I can run a Node.js script on an HTML page. The script is a Crawler, I mean, he pulls data from a page and I’d like to display the information he brings. I would also like to know if…
-
0
votes0
answers58
viewsQ: Problems Connecting Intel XDK Application to Database
Good afternoon. I have the following problem: I created an application on intel xdk but I can not in any way send the user registration data to the database. I’m using the wampserver. I looked at a…
-
1
votes1
answer298
viewsQ: "Unable to instantiate Activity" error while running Activity
My application has a home screen, where the user can select the registration screen. However, it is only me to put the gets that it stops working with this error below, does not show the…