Replies: 4 comments 21 replies
-
Just so you are aware, there is no such thing as pinging a port. You can check if a port is open with telnet and other ways but it's not a ping. If you meant this second thing, ok. But if you did like "ping 127.0.0.1:4891" it's normal that it didn't work. That said away, I have same issue where enabling that check, doesn't do anything, the API is not available in that port, no response. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your explanation. I learnt something new today.
How did you check if the API was available in that port?
…On Thu, Jul 18, 2024, 15:15 Marc Marquez Santamaria < ***@***.***> wrote:
Just so you are aware, there is no such thing as pinging a port. You can
check if a port is open with telnet and other ways but it's not a ping. If
you meant this second thing, ok. But if you did like "ping 127.0.0.1:4891"
it's normal that it didn't work.
That said away, I have same issue where enabling that check, doesn't do
anything, the API is not available in that port, no response.
Also it seems with the new page/documentation some documents about this
feature are gone.
—
Reply to this email directly, view it on GitHub
<#2689 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJXAS6JTXNJ4Z7TBOVNJGCTZM5TRXAVCNFSM6AAAAABLB32522VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMBYGEYDANA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
In a nutshell:
To troubleshoot, the easiest way to see it responding is Currently, the only paths exposed are:
|
Beta Was this translation helpful? Give feedback.
-
The local server port is bound to 127.0.0.1:4891 instead of 0.0.0.0:4891, so it cannot be accessed from other machines. However, you can make it accessible from other machines by using port forwarding. |
Beta Was this translation helpful? Give feedback.
-
I've checked the box to enable local server.
I've tried pinging it in cmd.exe 127.0.0.1:4891
or my ipv4 address:4891 but no no avail.
There are responses to both ip address if I removed the ":4891"
Beta Was this translation helpful? Give feedback.
All reactions