Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling QueuedTracking breaks Provider lookup #150

Closed
iammattmartin opened this issue Jun 1, 2021 · 2 comments
Closed

Enabling QueuedTracking breaks Provider lookup #150

iammattmartin opened this issue Jun 1, 2021 · 2 comments

Comments

@iammattmartin
Copy link

As reported against the Provider plugin, since an upgrade in December, all providers started showing as unknown.

Today we disabled QueuedTracking and provider names started being re-populated again from the geoip database. On re-enabling QT, providers went back to being stored as unknown.

Would be nice to get this fixed and we've been able to replicate on a new install on a new server from latest stable version.

Ref: matomo-org/plugin-Provider#10

@iammattmartin
Copy link
Author

It appears the "fix" is the same as listed in #136.

Uncommenting this line also fixes the lookup on queuedvisits.

[2021-06-01 03:25:36] piwik.DEBUG: GEO: Found IP x.x.x.x location (provider 'geoip2php'): array (   'continent_name' => 'Europe',   'continent_code' => 'EU',   'country_code' => 'GB',   'country_name' => 'United Kingdom',   'city_name' => NULL,   'lat' => 51.496,   'long' => -0.122,   'postal_code' => NULL,   'isp' => 'xxx.',   'org' => 'xxx.', ) [] {"class":"UserCountry","request_id":24586}

Although that other issue mentions reverse DNS where as this also stops GeoIP lookups too.

@AltamashShaikh
Copy link
Contributor

Closing this in favour of #136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants