Advertisement
TheReturningVoid

Untitled

Sep 23rd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. 23:36:49.385 [error] GenServer #PID<0.226.0> terminating
  2. ** (FunctionClauseError) no function clause matching in Nostrum.Shard.Dispatch.format_event/1
  3. (nostrum) lib/nostrum/shard/dispatch.ex:24: Nostrum.Shard.Dispatch.format_event(%{channel_id: 286009842777325568, guild_id: 103599776292933632})
  4. (elixir) lib/enum.ex:1255: Enum."-map/2-lists^map/1-0-"/2
  5. (nostrum) lib/nostrum/shard/stage/cache.ex:22: Nostrum.Shard.Stage.Cache.handle_events/3
  6. (gen_stage) lib/gen_stage.ex:2544: GenStage.consumer_dispatch/7
  7. (gen_stage) lib/gen_stage.ex:2689: GenStage.take_pc_events/3
  8. (stdlib) gen_server.erl:601: :gen_server.try_dispatch/4
  9. (stdlib) gen_server.erl:667: :gen_server.handle_msg/5
  10. (stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
  11. Last message: {:"$gen_consumer", {#PID<0.225.0>, #Reference<0.0.2.228>}, [{%{d: %{channel_id: 286009842777325568, guild_id: 103599776292933632}, op: 0, s: 374, t: :WEBHOOKS_UPDATE}, %{gateway: 'gateway.discord.gg', gun_pid: #PID<0.227.0>, heartbeat_ack: true, producer_pid: #PID<0.225.0>, reconnect_attempts: 0, seq: 373, session: "9687093570cbb572680d6a8634bb5507", shard_num: 0, shard_pid: #PID<0.224.0>, token: "<redacted>"}}]}
  12. State: []
  13.  
  14. 23:36:49.385 [info] GenStage consumer #PID<0.233.0> is stopping after receiving cancel from producer #PID<0.226.0> with reason: {:function_clause,
  15. [{Nostrum.Shard.Dispatch, :format_event,
  16. [%{channel_id: 286009842777325568, guild_id: 103599776292933632}],
  17. [file: 'lib/nostrum/shard/dispatch.ex', line: 24]},
  18. {Enum, :"-map/2-lists^map/1-0-", 2, [file: 'lib/enum.ex', line: 1255]},
  19. {Nostrum.Shard.Stage.Cache, :handle_events, 3,
  20. [file: 'lib/nostrum/shard/stage/cache.ex', line: 22]},
  21. {GenStage, :consumer_dispatch, 7, [file: 'lib/gen_stage.ex', line: 2544]},
  22. {GenStage, :take_pc_events, 3, [file: 'lib/gen_stage.ex', line: 2689]},
  23. {:gen_server, :try_dispatch, 4, [file: 'gen_server.erl', line: 601]},
  24. {:gen_server, :handle_msg, 5, [file: 'gen_server.erl', line: 667]},
  25. {:proc_lib, :init_p_do_apply, 3, [file: 'proc_lib.erl', line: 247]}]}
  26.  
  27.  
  28. 23:36:49.387 [error] GenServer #PID<0.233.0> terminating
  29. ** (FunctionClauseError) no function clause matching in Nostrum.Shard.Dispatch.format_event/1
  30. (nostrum) lib/nostrum/shard/dispatch.ex:24: Nostrum.Shard.Dispatch.format_event(%{channel_id: 286009842777325568, guild_id: 103599776292933632})
  31. (elixir) lib/enum.ex:1255: Enum."-map/2-lists^map/1-0-"/2
  32. (nostrum) lib/nostrum/shard/stage/cache.ex:22: Nostrum.Shard.Stage.Cache.handle_events/3
  33. (gen_stage) lib/gen_stage.ex:2544: GenStage.consumer_dispatch/7
  34. (gen_stage) lib/gen_stage.ex:2689: GenStage.take_pc_events/3
  35. (stdlib) gen_server.erl:601: :gen_server.try_dispatch/4
  36. (stdlib) gen_server.erl:667: :gen_server.handle_msg/5
  37. (stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
  38. Last message: {:DOWN, #Reference<0.0.5.1252>, :process, #PID<0.226.0>, {:function_clause, [{Nostrum.Shard.Dispatch, :format_event, [%{channel_id: 286009842777325568, guild_id: 103599776292933632}], [file: 'lib/nostrum/shard/dispatch.ex', line: 24]}, {Enum, :"-map/2-lists^map/1-0-", 2, [file: 'lib/enum.ex', line: 1255]}, {Nostrum.Shard.Stage.Cache, :handle_events, 3, [file: 'lib/nostrum/shard/stage/cache.ex', line: 22]}, {GenStage, :consumer_dispatch, 7, [file: 'lib/gen_stage.ex', line: 2544]}, {GenStage, :take_pc_events, 3, [file: 'lib/gen_stage.ex', line: 2689]}, {:gen_server, :try_dispatch, 4, [file: 'gen_server.erl', line: 601]}, {:gen_server, :handle_msg, 5, [file: 'gen_server.erl', line: 667]}, {:proc_lib, :init_p_do_apply, 3, [file: 'proc_lib.erl', line: 247]}]}}
  39. State: %{mod: Ether.EventListener, state: []}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement