Update error, fatal

Created on 11 October 2023, 9 months ago
Updated 21 November 2023, 8 months ago

Problem/Motivation

Fetching update info from Drupal.

GuzzleHttp\Exception\ServerException: Server error: `GET https://updates.drupal.org/release-history/commerce_license_content/current?site_key=BdxzqkewtPwHqDZVM_j282uQpl8asJkhovTvMtveld0&version=1.0.0-beta2&list=commerce_license_content%2Ccommerce_license_publish_content` resulted in a `503 Service Unavailable` response: <?xml version="1.0" encoding="utf-8"?> <error>No release history was found for the requested project.</error> in GuzzleHttp\Exception\RequestException::create() (line 113 of /home/domain/public_html/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php).

Steps to reproduce

There were no other errors for any of the other modules. I am not well versed in how Drupal installs fetch update info. Not sure why they went with a Javascript library instead of common server tools such as curl?

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Needs review

Version

1.0

Component

Code

Created by

πŸ‡¨πŸ‡¦Canada netgeek123

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @netgeek123
  • Assigned to dangreenman
  • πŸ‡³πŸ‡ΏNew Zealand dangreenman

    Hi there. Thank you for your feedback.
    Are you using drush or composer? It is recommended to use composer.

    It's odd that all your other modules are updating, and only this one is having trouble.
    I think this may be a legacy feature used by drush, and I am not well familiar with it.
    So if anybody else has experience or suggestions, please chime in with a comment.

    I searched the Internet for ideas, and this is what I found
    (it seems your connectivity is ok, but I kept these suggestions in the list anyway):

    According to release updates.drupal.org, the module has release candidates for Drupal 10.x as per:

    https://updates.drupal.org/release-history/commerce_license_content/current?site_key=BdxzqkewtPwHqDZVM_j282uQpl8asJkhovTvMtveld0&version=1.0.0-beta2&list=commerce_license_content%2Ccommerce_license_publish_content
    

    So try the following suggestions:

    There could be a case that you are behind the firewall or corporate proxy, therefore the certificate could be not valid, so you'll have to configure your PHP's curl library either by importing the right certificate and mark it as trusted, ignoring it (not recommended) or use the non-secured connection to check for the new releases.

    Please let us know if you are using composer or not, and how you get on. Thanks.

  • πŸ‡¨πŸ‡¦Canada netgeek123

    I used composer and drush. Error come up on both.

  • πŸ‡³πŸ‡ΏNew Zealand dangreenman

    We need to establish if this is a connectivity error or not at your end. I suspect the latter.
    If you don't follow through with the instructions, and feed back with the results, I can't help.

    What was your result? Especially on that last bullet point.
    I need your error messages.
    You must feed back with as much resulting and helpful information as you can, or I can't diagnose your problem. It only seems to be happening to you.

Production build 0.69.0 2024