-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Jenkins 2.462.2
Java 17.0.12
Rocky Linux 9.4
The Update Centre has started showing this error when attempting to refresh the availavble updates:
There were errors checking the update sites: IOException: Could not find JSON in http://updates.jenkins-ci.org/update-center.json?id=default&version=2.462.2
Checking that URL myself, it has Content-Type: application/json but is returning JSONP content, not JSON:
updateCenter.post( {...} );
- duplicates
-
JENKINS-73760 Updates fail due to invalid JSON from HTTP updates.jenkins.io (HTTPS is ok)
-
- Closed
-
[JENKINS-73763] IOException: Could not find JSON in ...
Description |
Original:
The Update Centre has started showing this error when attempting to refresh the availavble updates:
{quote}There were errors checking the update sites: IOException: Could not find JSON in [http://updates.jenkins-ci.org/update-center.json?id=default&version=2.462.2] {quote} Checking that URL myself, it has {{Content-Type: application/json}} but is returning JSONP content, not JSON: updateCenter.post( \{...} ); |
New:
The Update Centre has started showing this error when attempting to refresh the availavble updates:
{quote}There were errors checking the update sites: IOException: Could not find JSON in [http://updates.jenkins-ci.org/update-center.json?id=default&version=2.462.2] {quote} Checking that URL myself, it has {{Content-Type: application/json}} but is returning JSONP content, not JSON: {code} updateCenter.post( {...} ); {code} |
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |