• Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • core
    • 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(
      {...}
      );
      

          [JENKINS-73763] IOException: Could not find JSON in ...

          James Howe created issue -
          James Howe made changes -
          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}
          Mark Waite made changes -
          Link New: This issue duplicates JENKINS-73760 [ JENKINS-73760 ]
          Mark Waite made changes -
          Resolution New: Duplicate [ 3 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Basil Crow made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]

            Unassigned Unassigned
            jameshowe James Howe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: