Netflix-Skunkworks / Scumblr

Web framework that allows performing periodic syncs of data sources and performing analysis on the identified results
Apache License 2.0
2.64k stars 317 forks source link

Google Custom Search Issue (No results) #137

Closed scoope3 closed 7 years ago

scoope3 commented 7 years ago

Hello,

I have an issue with the google custom search provider in Scumblr. I am not receiving any results of a very basic search in scumblr. I have set up my Google Custom Search API key and CX ID and inputted into Scumblr.rb as such:

Google

config.google_application_name = "scumblr-google-search" config.google_application_version = "1.0" config.google_developer_key = "XXXX" config.google_cx = "XXXX"

I have set up CSE to search the entire web with an emphasize on one website that I know has what I'm looking for. I even tested the CSE I set up using Google's custom search engine panel on the right side of the configuration area within https://cse.google.com/cse/setup/. I got results in there.

I checked in the API Dashboard and there were no results! There were no errors either. I don't understand what's going on with the api. I have the google custom search API enabled and I have set up credentials of course.

Here is my CSE setup:

screenshot 2017-01-02 at 4 18 50 pm

Here is a snapshot of the Scumblr task:

screenshot - 01022017 - 04_17_34 pm

What I'm hoping to get from posting this: What is the root cause issue of no results generating? I have waited about 20 minutes and I haven't seen any results. In Scumblr 1.0, you would see the results instantly and I remember reading somewhere in Scumblr 2.0 that the results aren't generated for an hour? Where would I even see the results for the task?

Below you will find the task that I created:

screenshot 2017-01-02 at 4 24 49 pm

Google API dashboard shows no errors and no requests: screenshot 2017-01-02 at 4 26 58 pm

scoope3 commented 7 years ago

Also, Task Execution Details are showing up as "unknown". screenshot 2017-01-02 at 4 33 29 pm

scoope3 commented 7 years ago

Also, I am running scumblr via crouton (installed on Precise xfce4) on an Intel Celeron chromebook. Not sure if that could interfere with anything, or if it's something with redis or sidekiq?

scoope3 commented 7 years ago

I just installed Scumblr 2.0 on a different laptop; the same one I got 1.0 to work on before. No problems at all with running the searches. Can someone assist with why this could be a problem on a Chromebook? Has anyone tried running Scumblr on a Chromebook?

ahoernecke commented 7 years ago

Hi @scoope3,

I'm not sure what is causing the issue you experienced; have not attempted to run on a chromebook. The results should show up right away, there should not be an hour long delay.

My suspicion, based on the "unknown" status of your results, would be that redis or sidekiq is not running (or it's not receiving jobs). Can you take a look at your sidekiq log and see if it shows any entries that would indicate jobs were submitted and/or run. Also could you go to /sidekiq (ie http://scumblrhost/sidekiq) and see if it has any error message there and if it's showing tasks being submitted/run?

scoope3 commented 7 years ago

@ahoernecke

Thanks for the response. I'm not really familiar with sidekiq. How would you view the logs? And also, 'http://scumblrhost/sidekiq' results in server not found. Can you elaborate a little bit more? Thank you.

scoope3 commented 7 years ago

These are the only logs I see. screenshot - 01032017 - 06 17 05 pm screenshot - 01032017 - 06 17 27 pm

scoope3 commented 7 years ago

I am also seeing these results for the bundle exec rails command when I run a task:

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:11:29 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.8ms) Completed 200 OK in 41ms (Views: 17.1ms | ActiveRecord: 0.9ms)

Started GET "/tasks/4" for 127.0.0.1 at 2017-01-03 18:11:30 -0600 Processing by TasksController#show as HTML Parameters: {"id"=>"4"} User Load (0.4ms) SELECT "users". FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Task Load (0.4ms) SELECT "tasks". FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 4]] Event Load (15.8ms) SELECT "events". FROM "events" WHERE "events"."eventable_id" = $1 AND "events"."eventable_type" = $2 ORDER BY "events"."id" DESC [["eventable_id", 4], ["eventable_type", "Task"]] User Load (0.6ms) SELECT "users". FROM "users" WHERE "users"."id" IN (1) EventChange Load (0.6ms) SELECT "event_changes". FROM "event_changes" WHERE "event_changes"."event_id" IN (57, 56, 55, 54, 53, 52) Rendered tasks/_show_details.html.erb (1.6ms) Event Load (0.7ms) SELECT "events". FROM "events" WHERE "events"."eventable_id" = $1 AND "events"."eventable_type" = $2 ORDER BY "events"."id" DESC LIMIT 25 OFFSET 0 [["eventable_id", 4], ["eventable_type", "Task"]] CACHE (0.0ms) SELECT "users". FROM "users" WHERE "users"."id" IN (1) CACHE (0.0ms) SELECT "event_changes". FROM "event_changes" WHERE "event_changes"."event_id" IN (57, 56, 55, 54, 53, 52) (0.6ms) SELECT COUNT() FROM "events" WHERE "events"."eventable_id" = $1 AND "events"."eventable_type" = $2 [["eventable_id", 4], ["eventable_type", "Task"]] Rendered shared/_paginated_table.html.erb (27.8ms) Rendered shared/_abstract_table.html.erb (29.5ms) Rendered tasks/show.html.erb within layouts/application (34.9ms) (0.4ms) SELECT COUNT() FROM "saved_filters" WHERE "saved_filters"."user_id" = $1 [["user_id", 1]] (0.4ms) SELECT COUNT() FROM "saved_filters" INNER JOIN "user_saved_filters" ON "saved_filters"."id" = "user_saved_filters"."saved_filter_id" WHERE "user_saved_filters"."user_id" = $1 AND "saved_filters"."saved_filter_type" = $2 [["user_id", 1], ["saved_filter_type", "Result"]] CACHE (0.0ms) SELECT COUNT() FROM "saved_filters" WHERE "saved_filters"."user_id" = $1 [["user_id", 1]] (0.4ms) SELECT COUNT(*) FROM "saved_filters" INNER JOIN "user_saved_filters" ON "saved_filters"."id" = "user_saved_filters"."saved_filter_id" WHERE "user_saved_filters"."user_id" = $1 AND "saved_filters"."saved_filter_type" = $2 [["user_id", 1], ["saved_filter_type", "Event"]] Rendered layouts/layout.html.erb (48.0ms) Completed 200 OK in 235ms (Views: 86.7ms | ActiveRecord: 21.2ms)

Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:30 -0600

Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:30 -0600

Started GET "/assets/foundation_datatables.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:30 -0600

Started GET "/assets/foundation-icons.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:30 -0600

Started GET "/assets/foundation_datepicker.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:30 -0600

Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:30 -0600

Started GET "/assets/nvd3.min.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:30 -0600

Started GET "/assets/select2_overrides.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:30 -0600

Started GET "/assets/results.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:30 -0600

Started GET "/assets/classifications.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:30 -0600

Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:30 -0600

Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:30 -0600

Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:30 -0600

Started GET "/assets/jquery_sparklines.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:30 -0600

Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:30 -0600

Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/foundation_datepicker.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/Chart.bundle.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/chartkick.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/results.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/searches.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/d3.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/sonic.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/nvd3.min.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/zeroclipboard/ZeroClipboard.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/zeroclipboard/asset-path.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/zeroclipboard.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:31 -0600

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:11:31 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.9ms) Completed 200 OK in 42ms (Views: 16.7ms | ActiveRecord: 0.9ms)

Started GET "/tasks/4" for 127.0.0.1 at 2017-01-03 18:11:33 -0600 Processing by TasksController#show as HTML Parameters: {"id"=>"4"} User Load (0.4ms) SELECT "users". FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Task Load (0.4ms) SELECT "tasks". FROM "tasks" WHERE "tasks"."id" = $1 LIMIT 1 [["id", 4]] Event Load (0.8ms) SELECT "events". FROM "events" WHERE "events"."eventable_id" = $1 AND "events"."eventable_type" = $2 ORDER BY "events"."id" DESC [["eventable_id", 4], ["eventable_type", "Task"]] User Load (0.6ms) SELECT "users". FROM "users" WHERE "users"."id" IN (1) EventChange Load (0.6ms) SELECT "event_changes". FROM "event_changes" WHERE "event_changes"."event_id" IN (57, 56, 55, 54, 53, 52) Rendered tasks/_show_details.html.erb (1.7ms) Event Load (0.8ms) SELECT "events". FROM "events" WHERE "events"."eventable_id" = $1 AND "events"."eventable_type" = $2 ORDER BY "events"."id" DESC LIMIT 25 OFFSET 0 [["eventable_id", 4], ["eventable_type", "Task"]] CACHE (0.0ms) SELECT "users". FROM "users" WHERE "users"."id" IN (1) CACHE (0.0ms) SELECT "event_changes". FROM "event_changes" WHERE "event_changes"."event_id" IN (57, 56, 55, 54, 53, 52) (0.6ms) SELECT COUNT() FROM "events" WHERE "events"."eventable_id" = $1 AND "events"."eventable_type" = $2 [["eventable_id", 4], ["eventable_type", "Task"]] Rendered shared/_paginated_table.html.erb (25.0ms) Rendered shared/_abstract_table.html.erb (26.5ms) Rendered tasks/show.html.erb within layouts/application (31.9ms) (0.4ms) SELECT COUNT() FROM "saved_filters" WHERE "saved_filters"."user_id" = $1 [["user_id", 1]] (0.4ms) SELECT COUNT() FROM "saved_filters" INNER JOIN "user_saved_filters" ON "saved_filters"."id" = "user_saved_filters"."saved_filter_id" WHERE "user_saved_filters"."user_id" = $1 AND "saved_filters"."saved_filter_type" = $2 [["user_id", 1], ["saved_filter_type", "Result"]] CACHE (0.0ms) SELECT COUNT() FROM "saved_filters" WHERE "saved_filters"."user_id" = $1 [["user_id", 1]] (0.4ms) SELECT COUNT(*) FROM "saved_filters" INNER JOIN "user_saved_filters" ON "saved_filters"."id" = "user_saved_filters"."saved_filter_id" WHERE "user_saved_filters"."user_id" = $1 AND "saved_filters"."saved_filter_type" = $2 [["user_id", 1], ["saved_filter_type", "Event"]] Rendered layouts/layout.html.erb (44.5ms) Completed 200 OK in 162ms (Views: 80.5ms | ActiveRecord: 6.2ms)

Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation_and_overrides.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation_datatables.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation-icons.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation_datepicker.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/nvd3.min.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/select2_overrides.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/results.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/classifications.css?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/jquery_sparklines.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:33 -0600

Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/foundation_datepicker.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/Chart.bundle.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/chartkick.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/results.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/searches.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/d3.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/sonic.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/nvd3.min.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/zeroclipboard/ZeroClipboard.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/zeroclipboard/asset-path.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/zeroclipboard.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2017-01-03 18:11:34 -0600

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:11:34 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.9ms) Completed 200 OK in 43ms (Views: 17.3ms | ActiveRecord: 1.0ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:11:44 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (6.3ms) Completed 200 OK in 43ms (Views: 19.8ms | ActiveRecord: 1.0ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:11:54 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (5.2ms) Completed 200 OK in 40ms (Views: 17.4ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:12:05 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.8ms) Completed 200 OK in 41ms (Views: 16.9ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:12:15 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (5.3ms) Completed 200 OK in 40ms (Views: 17.4ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:12:25 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (5.4ms) Completed 200 OK in 41ms (Views: 17.5ms | ActiveRecord: 0.9ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:12:35 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.8ms) Completed 200 OK in 40ms (Views: 16.5ms | ActiveRecord: 1.7ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:12:45 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.9ms) Completed 200 OK in 51ms (Views: 17.0ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:12:55 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.8ms) Completed 200 OK in 39ms (Views: 16.6ms | ActiveRecord: 0.9ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:13:05 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.8ms) Completed 200 OK in 40ms (Views: 16.7ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:13:15 -0600 Processing by TasksController#events as / User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.8ms) Completed 200 OK in 41ms (Views: 16.3ms | ActiveRecord: 1.0ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:13:25 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.8ms) Completed 200 OK in 39ms (Views: 16.4ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:13:35 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (5.4ms) Completed 200 OK in 40ms (Views: 18.4ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:13:45 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.8ms) Completed 200 OK in 40ms (Views: 16.4ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:13:55 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (5.1ms) Completed 200 OK in 40ms (Views: 17.2ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:14:06 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.8ms) Completed 200 OK in 40ms (Views: 16.9ms | ActiveRecord: 0.9ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:14:16 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.8ms) Completed 200 OK in 39ms (Views: 16.4ms | ActiveRecord: 0.9ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:14:26 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (5.3ms) Completed 200 OK in 44ms (Views: 18.9ms | ActiveRecord: 0.9ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:14:36 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (5.4ms) Completed 200 OK in 45ms (Views: 20.0ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:14:46 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (5.6ms) Completed 200 OK in 42ms (Views: 17.7ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:14:56 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.9ms) Completed 200 OK in 41ms (Views: 16.9ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:15:06 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.9ms) Completed 200 OK in 42ms (Views: 17.4ms | ActiveRecord: 0.9ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:15:16 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.9ms) Completed 200 OK in 40ms (Views: 16.8ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:15:26 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.9ms) Completed 200 OK in 39ms (Views: 16.5ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:15:36 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.8ms) Completed 200 OK in 40ms (Views: 16.5ms | ActiveRecord: 0.9ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:15:46 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.7ms) Completed 200 OK in 40ms (Views: 16.4ms | ActiveRecord: 0.9ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:15:56 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (5.0ms) Completed 200 OK in 42ms (Views: 17.1ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:16:07 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (5.4ms) Completed 200 OK in 42ms (Views: 17.9ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:16:17 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (5.6ms) Completed 200 OK in 48ms (Views: 19.0ms | ActiveRecord: 0.9ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:16:27 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (5.4ms) Completed 200 OK in 42ms (Views: 18.5ms | ActiveRecord: 0.9ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:16:37 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.9ms) Completed 200 OK in 41ms (Views: 16.9ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:16:47 -0600 Processing by TasksController#events as / User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.9ms) Completed 200 OK in 42ms (Views: 17.1ms | ActiveRecord: 1.0ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:16:57 -0600 Processing by TasksController#events as / User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (5.6ms) Completed 200 OK in 52ms (Views: 18.5ms | ActiveRecord: 1.1ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:17:07 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.9ms) Completed 200 OK in 41ms (Views: 16.8ms | ActiveRecord: 0.9ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:17:17 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (5.0ms) Completed 200 OK in 42ms (Views: 17.4ms | ActiveRecord: 0.9ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:17:27 -0600 Processing by TasksController#events as / User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (5.7ms) Completed 200 OK in 45ms (Views: 18.9ms | ActiveRecord: 1.1ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:17:37 -0600 Processing by TasksController#events as / User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (5.2ms) Completed 200 OK in 44ms (Views: 17.4ms | ActiveRecord: 1.1ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:17:47 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (14.5ms) Completed 200 OK in 51ms (Views: 26.5ms | ActiveRecord: 0.9ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:17:57 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (10.4ms) Completed 200 OK in 46ms (Views: 22.6ms | ActiveRecord: 0.9ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:18:08 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.8ms) Completed 200 OK in 40ms (Views: 16.8ms | ActiveRecord: 0.9ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:18:18 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.8ms) Completed 200 OK in 40ms (Views: 16.6ms | ActiveRecord: 0.9ms) (precise)bud@localhost:~/Scumblr$

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:18:28 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.9ms) Completed 200 OK in 41ms (Views: 17.4ms | ActiveRecord: 0.9ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:18:38 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (5.2ms) Completed 200 OK in 41ms (Views: 17.3ms | ActiveRecord: 0.9ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:18:48 -0600 Processing by TasksController#events as / User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.8ms) Completed 200 OK in 42ms (Views: 17.1ms | ActiveRecord: 0.8ms)

Started GET "/tasks/events" for 127.0.0.1 at 2017-01-03 18:18:58 -0600 Processing by TasksController#events as / User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered tasks/_statuses.html.erb (0.1ms) Rendered tasks/events.js.erb (4.8ms) Completed 200 OK in 41ms (Views: 17.0ms | ActiveRecord: 0.9ms)

ahoernecke commented 7 years ago

It looks like your version of redis it too old for sidekiq. The error message you're getting indicates you need Redis 2.8.0 or greater. Can you update your version of redis, restart sidekiq and see if that makes a difference?

scoope3 commented 7 years ago

You bet that fixed it. Thanks Andy!

ahoernecke commented 7 years ago

Awesome, thanks!