mo9mo9study / discord.study

7 stars 8 forks source link

タグ付機能周辺のエラー? #81

Open supleiades opened 4 years ago

supleiades commented 4 years ago

とりあえず記録としてissueにメモ

Ignoring exception in on_reaction_add
Traceback (most recent call last):
  File "/home/ec2-user/.anyenv/envs/pyenv/versions/3.8.2/lib/python3.8/site-packages/discord/client.py", line 312, in _run_event
    await coro(*args, **kwargs)
  File "post_week_result.py", line 473, in on_reaction_add
    # リアクションが勉強アイテ に対応するものかを判定する
  File "/home/ec2-user/.anyenv/envs/pyenv/versions/3.8.2/lib/python3.8/site-packages/emoji/core.py", line 82, in demojize
    return re.sub(u'\ufe0f','',(get_emoji_regexp().sub(replace, string)))
TypeError: expected string or bytes-like object

これが大量に出力されていた

nntsugu commented 4 years ago

原因

nntsugu commented 4 years ago

PR: https://github.com/mo9mo9study/discord.study/pull/82