Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upInvalid json from bug report #2903
Open
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
nice catch on those unescaped characters. |
This comment has been minimized.
This comment has been minimized.
|
b.t.w. |
This comment has been minimized.
This comment has been minimized.
|
Yeah, that's why I reported the issue here ;-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


As @eladkarako stated in #2867 (comment), the bug-report-to-markdown-converter couldn't convert a bug report / crash log generated by NewPipe. This is due to some unescaped
"inside the exception string:[...] host "youtube.com": No [...]. After escaping correctly ([...] host \"youtube.com\": No [...]) the bug report could be converted correctly.Original bug report generated by NewPipe
Fixed bug report
Fixed bug report converted to Markdown using this
Exception
Crash log