You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without "symfony/property-access" I get Fatal error: Class 'Symfony\Component\PropertyAccess\PropertyAccess' not found in adwords-lib-experimental\vendor\symfony\serializer\Normalizer\ObjectNormalizer.php on line 40 when trying to download report data.
I know that "symfony/serializer" lists it as suggested requirement but it's not installed by default.
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue. It does require symfony/property-access for using ObjectNormalizer.
We're migrating from ObjectNormalizer to GetSetMethodNormalizer for the reporting.
This will get aligned with BatchJobs, which also uses GetSetMethodNormalizer, and the lib will require no symfony/property-access anymore.
Before that, you could switch from ObjectNormalizer to GetSetMethodNormalizer in ReportDownloader lines 33 and 72 by yourself.
Without "symfony/property-access" I get
Fatal error: Class 'Symfony\Component\PropertyAccess\PropertyAccess' not found in adwords-lib-experimental\vendor\symfony\serializer\Normalizer\ObjectNormalizer.php on line 40
when trying to download report data.I know that "symfony/serializer" lists it as suggested requirement but it's not installed by default.
The text was updated successfully, but these errors were encountered: