Intermittent JSON parse failure
See original GitHub issuehttps://github.com/mxcl/xcodebuild/runs/2754225991
Run ./
with:
platform: macOS
xcode: ^11
working-directory: fixture
code-coverage: false
action: test
quiet: true
Selected Xcode 11.7.0
Error: SyntaxError: Unexpected token b in JSON at position 93
https://github.com/chris-araman/CombineCloudKit/runs/2754115546
Run chris-araman/xcodebuild@tweaks
with:
action: build
platform: tvOS
xcode: ~11.3
quiet: false
code-coverage: false
env:
TOOLCHAINS:
Selected Xcode 11.3.1
Error: SyntaxError: Unexpected token b in JSON at position 106
I wonder whether this might be related to this issue, resolved in Xcode 12.5:
xcodebuild no longer double-escapes the output of xcodebuild -showBuildSettings -json. (63554669)
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Intermittent JSON parser failure for unescaped control character
The error is probably happening because it is trying to parse a partial block of data. Share. Share a link to this answer....
Read more >API Automation Intermittent Error with jSON Parse - web ...
Description: Try to hit the same code couple times, it gives error "ERROR - jSON Parse error: Unrecognized token '<'" intermittently.
Read more >SyntaxError: JSON.parse: bad parsing - JavaScript | MDN
JSON.parse() parses a string as JSON. This string has to be valid JSON and will throw this error if incorrect syntax was encountered....
Read more >Core UI raises JSON parsing error intermittently
UI is loading js script in the json file some times during that time its failed parse the JSON file. This a bug...
Read more >Solved: Error while parsing JSON: 'Unexpected character en...
Http request failed: the content was not a valid JSON. Error while parsing JSON: 'Unexpected character encountered while parsing value: A. Path '',...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I believe it will not happen anymore (release pending #22).
Probs fixed: #21