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

Error with X-Mollie-Client-Info header #612

Closed
it-can opened this issue Mar 20, 2022 · 3 comments
Closed

Error with X-Mollie-Client-Info header #612

it-can opened this issue Mar 20, 2022 · 3 comments

Comments

@it-can
Copy link
Contributor

it-can commented Mar 20, 2022

Specifications

  • API Version: v2.40.2

Describe the issue

Getting this error on my docker machine

"Linux f0f489981e90 5.10.104-linuxkit #1 SMP Wed Mar 9 19:05:23 UTC 2022 x86_64" is not valid header value

seems to be triggered by this

https://github.com/mollie/mollie-api-php/blob/master/src/MollieApiClient.php#L535

...

@it-can
Copy link
Contributor Author

it-can commented Mar 20, 2022

seems to be a bug in Guzzle psr7 guzzle/psr7#489

@holtkamp
Copy link
Contributor

holtkamp commented Mar 20, 2022

Seems to also occur when upgrading guzzle/psr7 1.8.3 => 1.8.4

Here are the changes: guzzle/psr7@1.8.3...1.8.4

Forcing composer to install 1.8.3 using "guzzlehttp/psr7": "1.8.3" resolves the problem.

I suppose this is not a Mollie issue, but Mollie will probably get lot of failed payments due to this.

@GrahamCampbell
Copy link

This will be fixed in 1.8.5, 2.1.2, 2.2.1.

@it-can it-can closed this as completed Mar 20, 2022
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