mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #69] Atlantis not connecting to Proxyman #49
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#49
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 @shgew on GitHub (Apr 15, 2021).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/69
Originally assigned to: @NghiaTranUIT on GitHub.
My Mac and iPhone are connected to the same network and are connected by a USB cable.
However, when launching an app with Atlantis inside, it is unable to find Proxyman in the network, even if I specify hostname. It connects successfully only if I:
The issue was not present about 2 months ago, when I last used this awesome tool!
@shgew commented on GitHub (Apr 15, 2021):
I have no issues with simulator though.
@NghiaTranUIT commented on GitHub (Apr 15, 2021):
Not sure what might cause the connection problem 🤔
@shgew if it works 2 months ago, can you try to install the old release https://github.com/ProxymanApp/atlantis/releases
@shgew commented on GitHub (Apr 15, 2021):
Will do! I will post the result here.
@shgew commented on GitHub (Apr 15, 2021):
Installing versions 1.7.0 and 1.5.0 didn't help :\
However, relaunching Proxyman also results in an immediately established connection, in addition to the two points above.
Maybe it has something to do with either macOS or iOS updates in the last two months?
@NghiaTranUIT commented on GitHub (Apr 15, 2021):
From what I remember, I haven't changed any major things regarding the Bonjour Service since the first build. I will investigate the bug 👍
@shgew commented on GitHub (Apr 15, 2021):
Thank you!
@ski081 commented on GitHub (Apr 30, 2021):
Hi. I'm having the same issue, except I cannot get a connection to work at all. I see the following logs when my app starts up from Xcode:
---------- 🧊 Atlantis is running (version 1.0)
---------- Github: https://github.com/ProxymanApp/atlantis
[Atlantis] Looking for Proxyman app in the network...
[Atlantis] Found Proxyman with HostName = mstruzin-3e807.local.
[Atlantis] ✅ Connect to mstruzin-3e807.local.
[Atlantis] Flush 1 items
But then I don't get the Atlantis group in the Proxyman sidebar when I start using network connections. I have tried via
start()andstart(hostName:)and get the same result for both.@NghiaTranUIT commented on GitHub (May 1, 2021):
@ski081 please update your Atlantis to the latest version 1.9.0 to make it works with the latest version of Proxyman 2.24.0
There is a major update regarding the Bonjour Service since version 1.0 👍
@ski081 commented on GitHub (May 3, 2021):
Hi.
I installed via Swift Package Manager, and the version shows as 1.9.0 in Xcode. Although the console printout shows 1.0. Should I try to install via CocoaPods instead?
@NghiaTranUIT commented on GitHub (May 4, 2021):
Look like it's a bug when installing via SPM (not show the version correctly).
Regarding why you could not connect to Proxyman, there are many reasons and one of them is the cooperated network might block Bonjour Service. Therefore, Atlantis could not discover and connect to Proxyman.
Please try running on your simulator, and see if you can see the traffic @ski081
@NghiaTranUIT commented on GitHub (May 4, 2021):
I tested via CocoaPod
@ski081 commented on GitHub (May 7, 2021):
Hi @NghiaTranUIT. I am seeing the same. When on my corporate VPN, I cannot see traffic from the device, even when it is connected via a cable. It will discover the running instance of Proxyman on my Mac, but will not capture traffic.
Do you know if there is any way around this? Or would I need to start working with my support team to unblock incoming traffic for specific ports?
I can see Atlantis traffic from the simulator on this machine no problem.
Thank you for all your help!
@NghiaTranUIT commented on GitHub (May 8, 2021):
@ski081 can you try to disable all VPN apps from your macOS and iOS device 🤔
For Bonjour Service, Proxyman opens port 10909. Please check with your security team if they block it 👍
@shgew commented on GitHub (May 29, 2021):
Would like to mention that the issue is extremely rare after the v1.9.0. It happened only one or two times after the update. Thank you for the fix!