mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #1596] local mapping editor is unable #1589
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#1589
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 @jinean on GitHub (Apr 11, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1596
Originally assigned to: @NghiaTranUIT on GitHub.
Description
I upgraded to Version 4.6.0 (46000) today and found that my local mapping editor is unable to view mapped text anymore.
@NghiaTranUIT commented on GitHub (Apr 11, 2023):
Hi,
Can you try to use the old version 4.5.0 and check if it fixes?
@jinean commented on GitHub (Apr 11, 2023):
Version 4.4.0 (44000) is ok.
Both Version 4.5.0 and 4.6.0 are not able to view mapped text.
@NghiaTranUIT commented on GitHub (Apr 11, 2023):
It's odd. We could not reproduce your bug on the latest version 4.6.0.
Just wondering: What macOS version you're using? @jinean
@jinean commented on GitHub (Apr 11, 2023):
Mac mini(Apple M1)
13.3 (22E252) @NghiaTranUIT
@NghiaTranUIT commented on GitHub (Apr 11, 2023):
Does Quit and Reopen the app will fix the bug @jinean ?
I'm using macOS 13.3.1 and v4.6.0 without any issues.
The main different between v4.4.0 and v4.5.0 or v4.6.0 is: We introduce a new Editor. You can see the screenshot at https://github.com/ProxymanApp/Proxyman/releases/tag/4.5.0
@jinean commented on GitHub (Apr 12, 2023):
It's very strange.
I upgraded my Mac mini to 13.3.1 this morning and it still doesn't show up.
I went home last night and used my MacBookPro at home. I tried 13.0 and 13.3.1 systems and they all worked fine.
@NghiaTranUIT commented on GitHub (Apr 12, 2023):
If the Map Local Editor doesn't display on your Mac Mini 13.3.1. Can you verify that you can see the Body of any Request and Response?
It means the Monaco Editor (which uses for the Map Local Editor) is working.
@jinean commented on GitHub (Apr 12, 2023):
I just saw that the body is empty
And I found that the Body in Compose can no longer be edited
It feels like the TextView view has disappeared


@NghiaTranUIT commented on GitHub (Apr 13, 2023):
Yes, look like the Body doesn't load properly in your machine. Just wondering: Quit the app, then opening it again will fix your bug?
I'm not sure what cause the bug since I could not reproduce it on our end 😢
@1414044032 commented on GitHub (Apr 13, 2023):
I have a friend who has also encountered this problem. He is upgrading the system to see if it can be done
@1414044032 commented on GitHub (Apr 13, 2023):
Before upgrade: 13.2.1
@jinean commented on GitHub (Apr 14, 2023):
I have tried various restarts, but none of them work.
@NghiaTranUIT commented on GitHub (Apr 14, 2023):
@jinean I'm investigating it and send you a hotfix Beta asap 👍
@1414044032 commented on GitHub (Apr 14, 2023):
Upgrading the system did not solve the problem. My friend opened the system immediately after the upgrade to show the normal production, but couldn't see the Body again today
@NghiaTranUIT commented on GitHub (Apr 14, 2023):
@1414044032 @jinean, if you don't mind, please try using this Beta build: https://download.proxyman.io/beta/Proxyman_4.6.0_Fix_Monaco_Editor_Body_could_not_load.dmg
Basically, I fixed the bug where the Local Monaco Server doesn't work. If it happens, it tried to load the static page instead. It makes sure the body is loaded 100% 👍
Let me know the result too 👍
@jinean commented on GitHub (Apr 14, 2023):
It's still not showing even after trying, it has no effect.
@NghiaTranUIT commented on GitHub (Apr 14, 2023):
@jinean please help me
open /Applications/Proxyman.app/Contents/MacOS/Proxyman@jinean commented on GitHub (Apr 14, 2023):
❌ [MonacoEditor] Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorDomainKey=12, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <4C899E7D-5439-4D52-8018-7942296A3AE8>.<10>, NSErrorFailingURLStringKey=http://localhost:10382/index.html, _kCFStreamErrorCodeKey=8, NSLocalizedDescription=A server with the specified hostname could not be found., _WKRecoveryAttempterErrorKey=<WKReloadFrameErrorRecoveryAttempter: 0x6000009f9180>, networkTaskDescription=LocalDataTask <4C899E7D-5439-4D52-8018-7942296A3AE8>.<10>, NSErrorFailingURLKey=http://localhost:10382/index.html, NSUnderlyingError=0x6000003649c0 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorCodeKey=8, _kCFStreamErrorDomainKey=12}}, networkTaskMetricsPrivacyStance=NotEligible}
After checking the log, I figured out the problem. It seems that my local hosts file was corrupted or overridden. I added '127.0.0.1 localhost' and now it's displaying properly.
@NghiaTranUIT commented on GitHub (Apr 14, 2023):
ah, I see. It's better to load
http://127.0.0.1:<port>instead of using thelocalhost. Let me fix it 👍@NghiaTranUIT commented on GitHub (Apr 14, 2023):
It's fixed @jinean @1414044032 👍
@NghiaTranUIT commented on GitHub (Apr 14, 2023):
Fixed with this Beta build: https://download.proxyman.io/beta/Proxyman_4.6.0_Fix_Monaco_Editor_v2.dmg
@NghiaTranUIT commented on GitHub (Apr 14, 2023):
Good news: I've bumped the hot-fix v4.6.1. It's fixed the issue 👍
Thanks to everyone who helps me to investigate the bug 🙇
@jinean commented on GitHub (Apr 14, 2023):
666👍🏻