Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call to undefined function GuzzleHttp\Promise\settle() #62

Open
stevenmaguire opened this issue Oct 30, 2023 · 5 comments
Open

Call to undefined function GuzzleHttp\Promise\settle() #62

stevenmaguire opened this issue Oct 30, 2023 · 5 comments

Comments

@stevenmaguire
Copy link

SDK version 1.1.11

File upload is failing because of an apparent issue with Guzzle promises.

CleanShot 2023-10-30 at 13 13 16@2x

Unrelated to the issue - is this package actively being maintained?

@tomgibb
Copy link

tomgibb commented Dec 19, 2023

I am not sure how to use Github, really, but this worked for me. Perhaps you can commit it?

  1. add use GuzzleHttp\Promise;
  2. Swap out the GuzzleHttp/Promises\settle for Promise\Utils::settle

@jake-lundberg
Copy link

We're seeing this issue too. We had to upgrade Guzzle because other dependencies require the latest version, and we are now getting this error as well.

@stevenmaguire
Copy link
Author

@tomgibb there is indeed a solution here. The problem is that it does not exist in this package.

@jake-lundberg this problem is in need of a fix. I've contact Filestack support and they have brushed it off.

CleanShot 2024-01-10 at 13 15 11@2x

That was November 2023.

@tomgibb
Copy link

tomgibb commented Jan 10, 2024 via email

@stevenmaguire
Copy link
Author

Thanks @tomgibb - that is a useful find. Perhaps @pubpackage is open to creating a pull request against this package? Although considering there is PR #55 from 2021 still open, getting a PR reviewed a merged may also be asking too much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants