mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1276] Android emulator scripts (install_certificate_android_emulator.sh) not working with all configurations #1271
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1271
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 @jeanetienne on GitHub (Jun 29, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1276
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
3.6.0
macOS Version? (Ex. mac 10.14)
12.4
Steps to reproduce
fishshell as default shell in Terminal.app~/Applications(instead of/Applications)Expected behaviour
The scripts are run.
Actual behaviour
The scripts are not run.
Potential explanations
/Applications/Proxyman.app/…and there is no script at this path?Screenshots (optional)
n/a
@NghiaTranUIT commented on GitHub (Jun 29, 2022):
Can you share the error log or something that I can trace back?
I double-check the code:
~/Applicationsor/Applicationsbecause Proxyman gets the relative path, not hardcode.By default, it will open the Terminal and load all $PATH.
@NghiaTranUIT commented on GitHub (Jun 29, 2022):
You might open the Terminal and execute the following code:
@NghiaTranUIT commented on GitHub (Jun 29, 2022):
One noted:
@jeanetienne commented on GitHub (Jun 30, 2022):
Thanks for your quick and detailed response @NghiaTranUIT !
I have Automation permission enabled for Proxyman (see screenshot below).
I also managed to make it work by running the command manually.
However when I click on the "Override emulator" or "Reset override" button, it opens a new Terminal window, but nothing happens in it.
What error log would you like to see? Where should I get such log?
Thanks!
@jeanetienne commented on GitHub (Jun 30, 2022):
Perhaps this helps? A screen recording of what happens (or doesn't happen 😅).
I also attached the Console.app logs that you can see in the screen recording.
https://user-images.githubusercontent.com/1822562/176571510-cc90a007-78bd-49c7-8a3c-77a37397cf2a.mov
console.txt
Don't stress too much, it's not a pressing issue for me. I can run the scripts manually 👍
@NghiaTranUIT commented on GitHub (Jun 30, 2022):
Not sure if this beta build can fix the bug: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.6.0_Try_fixing_the_AppleScript.dmg
Basically, I change AppleScript when executing the bash script.
If the beta build doesn't work, please open the Script Editor app -> try to run this code: I'd like to see the output.
@jeanetienne commented on GitHub (Aug 4, 2022):
Hey, sorry for the lengthy response time!
Here's a screen grab of when I execute the above script (adapted to my local values), in my terminal (using fish):
https://user-images.githubusercontent.com/1822562/182787572-c566fd0c-5117-405c-944e-b32f86fdc775.mov
Interestingly, if I change my shell to revert back to the default login shell (I usually use

fishshell), then it looks like this.https://user-images.githubusercontent.com/1822562/182788136-56121a7b-f59c-42cc-95ae-995b8682e778.mov
@NghiaTranUIT commented on GitHub (Mar 4, 2024):
Thanks. Selecting
Default Login Shellwill fix 👍Related ticket from Fish repo: https://github.com/fish-shell/fish-shell/issues/10048