Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

休会しようとすると、エラーになり手続きをすることができない #5598

Closed
AyakaTakashima opened this issue Sep 27, 2022 · 3 comments
Assignees

Comments

@AyakaTakashima
Copy link
Contributor

AyakaTakashima commented Sep 27, 2022

概要

#5461 こちらのPRで見つけました。
http://localhost:3000/hibernation/newから、「休会する」ボタンを押した後にエラーになる。

エラー画面は下記。

再現手順

  1. feature/comeback_checkブランチを取り込む
  2. rails sでローカルを立ち上げる
  3. http://localhost:3000/hibernation/newにアクセス
  4. 必須項目を入力し、「読みました」のチェックボックスをクリック
  5. 「休会する」ボタンをクリック
  6. エラーが表示される

期待される振る舞い

休会手続きが実行される。

スクリーンショット

image

環境

  • OS: macOS Monterey
  • ブラウザ: chrome
  • バージョン: 105.0.5195.125(Official Build) (arm64)
    image

関連Issue

Ref: #5461

@AyakaTakashima
Copy link
Contributor Author

@komagata @machida
お疲れ様です!
こちらのissueなのですが、色々な方の日報やPRを参考に、修正しようと試みましたがバグではないかもしれないと感じてきました。

discordの通知のissueをやったことがなかったので、知らなかったのですがステージング環境ではエラーになるのが仕様とのことで理解しました。
手元で、皆さんがやっているのと同じように自分のサーバーを用意し、webhook urlを直で書いたら正常に通知されました。

class DiscordDriver
  def call(params)
    Discord::Notifier.message(
      params[:body],
      username: params[:name],
      url: '自分のサーバーのwebhook_url'
    )
  end
end

discord通知に関するPR(下記参考に記載)をレビューする際の手順にも含まれており、これはバグではないのだと思いましたがいかがでしょうか?
自分で作ったissueだったのでバグであることに自信がないのですが、
issueとして普通に割り振られたのでやっぱりこれはバグなのだろうか...?という風になっており、判断がついておりません。
技術的にも2時間半ほど調べましたが結論がつかず、お聞きしたいです。

ご確認よろしくお願いいたします🙇‍♀️

参考

#5480
#5041
#5377
【589日目】 discord通知について | FBC

@komagata
Copy link
Member

@AyakaTakashima 自分のサーバーで動いたのであれば解決でOKです〜。(調査すること自体がIssueになるのでこれでOKです)

@AyakaTakashima
Copy link
Contributor Author

@komagata
そうだったんですね!
それではこちらのissueはこれにてクローズしたいと思います🙇‍♀️
ありがとうございました🙇‍♀️

@komagata komagata moved this to 完成 in bootcamp Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants