pivvenit / acf-composer-bridge

Provides a static composer repository that references all Advanced Custom Fields Pro versions
MIT License
47 stars 8 forks source link

I can't update ACF #11

Closed ioneill closed 3 years ago

ioneill commented 3 years ago

` - Installing advanced-custom-fields/advanced-custom-fields-pro (5.9.4): Downloading (failed)

[Composer\Downloader\TransportException] The "https://connect.advancedcustomfields.com/v2/plugins/download?p=pro&t=5.9.4" file could not be downloaded (HTTP/1.1 404 Not Found) ` ACF_PRO_KEY is in my .env file, and is correct. Is this a known issue?

Qrious commented 3 years ago

Hi,

I'm unable to reproduce this issue locally. Can you please provide me with the following information:

  1. Which composer repository do you use?

  2. Which is your composer version? You can obtain it by running composer --version.

  3. Does the below composer.json example work for you with the following command: composer install --no-cache -vvv Can you please provide me with the relevant lines i've posted below (mind to remove your key)

    {
    "name": "example/test",
    "repositories": [
    {
      "type": "composer",
      "url": "https://pivvenit.github.io/acf-composer-bridge/composer/v3/wordpress-muplugin/"
    }
    ],
    "require": {
    "advanced-custom-fields/advanced-custom-fields-pro": "^5.9.4"
    }
    }
[...]  // Lots of lines before this
> pre-file-download: PivvenIT\Composer\Installers\ACFPro\ACFProInstallerPlugin->onPreFileDownload
  - Downloading advanced-custom-fields/advanced-custom-fields-pro (5.9.4)
Downloading https://connect.advancedcustomfields.com/v2/plugins/download?p=pro&t=5.9.4&k={KEY HERE}
  - Installing composer/installers (v1.9.0): Extracting archive
Executing command (CWD): rmdir /S /Q "{PATH}\vendor\composer\installers"
Executing command (CWD): rmdir /S /Q "{PATH}\vendor\composer\1c21e311"
Loading plugin Composer\Installers\Plugin
  - Installing advanced-custom-fields/advanced-custom-fields-pro (5.9.4): Extracting archive
Executing command (CWD): rmdir /S /Q "{PATH}\wp-content\mu-plugins\advanced-custom-fields-pro"
Executing command (CWD): rmdir /S /Q "{PATH}\vendor\composer\6adea1ba"
Executing command (CWD): rmdir /S /Q "{PATH}\vendor\advanced-custom-fields\advanced-custom-fields-pro"
stale[bot] commented 3 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

Sandy-Garrido commented 3 years ago

I'm also getting this issue! @Qrious, it was fine before Dec when I last checked it