Guest User

Untitled

a guest
Jun 2nd, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.85 KB | None | 0 0
  1. Exception during receive. source sequence is illegal/malformed utf-8: /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/core_ext/object/json.rb:38:in `to_json'
  2. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/core_ext/object/json.rb:38:in `to_json'
  3. /home/drwho/.rvm/gems/ruby-2.6.3/gems/json-2.3.0/lib/json/common.rb:224:in `generate'
  4. /home/drwho/.rvm/gems/ruby-2.6.3/gems/json-2.3.0/lib/json/common.rb:224:in `generate'
  5. /home/drwho/.rvm/gems/ruby-2.6.3/gems/json-2.3.0/lib/json/common.rb:394:in `dump'
  6. /home/drwho/huginn/lib/json_with_indifferent_access.rb:10:in `dump'
  7. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activerecord-5.2.2.1/lib/active_record/type/serialized.rb:29:in `serialize'
  8. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activemodel-5.2.2.1/lib/active_model/type/helpers/mutable.rb:8:in `cast'
  9. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activemodel-5.2.2.1/lib/active_model/attribute.rb:175:in `type_cast'
  10. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activemodel-5.2.2.1/lib/active_model/attribute.rb:42:in `value'
  11. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activemodel-5.2.2.1/lib/active_model/attribute.rb:156:in `changed_from_assignment?'
  12. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activemodel-5.2.2.1/lib/active_model/attribute.rb:59:in `changed?'
  13. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activemodel-5.2.2.1/lib/active_model/attribute_mutation_tracker.rb:49:in `changed?'
  14. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activemodel-5.2.2.1/lib/active_model/attribute_mutation_tracker.rb:15:in `block in changed_attribute_names'
  15. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activemodel-5.2.2.1/lib/active_model/attribute_mutation_tracker.rb:15:in `select'
  16. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activemodel-5.2.2.1/lib/active_model/attribute_mutation_tracker.rb:15:in `changed_attribute_names'
  17. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activerecord-5.2.2.1/lib/active_record/attribute_methods/dirty.rb:114:in `changed_attribute_names_to_save'
  18. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activerecord-5.2.2.1/lib/active_record/associations/association.rb:182:in `initialize_attributes'
  19. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activerecord-5.2.2.1/lib/active_record/associations/association.rb:285:in `block in build_record'
  20. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activerecord-5.2.2.1/lib/active_record/core.rb:316:in `initialize'
  21. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activerecord-5.2.2.1/lib/active_record/inheritance.rb:66:in `new'
  22. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activerecord-5.2.2.1/lib/active_record/inheritance.rb:66:in `new'
  23. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activerecord-5.2.2.1/lib/active_record/reflection.rb:154:in `build_association'
  24. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activerecord-5.2.2.1/lib/active_record/associations/association.rb:284:in `build_record'
  25. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activerecord-5.2.2.1/lib/active_record/associations/collection_association.rb:108:in `build'
  26. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activerecord-5.2.2.1/lib/active_record/associations/collection_proxy.rb:319:in `build'
  27. /home/drwho/huginn/app/models/agent.rb:112:in `build_event'
  28. /home/drwho/huginn/app/models/agent.rb:121:in `create_event'
  29. /home/drwho/huginn/app/concerns/dry_runnable.rb:88:in `create_event'
  30. /home/drwho/huginn/app/models/agents/shell_command_agent.rb:112:in `handle'
  31. /home/drwho/huginn/app/models/agents/shell_command_agent.rb:85:in `block in receive'
  32. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activerecord-5.2.2.1/lib/active_record/relation/delegation.rb:71:in `each'
  33. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activerecord-5.2.2.1/lib/active_record/relation/delegation.rb:71:in `each'
  34. /home/drwho/huginn/app/models/agents/shell_command_agent.rb:84:in `receive'
  35. /home/drwho/huginn/app/jobs/agent_receive_job.rb:8:in `perform'
  36. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activejob-5.2.2.1/lib/active_job/execution.rb:39:in `block in perform_now'
  37. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/callbacks.rb:109:in `block in run_callbacks'
  38. /home/drwho/.rvm/gems/ruby-2.6.3/gems/i18n-1.6.0/lib/i18n.rb:297:in `with_locale'
  39. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activejob-5.2.2.1/lib/active_job/translation.rb:9:in `block (2 levels) in <module:Translation>'
  40. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/callbacks.rb:118:in `instance_exec'
  41. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
  42. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activejob-5.2.2.1/lib/active_job/logging.rb:26:in `block (4 levels) in <module:Logging>'
  43. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/notifications.rb:168:in `block in instrument'
  44. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/notifications/instrumenter.rb:23:in `instrument'
  45. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/notifications.rb:168:in `instrument'
  46. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activejob-5.2.2.1/lib/active_job/logging.rb:25:in `block (3 levels) in <module:Logging>'
  47. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activejob-5.2.2.1/lib/active_job/logging.rb:46:in `block in tag_logger'
  48. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/tagged_logging.rb:71:in `block in tagged'
  49. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/tagged_logging.rb:28:in `tagged'
  50. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/tagged_logging.rb:71:in `tagged'
  51. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activejob-5.2.2.1/lib/active_job/logging.rb:46:in `tag_logger'
  52. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activejob-5.2.2.1/lib/active_job/logging.rb:22:in `block (2 levels) in <module:Logging>'
  53. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/callbacks.rb:118:in `instance_exec'
  54. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
  55. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/callbacks.rb:136:in `run_callbacks'
  56. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activejob-5.2.2.1/lib/active_job/execution.rb:38:in `perform_now'
  57. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activejob-5.2.2.1/lib/active_job/execution.rb:24:in `block in execute'
  58. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/callbacks.rb:109:in `block in run_callbacks'
  59. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activejob-5.2.2.1/lib/active_job/railtie.rb:28:in `block (4 levels) in <class:Railtie>'
  60. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/execution_wrapper.rb:87:in `wrap'
  61. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/reloader.rb:73:in `block in wrap'
  62. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/execution_wrapper.rb:87:in `wrap'
  63. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/reloader.rb:72:in `wrap'
  64. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activejob-5.2.2.1/lib/active_job/railtie.rb:27:in `block (3 levels) in <class:Railtie>'
  65. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/callbacks.rb:118:in `instance_exec'
  66. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
  67. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activesupport-5.2.2.1/lib/active_support/callbacks.rb:136:in `run_callbacks'
  68. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activejob-5.2.2.1/lib/active_job/execution.rb:22:in `execute'
  69. /home/drwho/.rvm/gems/ruby-2.6.3/gems/activejob-5.2.2.1/lib/active_job/queue_adapters/delayed_job_adapter.rb:42:in `perform'
  70. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb:81:in `block in invoke_job'
  71. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb:61:in `block in initialize'
  72. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb:66:in `execute'
  73. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb:40:in `run_callbacks'
  74. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb:78:in `invoke_job'
  75. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/worker.rb:230:in `block (2 levels) in run'
  76. /home/drwho/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
  77. /home/drwho/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/timeout.rb:103:in `timeout'
  78. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/worker.rb:230:in `block in run'
  79. /home/drwho/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/benchmark.rb:308:in `realtime'
  80. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/worker.rb:229:in `run'
  81. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/worker.rb:312:in `block in reserve_and_run_one_job'
  82. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb:61:in `block in initialize'
  83. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb:66:in `execute'
  84. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb:40:in `run_callbacks'
  85. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/worker.rb:312:in `reserve_and_run_one_job'
  86. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/worker.rb:213:in `block in work_off'
  87. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/worker.rb:212:in `times'
  88. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/worker.rb:212:in `work_off'
  89. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/worker.rb:175:in `block (4 levels) in start'
  90. /home/drwho/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/benchmark.rb:308:in `realtime'
  91. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/delayed/worker.rb:174:in `block (3 levels) in start'
  92. /home/drwho/.rvm/gems/ruby-2.6.3/gems/delayed_job-4.1.5/lib/d
Add Comment
Please, Sign In to add comment