mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1023] JSON not showing up in the correct format #358
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#358
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 @jaisharx on GitHub (Jul 24, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1023
Originally assigned to: @AndrewBastin on GitHub.
Describe the bug
I am trying out the OMDb APIs with postwoman, and with every request there is invalid json message showing up and the json returned although correct isn't nicely formatted, it's all in one liner.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should show nicely formatted JSON in the view.
Screenshots

Desktop (please complete the following information):
Additional context
I've the chrome ext for postwoman installed as well, if that's helpful. Thanks.
@jaisharx commented on GitHub (Jul 24, 2020):
Oops. It's working now! idk how but sorry 🙇♀️
@liyasthomas commented on GitHub (Jul 24, 2020):
Its an issue with the extension. Turn off extension from Settings > extension and try again.
@AndrewBastin
@AndrewBastin commented on GitHub (Sep 7, 2020):
Yeah, I am reopening this issue because it is something I am working on fixing.
I haven't pinned down the reason for this yet (maybe some issues with the communication in between), but it seems to only affect certain sites and not others.
@liyasthomas commented on GitHub (Sep 8, 2020):
Same issue was there in Proxy mode #1070 after introducing Lenses.
Fix was in this commit:
github.com/hoppscotch/proxyscotch@8c338414a1@AndrewBastin commented on GitHub (Sep 18, 2020):
Well, I added a temporary hacky fix for the issue (explicitly remove the null characters from the end). Will get around with a proper fix once I get around that.
Meanwhile, closing this issue.