-
#### What are you trying to achieve?
Test that the API correctly handles urls with double slashes
#### What do you get instead?
Errors are thrown before the http request is made
> Provide …
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
10.1.0 - main
…
-
getting this error while running cronjob
93% 2 mins/2 mins 46.5 MiBTypeError: Argument 1 passed to GuzzleHttp\Ring\Client\StreamHandler::__invoke() must be of the type array, object given, called i…
-
**Guzzle version(s) affected**: 7.8.1
**PHP version**: 8.1.27
**cURL version**: 8.5.0
**Description**
In my queue program, I have a significant number of requests made to external services. …
-
### Describe the bug
After fix #2855
new error if Aws\S3\S3Client created with debug with logfn
Uncaught Exception fprintf(): supplied resource is not a valid stream resource
Stack trace: #0
/…
-
Looks like this library comes with it's own implementation of HTTP messages, almost identical to those defined in PSR-7 standard, but not compatible on interface level. I can see that:
- `UriInterface…
-
Hi, tell me how can I make any handler and register it in your library or implement it through the http-client so that I can log all the requests and answers? Do you have any idea how this can be impl…
-
I guess this one is related to my config but I can't seem to make it work. I'm trying to setup notify_push using `php occ notify_push:setup` but I'm always getting a `push server is not a trusted prox…
-
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Version
10.0.17
### Bug descript…
-
Great project, thank you!
I've taken a brief look through the project, and it looks pretty similar to a scheduler that I've used in the past (Quartz Scheduler), which I was going to use until I found…