question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hello,

I am trying to run Japonicus but I am getting error and there is nothing going on on the dashboard. Can somebody elaborate on this and give some ideas on what can be wrong?

I am starting it with sudo python3 japonicus.py -b -c -k --repeat 10 -i -w And I am running it on Virtualbox Ubuntu.

`events.js:160 throw er; // Unhandled ‘error’ event ^

Error: listen EADDRINUSE 127.0.0.1:3000 at Object.exports._errnoException (util.js:1020:11) at exports._exceptionWithHostPort (util.js:1043:20) at Server._listen2 (net.js:1262:14) at listen (net.js:1298:10) at net.js:1408:9 at _combinedTickCallback (internal/process/next_tick.js:83:11) at process._tickCallback (internal/process/next_tick.js:104:9) at Module.runMain (module.js:606:11) at run (bootstrap_node.js:383:7) at startup (bootstrap_node.js:149:9) at bootstrap_node.js:496:3 WEBSERVER MODE

screenshot from 2018-01-17 14-10-48

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Kralgcommented, Jan 18, 2018

Thanks a lot! Now I can see something. I am quite new in Japonicus. Can you write a bit on how are the results presented, so there will be multiple runs and the best coefficients of a the strategy will be presented at the end?

0reactions
Gab0commented, Jan 19, 2018

As it is, some results are presented at the end of all EPOCHS if deemed valid on further simulations… not even worth writing about it XD. Theres room for elaborate things on this side, also would be quick to implement… so I may put the code and instructions on following days 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to kill server when seeing “EADDRINUSE: address ...
When this EADDRINUSE issue has already happened, in order to resolve it, you need to kill the process manually. In order to do...
Read more >
Error listen EADDRINUSE while using nodejs - Edureka
Hello @kartik,. EADDRINUSE means that the port number which listen() tries to bind the server to is already in use. So, in your...
Read more >
How to fix Error: listen EADDRINUSE while using nodejs
EADDRINUSE means that the port number which listen() tries to bind the server to is already in use. So, in your case, there...
Read more >
EADDRINUSE error while locally running the app
The error EADDRINUSE usually arises when you have an instance of the app already running successfully in the machine in the same port....
Read more >
EADDRINUSE - Local address in use - FileZilla Forums
My FileZilla Server is having trouble setting up a TCP Listener. I keep getting an EADDRINUSE error. Both the Administration listener, as PASV ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found