-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There was an error. Check your console. #509
Comments
@combahost if you are running the explorer using the debug cmd |
@joeuhren this issue happened when the server was restarted and the configuration file is correct is there any command to reload the config files > |
@combahost the error msg "Error: bind EADDRINUSE ::::3001" is telling you that you are either already running the explorer or you have another app that is already running on port 3001 and only 1 app can be running on a given port. Try rebooting the computer to see if that helps free up the port, and if not, you can try changing the default port number in the config to a port that is not already in use. Also, where did the code for your explorer come from originally? It is very clear from your screenshots that you are running a modified version of the explorer since the version from here does not have a hashrate chart, nor does it have all the top panel options that can be seen in your screenshots. If rebooting and/or changing the port does not help, I would suggest asking for help wherever you found that code since the custom code you introduced may be responsible for the problems you are having. |
@joeuhren thank you for your reply i really appreciate it |
I'm a bit confused about what you are asking. Does the explorer you are using have a built-in web wallet? Can you send a link to the original place where you found the explorer source code so I have an idea what you are working with? |
@joeuhren the wallet was written by a developer its not a built-in and now the wallet is not working, if i may ask do you know a good web wallet that works with iquidus that you have tried ? |
You will need to talk to the wallet developer for support on how that works as this space is really only for discussions and support regarding the iquidus explorer. As far as I am aware, there is no web-wallet that works with any iquidus explorer. In fact, there are very few open source web wallets in existence. There is an open feature request for my own explorer to add support for some new apis that can make it work with the MyPivxWallet, but I haven't been able to take a serious look at what is involved in making that work yet. More info here: team-exor/eiquidus#24 |
hello @iquidus i have an issue
whenever i go to the link localhost:3001/api/getdifficulty i get this error There was an error. Check your console.
and Network (MH/s) not showing the number same as for Difficulty and Block Height
@joeuhren if you can help please
The text was updated successfully, but these errors were encountered: