-
Notifications
You must be signed in to change notification settings - Fork 78
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
Rake Task Errors When Importing From Google Analytics (7.2) #3090
Comments
Okay, I'm extra confused because I brought up rails console to trouble shoot and running just these two lines works in the sense it creates rows in my database, but all the view counts are zero, despite google analytics having data. |
@carrickr Nothing jumps out at me. If you run the rake task with |
I'm seeing this in my larger trace
I'm not sure if I should be focusing on that Legato exception that gets flagged as Info or further down on the actual error |
I don't think you can run Legato in development mode, I think it requires eager loading. @carrickr can you try with |
@jcoyne I am using this in the production environment with RAILS_ENV=production prior to invocation of my rake task/console. My full command for the dump above was:
|
Descriptive summary
Version 7.2
We've run through the instructions page and everything is configured correctly, generators run, etc. However when I run the generator I get an
undefined method
each' for true:TrueClass`. I've started to dig through the user stats service to see if there might be a bug, but guidance and where the bug might lurk is helpful (or for that matter if I just did something flat out wrong).The text was updated successfully, but these errors were encountered: