[telegram] <Sara> Forwarded from Hyperledger Iroha news: ⏰ A quick reminder: we're starting our community meeting soon!
We will have updates from both Iroha 1 and Iroha 2 teams and have some time to discuss them.
See you at 12 PM CET: https://zoom.us/my/hyperledger.community.3
Password: 475869
[telegram] <Amee> Gemini was usеd yestеrdаy for Lunа Foundatiоn's Bitсoin trаnsactions.
I'm in the insidеr channеl of onе famоus BTC whale (https://t.me/+zuH6M436UBE0NzYy) and he wаrned his subsсribеrs abоut the uрсoming fаll.
Unfоrtunаtеlу, the market is vеrу manipulаtive аnd onlу insights work here. Нe is а whаle-bеаr and usuаllу еаrn оn BTС shоrts but hе рrоmisеs to givе a signаl soоn when tо buу BTC.
If interеsted уоu mаy find a link tо his channel, (just go to 👉 LegendaryTrader (https://t.me/+zuH6M436UBE0NzYy) in Tеlegram . Thеre yоu will find a link tо his оffiсiаl chаnnel with 60К+ subscribers.
I started tо trаde with 2.5 BTС and lost аbоut 2 ВTС bеforе I joined him. Nоw I rеstоred аll lossеs and havе arоund 4 ВTC budget. If hе continuеs tо give insights I hoрe tо retirе sооn) I'm 50 уеars оld )))
[telegram] <exru> HI all! What is an error?
Error: please check IP address OR your internet connection.
at Timeout._onTimeout (/var/www/nhterminal/node_modules/iroha-helpers/lib/queries/index.js:36:20)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7)
[telegram] <exru> HI all! What is an error?
Error: please check IP address OR your internet connection.
at Timeout._onTimeout (/var/www/nhterminal/node_modules/iroha-helpers/lib/queries/index.js:36:20)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7)
[telegram] <Sara> Hi there! Are you using Iroha 1 or Iroha 2? Generally, what versions are you using, so I could get you the best help (re @exru: HI all! What is an error?
Error: please check IP address OR your internet connection.
at Timeout._onTimeout (/var/www/nhterminal/node_modules/iroha-helpers/lib/queries/index.js:36:20)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7))
[telegram] <exru> ! (re @exru: HI all! What is an error?
Error: please check IP address OR your internet connection.
at Timeout._onTimeout (/var/www/nhterminal/node_modules/iroha-helpers/lib/queries/index.js:36:20)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7))
[telegram] <Bogdan> Please elaborate on your scenario, what are doing specifically? (re @exru: HI all! What is an error?
Error: please check IP address OR your internet connection.
at Timeout._onTimeout (/var/www/nhterminal/node_modules/iroha-helpers/lib/queries/index.js:36:20)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7))
[telegram] <Sara> Hi! So, they checked the error - it is definitely a connection error, it's set up here in the code of the library (re @exru: According to error logs the problem lays in /lib/queries/index.js:36:20
at Timeout._onTimeout (/var/www/nhterminal/node_modules/iroha-helpers/lib/queries/index.js:36:20)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7))
[telegram] <exru> I've used next code:
npm install is-port-reachable
import isPortReachable from 'is-port-reachable';
result is true (re @Alexander: 1. check port redirection if client and iroha on different VM or in container
[telegram] <exru> exru@524889-cu15907:~$ telnet 127.0.0.1 50051
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
connected too (re @Alexander: 1. check port redirection if client and iroha on different VM or in container
[telegram] <exru> According https://iroha.readthedocs.io/en/main/develop/libraries/javascript.html
I start my script from console node script.mjs
=========
But still:
import isPortReachable from 'is-port-reachable';
console.log(await isPortReachable(50051, {host: 'localhost'})); // ok