-
Notifications
You must be signed in to change notification settings - Fork 34
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
Command line processing causing exception #12
Comments
same experience as well |
Migrated to Piwik 2.14 right now: same error. 😦 |
Hi @tsteur! could you take a look at this issue? |
Or maybe @diosmosis has an idea why it maybe fails around here https://github.com/piwik/plugin-QueuedTracking/blob/master/Commands/Process.php#L43 ? This is - I think - the only difference to the monitor command |
@tsteur I might be able to fix it today, not sure if there are tests for this though. |
@diosmosis any news on your fix ? |
For those of you who are still stranded after this bug. Add these two lines to the recreateEagerCacheInstanceWhichChangesOnceTrackerModeIsEnabled
add
The full function should look like this:
|
@samgabriel Unfortunately this is not working (well, at least, on my installation (up-to-date piwik and QueuedTracking plugin):
|
Hi,
I'm running into an issue with the current version of the plugin. I configured Piwik 2.14.0-rc1 and QueuedTracking version 0.1.6, setup Redis and the plugin configuration and noticed that everything is being collected perfectly. However, once I switch Process during tracking request off and try to process the queue using the console, I get the following exception:
[Piwik\Container\ContainerDoesNotExistException] The root container has not been created yet.
Looking at the code, it seems it is caused in Factory.php (StaticContainer::get('Piwik\Plugins\QueuedTracking\Settings');) because all the other commands work as expected like queuedtracking:monitor
Cheers,
Jesper
The text was updated successfully, but these errors were encountered: