Posts by miguel sr-robo • 13 points
3 posts
-
0
votes1
answer1924
viewsA: Error: Listen EADDRINUSE: address already in use ::3001
Hear that mistake: (node:18136) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and…
-
-1
votes1
answer1924
viewsQ: Error: Listen EADDRINUSE: address already in use ::3001
I can’t find the error in the code, const express = require('express'); const mongoose = require('mongoose'); // Iniciando o App const app = express(); // Iniciando o DB mongoose.connect(…
-
0
votes1
answer430
viewsQ: Error "Indexerror: list assignment index out of range"
This program when executed a certain amount of times it shows a message shown right below. Agent Train 1 def Ttrem_Um(velocidade,linhas): velocidade = randint(55,100) return velocidade Agent Train 2…