We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This was an issue reported in forums: http://forum.piwik.org/read.php?2,111193 http://forum.piwik.org/read.php?2,97108
and a nice pull request to fix it was proposed in https://github.com/piwik/piwik/pull/294/files
To reproduce the issue, type:
$ head test-log.log | ./misc/log-analytics/import_logs.py --add-sites-new-hosts --url='http://localhost/piwik-master/' -
The text was updated successfully, but these errors were encountered:
In 7513fef: Merge pull request #294 from etmatrix/master
import_logs give a IOError: 29 Illegal seek when receive log from pipe because we can't seek stdin in pipe mode
Fixes #5254
Sorry, something went wrong.
mattab
No branches or pull requests
This was an issue reported in forums:
http://forum.piwik.org/read.php?2,111193
http://forum.piwik.org/read.php?2,97108
and a nice pull request to fix it was proposed in https://github.com/piwik/piwik/pull/294/files
To reproduce the issue, type:
$ head test-log.log | ./misc/log-analytics/import_logs.py --add-sites-new-hosts --url='http://localhost/piwik-master/' -
The text was updated successfully, but these errors were encountered: