- Issue created by @lamp5
- πΊπΈUnited States nmillin
I can confirm the same issue.
The stage_file_proxy.fetch_manager service was removed in https://git.drupalcode.org/project/stage_file_proxy/-/commit/aca5a868ef3... from https://www.drupal.org/project/stage_file_proxy/issues/3438649 π Automated Drupal 11 compatibility fixes for stage_file_proxy Fixed . It looks like the stage_file_proxy.download_manager service should be used instead.
I'll try to create a patch to address this.
- Merge request !82Replaced fetch_manager service (was removed in #3438649) with download_manager... β (Closed) created by nmillin
- πΊπΈUnited States nmillin
I've created the MR, but here is a patch if people want to add try it out in the meantime.
Maintainers, please let me know if there should be any changes. Thanks!
- Status changed to Needs review
5 months ago 7:37pm 14 August 2024 - Status changed to Fixed
5 months ago 9:09pm 17 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.
- πΊπΈUnited States john.oltman
Not sure why this was marked fixed since it was not committed to 3.1.x branch yet. Please reopen this issue or commit to the branch and do another release. Thank you.
- Status changed to Needs work
5 months ago 2:16pm 5 September 2024 - π¬π§United Kingdom 2dareis2do
Tested locally on 10.3.5
Patch seems to work for me. i.e. no more
[debug] Could not instantiate Drupal\stage_file_proxy\Drush\Commands\StageFileProxyCommands: You have requested a non-existent service "stage_file_proxy.fetch_manager". Did you mean this: "stage_file_proxy.download_manager"? [2053.12 sec, 10.19 MB]
-
smustgrave β
committed 26abf85c on 3.1.x
Issue #3465906 by nmillin: You have requested a non-existent service "...
-
smustgrave β
committed 26abf85c on 3.1.x
Automatically closed - issue fixed for 2 weeks with no activity.