mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #169] number value in JSON response parse error #166
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#166
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 @jkyeo on GitHub (Jun 11, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/169
Originally assigned to: @NghiaTranUIT on GitHub.
Which Proxyman version are you using? (Ex. Proxyman 0.5 (200))
Version 1.4.1.1 (1411)
What OS Version are you using? (Ex. mac 10.13)
macOS 10.14.5
Steps to reproduce this issue
view https response in JSON mode
raw data is:
but get incorrect formatted JSON in number format:
@NghiaTranUIT commented on GitHub (Jun 11, 2019):
Thank for the report @jkyeo. I've investigated and it turns out that the NSFormatter which I'm using is misconfig 😮
I will send you the update soon.
@NghiaTranUIT commented on GitHub (Jun 12, 2019):
Hey @jkyeo,
I've fixed this bug. Technically, I don't use NSJSONSerialization from Cocoa to pretty the json string anymore. The float issues results from how NSNumber store the value 🔥.
You can download the hot-fix build, which fix the JSON issue on float number here: https://www.dropbox.com/s/lclqkucsjl033ui/Proxyman_1.4.1.1.dmg?dl=0
If you're using Proxyman from Setapp, please let me know, then I will sent you the Setapp version (required paid Setapp account to launch).
Thank you so much for the bug report 💌
@jkyeo commented on GitHub (Jun 13, 2019):
@NghiaTranUIT Yes, I'm using the Proxyman from Setapp.
@NghiaTranUIT commented on GitHub (Jun 14, 2019):
Hey @jkyeo, here is the Setapp build: https://www.dropbox.com/s/cmpaa4l69b2c85l/Proxyman_1.4.1.1.dmg?dl=0
Let me know if you need further help ☕️
@jkyeo commented on GitHub (Jun 14, 2019):
@NghiaTranUIT It seems this issue still exist.

@NghiaTranUIT commented on GitHub (Jun 14, 2019):
I see the problem @jkyeo. If you open Proxyman from Setapp, it will still open the old build at
/Applications/Setapp/Proxyman.app-> Wrong JSON format.Please open directly the Proxyman in
/Applications/Proxyman.app(after dragging from the DMG file)I will officially push the hot-fix to Setapp in this weekend. So you will have official build from Setapp 👏
Hot-fix build
Setapp build
@jkyeo commented on GitHub (Jun 14, 2019):
@NghiaTranUIT It work now, thanks for your patience.
@NghiaTranUIT commented on GitHub (Jun 14, 2019):
Cool. Official build is gonna release in Monday 👏 Stay tuned!