mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 00:45:55 +03:00
[GH-ISSUE #295] Undefined local host #297
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#297
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AlezZgo on GitHub (Aug 22, 2023).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/295
Originally assigned to: @kics223w1 on GitHub.
Description
Can`t define the local host address.
There is just a line with "Proxyman | Listening on undefined:9090"
but no address.
Steps to Reproduce
Install App
Launch it
It starts with 127.0.0.1 but few seconds later it gets undefined status
Current Behavior
Can`t connect
Expected Behavior
connect
Environment
@NghiaTranUIT commented on GitHub (Aug 23, 2023):
Hi @AlezZgo can you try this previous build 2.2.0 and see if it fixes the bug?
If not, what network you're using? E.g. Wifi, VPN, Ethernet, or sharing network from mobile phone, ... ? 🤔
@kics223w1 please investigate this issue.
@kics223w1 commented on GitHub (Aug 23, 2023):
@Siemens166 commented on GitHub (Sep 16, 2023):
I confirm the problem. I encountered it too.
After installing Proxyman, 127.0.0.1 appears for a few seconds, but then it is undefined.
It is also strange that the command line did not start during the installation of the certificate. I had to store the certificate manually.
Version Proximan 2.4
Windows 11
Internet via Wi-Fi
@Siemens166 commented on GitHub (Sep 16, 2023):
To add.

When I go to the Android setup page, I see localhost but for a few seconds. Then it displays that the certificate has been found, and my localhost disappears. An error appears when I click on the copy icon
@kics223w1 commented on GitHub (Sep 17, 2023):
127.0.0.1is the default value that we set for the IP address, the function checking IP address needs a few seconds to return the value, so that's why you see127.0.0.1in the few seconds then it disappears.undefinedand causes the bug.