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

Log analytics: import_logs.py returns Error: Not Found #5059

Closed
mattab opened this issue Apr 30, 2014 · 1 comment
Closed

Log analytics: import_logs.py returns Error: Not Found #5059

mattab opened this issue Apr 30, 2014 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.

Comments

@mattab
Copy link
Member

mattab commented Apr 30, 2014

When I run the script to ingest log files it fails with the following errors:

root@demo:/var/www/piwik/logs# python /var/www/piwik/misc/log-analytics/import_logs.py --url=http://129.123.194.52/piwik --idsite 2 --enable-static --enable-bots ./intra.log
Traceback (most recent call last):
File "/var/www/piwik/misc/log-analytics/import_logs.py", line 1760, in
resolver = config.get_resolver()
File "/var/www/piwik/misc/log-analytics/import_logs.py", line 660, in get_resolver
return StaticResolver(self.options.site_id)
File "/var/www/piwik/misc/log-analytics/import_logs.py", line 1005, in init
'SitesManager.getSiteFromId', idSite=self.site_id
File "/var/www/piwik/misc/log-analytics/import_logs.py", line 987, in call_api
return cls._call_wrapper(cls._call_api, None, None, method, **kwargs)
File "/var/www/piwik/misc/log-analytics/import_logs.py", line 976, in _call_wrapper
raise Piwik.Error(message)
main.Error: Not Found

What do I do to fix this?

@mattab
Copy link
Member Author

mattab commented Mar 12, 2015

Issue was moved to the new repository for Piwik Log Analytics: https://github.com/piwik/piwik-log-analytics/issues

refs #7163

@mattab mattab closed this as completed Mar 12, 2015
@mattab mattab added the duplicate For issues that already existed in our issue tracker and were reported previously. label Mar 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

1 participant