matomo-org / searchengine-and-social-list

List of Search engines URLs, keywords and Social network URLs definitions used by Matomo Analytics
https://matomo.org
Creative Commons Zero v1.0 Universal
64 stars 47 forks source link

Add missing ChatGPT "params" #101

Closed mneudert closed 6 months ago

mneudert commented 6 months ago

The new entry for ChatGPT provided by #100 has missing params and results in a notice+warning when a ChatGPT referrer is parsed:

PHP Notice: Undefined index: params in /srv/matomo/plugins/Referrers/SearchEngine.php on line 231
PHP Warning: Invalid argument supplied for foreach() in /srv/matomo/plugins/Referrers/SearchEngine.php on line 283

Eventually, the referrer parsing should handle those problems more gracefully. A CI job to verify all entries have a consistent structure could also help here. But in the meantime, this should keep the logs happy.