-
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
Explorer start error #398
Comments
Line 5 in 7358038
strange that its failing on this line. Claiming it can't write a number format and that it needs to be a string. I wonder if this is a more strict enforcement by the newer node versions. |
Yeah that's probably the issue, @gdiscord can you try with node 12.14? |
We may just have to do a tostring for that. All we need it for is to input the processid so shouldn't have any residual effect. |
sure, will do that in some hours from now and report back. |
Indeed can confirm the error has gone away after removing Nodejs: v14.6.0 and installing Nodejs: v12.x instead. |
Now the error changes to the below. The output is too long so picked the top 13 lines. initial markets entry created for bittrex |
Try this: #385 |
Also read through https://github.com/iquidus/explorer/blob/master/UPGRADE |
Tried it now, but made no difference. I make sure username, password and port match exactly what is in the coin.conf file. // wallet settings |
Modified it to then the error below is the result: __Starting cluster with pid: 12967 |
@gdiscord you are actually supplying the username and password you set in your coin Daemon .conf file correct? You're not leaving "username" and "password" in the settings file like that right? ;) |
Yes, as said in one of my posts above, made sure the coin.conf values match what's in the settings.json file so in the coin.conf file there is then in the settings.json there is: Also tried changing the settings.json name/value pairs to but the issue still remains. |
Issue solved now. made a comment also in #385 |
New error when trying to upload the database: Error during Stats Update: MongooseError [CastError]: Cast to number failed for value "There was an error. Check your console." at path "connections" |
events.js:292 TypeError: Cannot read property 'last' of undefined |
Issue resolved with details in #350 |
Brilliant thanks 👍 |
Trying to run the explorer and getting the error below after issue npm start
Advise to get it resolved would be appreciated.
System: Ubuntu 16.04
Nodejs: v14.6.0
nom: 6.14.6
mongoDB: 4.2 (Current)
=======
internal/fs/utils.js:701
throw new ERR_INVALID_ARG_TYPE(
^
TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received type number (22371)
at Object.writeFile (fs.js:1385:5)
at Object. (/home/blkexpuser/explorer/bin/cluster:5:6)
at Module._compile (internal/modules/cjs/loader.js:1236:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1257:10)
at Module.load (internal/modules/cjs/loader.js:1085:32)
at Function.Module._load (internal/modules/cjs/loader.js:950:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
at internal/main/run_main_module.js:17:47 {
code: 'ERR_INVALID_ARG_TYPE'
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start:
node --stack-size=10000 ./bin/cluster
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
The text was updated successfully, but these errors were encountered: