It seems Guzzle has updated and uses a lot of new things, and I'm not sure how to get around it. I've been researching the guzzle api for days now. Does goutte still use the commands listed on the home page of instructions? I do not wish to pass an "array" URI and do not wish to do it the "base_uri" new guzzle way. Please help me solve this problem.
Hello,
I just transferred some web scraping code from an older symfony2 project and now I get the error:
"URI must be a string or UriInterface"
The code I'm using is as follows:
`
`
Here's my Goutte composer.json file to show versions:
`
`
It seems Guzzle has updated and uses a lot of new things, and I'm not sure how to get around it. I've been researching the guzzle api for days now. Does goutte still use the commands listed on the home page of instructions? I do not wish to pass an "array" URI and do not wish to do it the "base_uri" new guzzle way. Please help me solve this problem.