mushon / IWBA

The International Water Bank Association's Water Deposit exhibit - a water ATM for depositing your first drops
0 stars 1 forks source link

styling for email form #27

Closed mushon closed 7 years ago

mushon commented 7 years ago

waiting for the deploy bug to be fixed (#26) so I can debug on the live email. Alternatively (and preferably) is there a way for me to debug online? Can we render the email as a local webpage? @wonyoungso

mushon commented 7 years ago

Made a ticket for this: #27

mushon commented 7 years ago

I mean #28

wonyoungso commented 7 years ago

I updated how you can debug on local, on README.md

mushon commented 7 years ago

@wonyoungso I'm getting this error:

$ bundle exec sidekiq -q default -q mailers

         s
        ss
   sss  sss         ss
   s  sss s   ssss sss   ____  _     _      _    _
   s     sssss ssss     / ___|(_) __| | ___| | _(_) __ _
  s         sss         \___ \| |/ _` |/ _ \ |/ / |/ _` |
  s sssss  s             ___) | | (_| |  __/   <| | (_| |
  ss    s  s            |____/|_|\__,_|\___|_|\_\_|\__, |
  s     s s                                           |_|
        s s
       sss
       sss 

2016-11-05T14:01:03Z 11444 TID-oxgiyjkr4 INFO: Running in ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin14]
2016-11-05T14:01:03Z 11444 TID-oxgiyjkr4 INFO: See LICENSE and the LGPL-3.0 for licensing details.
2016-11-05T14:01:03Z 11444 TID-oxgiyjkr4 INFO: Upgrade to Sidekiq Pro for more features and support: http://sidekiq.org/pro
2016-11-05T14:01:03Z 11444 TID-oxgiyjkr4 INFO: Starting processing, hit Ctrl-C to stop
2016-11-05T14:01:03Z 11444 TID-oxgj5dxh0 INFO: Booting Sidekiq 3.0.2 with redis options {}
2016-11-05T14:01:03Z 11444 TID-oxgj5dxh0 WARN: {:context=>"Launcher#run"}
2016-11-05T14:01:03Z 11444 TID-oxgj5dxh0 WARN: Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)
2016-11-05T14:01:03Z 11444 TID-oxgj5dxh0 WARN: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:290:in `rescue in establish_connection'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:285:in `establish_connection'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:79:in `block in connect'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:257:in `with_reconnect'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:78:in `connect'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:304:in `ensure_connected'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:191:in `block in process'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:270:in `logging'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:190:in `process'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:161:in `call_pipelined'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:133:in `block in call_pipeline'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:257:in `with_reconnect'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:131:in `call_pipeline'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:2094:in `block in multi'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:37:in `block in synchronize'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/2.3.0/monitor.rb:214:in `mon_synchronize'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:37:in `synchronize'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:2086:in `multi'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/launcher.rb:74:in `block in start_heartbeat'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/connection_pool-2.0.0/lib/connection_pool.rb:58:in `with'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq.rb:69:in `redis'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/launcher.rb:73:in `start_heartbeat'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/launcher.rb:40:in `block in run'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/util.rb:15:in `watchdog'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/launcher.rb:36:in `run'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:25:in `public_send'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:25:in `dispatch'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:67:in `dispatch'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/actor.rb:322:in `block in handle_message'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/actor.rb:416:in `block in task'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/tasks.rb:55:in `block in initialize'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/tasks/task_fiber.rb:13:in `block in create'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: Error fetching message: Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:290:in `rescue in establish_connection'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:285:in `establish_connection'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:79:in `block in connect'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:257:in `with_reconnect'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:78:in `connect'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:240:in `with_socket_timeout'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:178:in `call_with_timeout'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:1038:in `block in _bpop'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:37:in `block in synchronize'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/2.3.0/monitor.rb:214:in `mon_synchronize'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:37:in `synchronize'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:1035:in `_bpop'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:1080:in `brpop'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/fetch.rb:102:in `block in retrieve_work'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/connection_pool-2.0.0/lib/connection_pool.rb:58:in `with'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq.rb:69:in `redis'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/fetch.rb:102:in `retrieve_work'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/fetch.rb:37:in `block in fetch'
Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/util.rb:15:in `watchdog'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/fetch.rb:33:in `fetch'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:25:in `public_send'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:25:in `dispatch'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:122:in `dispatch'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/actor.rb:322:in `block in handle_message'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/actor.rb:416:in `block in task'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/tasks.rb:55:in `block in initialize'
2016-11-05T14:01:03Z 11444 TID-oxgk3b9b8 ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/tasks/task_fiber.rb:13:in `block in create'

/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:290:in `rescue in establish_connection'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:285:in `establish_connection'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:79:in `block in connect'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:257:in `with_reconnect'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:78:in `connect'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:304:in `ensure_connected'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:191:in `block in process'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:270:in `logging'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:190:in `process'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:161:in `call_pipelined'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:133:in `block in call_pipeline'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:257:in `with_reconnect'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:131:in `call_pipeline'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:2094:in `block in multi'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:37:in `block in synchronize'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/2.3.0/monitor.rb:214:in `mon_synchronize'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:37:in `synchronize'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:2086:in `multi'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/launcher.rb:74:in `block in start_heartbeat'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/connection_pool-2.0.0/lib/connection_pool.rb:58:in `with'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq.rb:69:in `redis'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/launcher.rb:73:in `start_heartbeat'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/launcher.rb:40:in `block in run'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/util.rb:15:in `watchdog'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/launcher.rb:36:in `run'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:25:in `public_send'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:25:in `dispatch'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:67:in `dispatch'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/actor.rb:322:in `block in handle_message'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/actor.rb:416:in `block in task'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/tasks.rb:55:in `block in initialize'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/tasks/task_fiber.rb:13:in `block in create'
(celluloid):0:in `remote procedure call'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:92:in `value'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/proxies/sync_proxy.rb:33:in `method_missing'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/cli.rb:80:in `run'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/bin/sidekiq:8:in `<top (required)>'
/Users/mushon/.rbenv/versions/2.3.1/bin/sidekiq:23:in `load'
/Users/mushon/.rbenv/versions/2.3.1/bin/sidekiq:23:in `<top (required)>'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/cli/exec.rb:74:in `load'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/cli/exec.rb:74:in `kernel_load'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/cli/exec.rb:27:in `run'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/cli.rb:332:in `exec'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/cli.rb:20:in `dispatch'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/cli.rb:11:in `start'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/exe/bundle:34:in `block in <top (required)>'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/friendly_errors.rb:100:in `with_friendly_errors'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/exe/bundle:26:in `<top (required)>'
/Users/mushon/.rbenv/versions/2.3.1/bin/bundle:23:in `load'
/Users/mushon/.rbenv/versions/2.3.1/bin/bundle:23:in `<main>'
wonyoungso commented 7 years ago

oh, redis.

brew install redis

and retype bundle exec sidekiq~~..

Sent from my iPhone

On 5 Nov 2016, at 10:02, Mushon Zer-Aviv notifications@github.com wrote:

Assigned #27 to @wonyoungso.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

mushon commented 7 years ago

Great, thanks! I am seeing this now: image Are there some parameters I need to pass it maybe to see a specific mail?

mushon commented 7 years ago

Also got 2 errors in console:

application.js:33 WebSocket connection to 'ws://127.0.0.1:1080/messages' failed: Error during WebSocket handshake: Response must not include 'Sec-WebSocket-Protocol' header if not present in request: MailCatcher 0.2 Message Pushsubscribe @ application.js:33
http://127.0.0.1:1080/favicon.ico Failed to load resource: the server responded with a status of 404 (Not Found)
mushon commented 7 years ago

ok, ignore all of the above, I was sending email emails on Heroku, not locally. Anyway, when I try to send locally I get this console error:

xhr.js?14ed:158 POST http://localhost:3000/api/deposits/batch_create.json 500 (Internal Server Error)dispatchXhrRequest @ xhr.js?14ed:158xhrAdapter @ xhr.js?14ed:12
?d41d:52 Error: Request failed with status code 500(…)
wonyoungso commented 7 years ago

hmm..i don't know where the errors came from.. we might take another approach. wait a sec

Sent from my iPhone

On 5 Nov 2016, at 10:41, Mushon Zer-Aviv notifications@github.com wrote:

ok, ignore all of the above, I was sending email emails on Heroku, not locally. Anyway, when I try to send locally I get this console error:

xhr.js?14ed:158 POST http://localhost:3000/api/deposits/batch_create.json 500 (Internal Server Error)dispatchXhrRequest @ xhr.js?14ed:158xhrAdapter @ xhr.js?14ed:12 ?d41d:52 Error: Request failed with status code 500(…) — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

wonyoungso commented 7 years ago

can you let me know the error above on the networks panel on the inspector?

screenshot 2016-11-05 11 22 37

mushon commented 7 years ago

Unfortunately it doesn't even get there: image

wonyoungso commented 7 years ago

damn.. then forget about mailcatcher. I updated readme.md and now you can just execute sidekiq and cat get mail from http://mailtrap.io, I'll give you credentials in mail

mushon commented 7 years ago

hmmm… followed the new readme, still…

$ bundle exec sidekiq -q default -q mailers

         s
        ss
   sss  sss         ss
   s  sss s   ssss sss   ____  _     _      _    _
   s     sssss ssss     / ___|(_) __| | ___| | _(_) __ _
  s         sss         \___ \| |/ _` |/ _ \ |/ / |/ _` |
  s sssss  s             ___) | | (_| |  __/   <| | (_| |
  ss    s  s            |____/|_|\__,_|\___|_|\_\_|\__, |
  s     s s                                           |_|
        s s
       sss
       sss 

2016-11-05T18:59:54Z 14132 TID-ox74qaj8o INFO: Running in ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin14]
2016-11-05T18:59:54Z 14132 TID-ox74qaj8o INFO: See LICENSE and the LGPL-3.0 for licensing details.
2016-11-05T18:59:54Z 14132 TID-ox74qaj8o INFO: Upgrade to Sidekiq Pro for more features and support: http://sidekiq.org/pro
2016-11-05T18:59:54Z 14132 TID-ox74qaj8o INFO: Starting processing, hit Ctrl-C to stop
2016-11-05T18:59:54Z 14132 TID-ox74w5rps INFO: Booting Sidekiq 3.0.2 with redis options {}
2016-11-05T18:59:54Z 14132 TID-ox74w5rps WARN: {:context=>"Launcher#run"}
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: Error fetching message: Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)
2016-11-05T18:59:54Z 14132 TID-ox74w5rps WARN: Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:290:in `rescue in establish_connection'
2016-11-05T18:59:54Z 14132 TID-ox74w5rps WARN: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:290:in `rescue in establish_connection'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:285:in `establish_connection'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:79:in `block in connect'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:257:in `with_reconnect'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:78:in `connect'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:304:in `ensure_connected'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:191:in `block in process'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:270:in `logging'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:190:in `process'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:161:in `call_pipelined'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:133:in `block in call_pipeline'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:257:in `with_reconnect'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:131:in `call_pipeline'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:2094:in `block in multi'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:37:in `block in synchronize'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/2.3.0/monitor.rb:214:in `mon_synchronize'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:37:in `synchronize'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:2086:in `multi'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/launcher.rb:74:in `block in start_heartbeat'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/connection_pool-2.0.0/lib/connection_pool.rb:58:in `with'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq.rb:69:in `redis'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/launcher.rb:73:in `start_heartbeat'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/launcher.rb:40:in `block in run'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/util.rb:15:in `watchdog'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/launcher.rb:36:in `run'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:25:in `public_send'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:25:in `dispatch'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:67:in `dispatch'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/actor.rb:322:in `block in handle_message'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/actor.rb:416:in `block in task'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/tasks.rb:55:in `block in initialize'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/tasks/task_fiber.rb:13:in `block in create'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:285:in `establish_connection'
Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:290:in `rescue in establish_connection'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:285:in `establish_connection'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:79:in `block in connect'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:257:in `with_reconnect'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:78:in `connect'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:304:in `ensure_connected'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:191:in `block in process'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:270:in `logging'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:190:in `process'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:161:in `call_pipelined'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:133:in `block in call_pipeline'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:257:in `with_reconnect'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:131:in `call_pipeline'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:2094:in `block in multi'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:37:in `block in synchronize'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/2.3.0/monitor.rb:214:in `mon_synchronize'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:37:in `synchronize'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:2086:in `multi'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/launcher.rb:74:in `block in start_heartbeat'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/connection_pool-2.0.0/lib/connection_pool.rb:58:in `with'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq.rb:69:in `redis'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/launcher.rb:73:in `start_heartbeat'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/launcher.rb:40:in `block in run'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/util.rb:15:in `watchdog'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/launcher.rb:36:in `run'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:25:in `public_send'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:25:in `dispatch'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:67:in `dispatch'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/actor.rb:322:in `block in handle_message'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/actor.rb:416:in `block in task'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/tasks.rb:55:in `block in initialize'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/tasks/task_fiber.rb:13:in `block in create'
(celluloid):0:in `remote procedure call'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:92:in `value'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/proxies/sync_proxy.rb:33:in `method_missing'
/Users/mushon2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:79:in `block in connect'
/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/cli.rb:80:in `run'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/bin/sidekiq:8:in `<top (required)>'
/Users/mushon/.rbenv/versions/2.3.1/bin/sidekiq:23:in `load'
/Users/mushon/.rbenv/versions/2.3.1/bin/sidekiq:23:in `<top (required)>'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/cli/exec.rb:74:in `load'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/cli/exec.rb:74:in `kernel_load'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/cli/exec.rb:27:in `run'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/cli.rb:332:in `exec'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/cli.rb:20:in `dispatch'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/cli.rb:11:in `start'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/exe/bundle:34:in `block in <top (required)>'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/lib/bundler/friendly_errors.rb:100:in `with_friendly_errors'
/Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.13.4/exe/bundle:26:in `<top (required)>'
/Users/mushon/.rbenv/versions/2.3.1/bin/bundle:23:in `load'
/Users/mushon/.rbenv/versions/2.3.1/bin/bundle:23:in `<main>'2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:257:in `with_reconnect'

2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:78:in `connect'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:240:in `with_socket_timeout'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis/client.rb:178:in `call_with_timeout'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:1038:in `block in _bpop'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:37:in `block in synchronize'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/2.3.0/monitor.rb:214:in `mon_synchronize'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:37:in `synchronize'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:1035:in `_bpop'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/redis-3.0.7/lib/redis.rb:1080:in `brpop'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/fetch.rb:102:in `block in retrieve_work'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/connection_pool-2.0.0/lib/connection_pool.rb:58:in `with'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq.rb:69:in `redis'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/fetch.rb:102:in `retrieve_work'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/fetch.rb:37:in `block in fetch'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/util.rb:15:in `watchdog'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sidekiq-3.0.2/lib/sidekiq/fetch.rb:33:in `fetch'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:25:in `public_send'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:25:in `dispatch'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:122:in `dispatch'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/actor.rb:322:in `block in handle_message'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/actor.rb:416:in `block in task'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/tasks.rb:55:in `block in initialize'
2016-11-05T18:59:54Z 14132 TID-ox75sdiaw ERROR: /Users/mushon/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/celluloid-0.15.2/lib/celluloid/tasks/task_fiber.rb:13:in `block in create'
wonyoungso commented 7 years ago

did you install redis?

brew install redis

mushon commented 7 years ago

I have. Trying gem update now. Skype?

wonyoungso commented 7 years ago

Oh, I'm sorry...

brew install redis-server and bundle exec sidekiq -q default -q mailers

mushon commented 7 years ago
$ brew install redis-server
Error: No available formula with the name "redis-server" 
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
Error: No formulae found in taps.

`

wonyoungso commented 7 years ago

Then check if it's properly installed. brew info redis and if they have info then type brew services start redis to try to start

mushon commented 7 years ago

Airport wifi is unreliable. I'll continue tomorrow. Keep up the good work :)

wonyoungso commented 7 years ago

Have fun in Seoul—jealous of you :)

Best, Wonyoung

— Wonyoung So mail@wonyoung.so http://wonyoung.so

Data Visualization Specialist / Research Fellow Senseable City Lab Massachusetts Institute of Technology http://senseable.mit.edu

On November 5, 2016 at 3:35:58 PM, Mushon Zer-Aviv (notifications@github.com) wrote:

Airport wifi is unreliable. I'll continue tomorrow. Keep up the good work :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mushon/IWBA/issues/27#issuecomment-258635561, or mute the thread https://github.com/notifications/unsubscribe-auth/AAW9zZGoSQWv_OqE4AznySl2EE5xQcxMks5q7NqdgaJpZM4KqN3S .

mushon commented 7 years ago

after @wonyoungso implements #33 @mushon will generate static images for graphs, push them to assets/images and reference them into the admin

mushon commented 7 years ago

closing this one, will track through #22