Skip to content
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

Open
combahost opened this issue Sep 12, 2023 · 8 comments
Open

There was an error. Check your console. #509

combahost opened this issue Sep 12, 2023 · 8 comments

Comments

@combahost
Copy link

combahost commented Sep 12, 2023

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

@joeuhren
Copy link
Contributor

@combahost if you are running the explorer using the debug cmd npm start then you will see the exact error msg there in the console window as the msg indicates. If most or all of the wallet cmd apis are not working then my best guess is that you did not set up your rpc connection with your coins wallet properly in the settings.json file.

@combahost
Copy link
Author

combahost commented Sep 13, 2023

@joeuhren this issue happened when the server was restarted and the configuration file is correct

explorer

is there any command to reload the config files >

@combahost
Copy link
Author

combahost commented Sep 13, 2023

when i run npm start i get those cluster keeps restartiing
explorer 2

explorer1

and when i run getdifficulty command from cli i get an error
error : couldnt connect to server unknow (code: -1 )
make sure the server is running and you are connecting to the correct rpc port

@joeuhren
Copy link
Contributor

@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.

@combahost
Copy link
Author

@joeuhren thank you for your reply i really appreciate it
the issue was server was down when started up everything went to normal.
but the issue now, the database was wiped out
when registering again with the same email i can see the coins but i cant control them neither i can send them to another wallet address.
if i send new coins to my address i can control the new ones but the old ones i have no control on them
is there a way to restore these coins ? or move them to windows wallet.
thank you

@joeuhren
Copy link
Contributor

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?

@combahost
Copy link
Author

@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 ?

@joeuhren
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants