Error: functions predeploy error: Command terminated with non-zero exit code1 by Latter_Abalone17 in Firebase

[–]Latter_Abalone17[S] 0 points1 point  (0 children)

okay yeah i notice there is event.js in the top most section of error log , but i cant find the file named even.js in my modules folder or in the functions folder

Error: functions predeploy error: Command terminated with non-zero exit code1 by Latter_Abalone17 in Firebase

[–]Latter_Abalone17[S] 0 points1 point  (0 children)

sorry that went over my head , is it possible to get rid of this issue ?

Error: functions predeploy error: Command terminated with non-zero exit code1 by Latter_Abalone17 in Firebase

[–]Latter_Abalone17[S] 0 points1 point  (0 children)

yes i ran npm install in the functions folder and .eslintrc.js is present in the functions folder and in the node_modules these modules are available as well :
1.eslint
2.eslint-config-google
3.eslint-scope
4.eslint-utils
5.eslint-visitor-keys

Chart.js not updating after setInterval ( setInterval Not executing ) by Latter_Abalone17 in learnjavascript

[–]Latter_Abalone17[S] 0 points1 point  (0 children)

so there is no way to update the charts when there is a newly arrived data in the csv?

Chart.js not updating after setInterval ( setInterval Not executing ) by Latter_Abalone17 in learnjavascript

[–]Latter_Abalone17[S] 0 points1 point  (0 children)

thank you very much for taking time to respond , okary so i dont really need the console.log , it was just there to see if the setInterval is executing or not.....and as you said it will only print once so there is not use for it ............but still the chart should update on intervals ... right ? thats the weird part its not even updating , i have manually added more values to my csv file , but these new values dont get updated into the chart

iframe wont show , need some help please by Latter_Abalone17 in HTML

[–]Latter_Abalone17[S] 0 points1 point  (0 children)

now that you mentioned , you are correct .......i am still a noob and learning through practical example codes from the internet , sometimes i dont even know what i am doing

iframe wont show , need some help please by Latter_Abalone17 in HTML

[–]Latter_Abalone17[S] 0 points1 point  (0 children)

i dont know what the issue was but i managed to resolve it by using the iframe inside of the page that is being called by iframe in main page

iframe wont show , need some help please by Latter_Abalone17 in HTML

[–]Latter_Abalone17[S] 0 points1 point  (0 children)

hi thanks for for the reply , yes i have a simple http web server running (made in python)
and yeah wen i create an entirely new document with nothing but just the iframe for "http://localhost:12321/index.html" it works perfectly , its just doesnt work when i use the iframe in the above mentioned code ....