geocoder-php/BazingaGeocoderBundle

Instance of Http\Client\Common\PluginClient given

andydandy80 opened this issue · 6 comments

I got the following error in Symfony 5.4 Application, Bundle Version 5.19:
Uncaught Error: Argument 1 passed to Bazinga\GeocoderBundle\ProviderFactory\AbstractFactory::__construct() must implement interface Psr\Http\Client\ClientInterface or be null, instance of Http\Client\Common\PluginClient given

I dont really know where the Problem is? Any suggestions?

Which version of httplug are you using?

Version 1.28

Are you not able to update to v2? Probably I should add a conflict to the bundle that it's incompatible anymore with <2.0 because it does not implement the psr client

sorry, currently not

I'd suggest to stick with 5.18 version then as there are no new features in 5.19 :)

thanks, i think thats the way currently