Yukimarupie / puffshare

puffshare
0 stars 1 forks source link

Herokuデプロイ後にLINE認証が動かなくなる。 #14

Closed Yukimarupie closed 3 years ago

Yukimarupie commented 3 years ago
スクリーンショット 2021-05-06 8 38 34
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
puffshare.herokuapp.com/:1 Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0
Yukimarupie commented 3 years ago

liff.init()メソッドの前にconsole.log()でLIFF_IDを出力したら、LIFF_IDは取ってこれている。

LIFF_ID

どうやらfetch周りでエラーが起きている様子

スクリーンショット 2021-05-06 8 48 28
Yukimarupie commented 3 years ago

heroku logs -tでサーバーログを確認すると、user_controllerでline_user_idの値がnullになっている

2021-05-05T23:42:42.986027+00:00 app[web.1]: F, [2021-05-05T23:42:42.985959 #4] FATAL -- : [249f295b-11f3-4768-9c8d-72378615694a]
2021-05-05T23:42:42.986029+00:00 app[web.1]: [249f295b-11f3-4768-9c8d-72378615694a] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-05T23:42:42.986030+00:00 app[web.1]: [249f295b-11f3-4768-9c8d-72378615694a]
2021-05-05T23:42:42.986030+00:00 app[web.1]: [249f295b-11f3-4768-9c8d-72378615694a] app/controllers/users_controller.rb:17:in `create'
2021-05-05T23:42:42.989955+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=249f295b-11f3-4768-9c8d-72378615694a fwd="36.13.99.96" dyno=web.1 connect=0ms service=260ms status=500 bytes=1827 protocol=https
Yukimarupie commented 3 years ago

2つ目のthen処理のあと、 console.log(request);でrequestの値がこの時点で取ってこれてるか確認したら、 できていた。

request

Yukimarupie commented 3 years ago

ただ、console側にliff.init()を打つと、この時点でliffIdが定義されておらず読み込めないと出る

Promise {<rejected>: TypeError: Cannot read property 'liffId' of undefined

スクリーンショット 2021-05-06 10 02 40
Yukimarupie commented 3 years ago

きちんと取得できている時は、こんな感じ。 Objectにきちんとline_user_idの値が入っている。認証が走り、プロフィール画像の表示ができていても、ここがnullな時があるので注意したい。

正常時の反応

Yukimarupie commented 3 years ago

もしかしたら、 一度login.jsにパスを繋ぎ直してみてデプロイしたが、状況は変わらない。 デプロイ直後は認証も一旦走らなくなり、しばらくすると、勝手にユーザープロフィールが表示されるようになる。 ローカルのように、一旦ログインボタンを押したりすることもない。

 % heroku logs -t
2021-05-07T03:16:07.633896+00:00 app[scheduler.3540]: <meta name="viewport" content="width=device-width,initial-scale=1">
2021-05-07T03:16:07.633896+00:00 app[scheduler.3540]: <meta name="csrf-param" content="authenticity_token" />
2021-05-07T03:16:07.633897+00:00 app[scheduler.3540]: <meta name="csrf-token" content="r30S_IiHLr9lHxEaJUp4B26w4VKn6Ciyqjj51JJNCL4pQXu-PFRRlqRt-Vxb9FU15HxRTu6w6_-xz6ylfzDQlA" />
2021-05-07T03:16:07.633897+00:00 app[scheduler.3540]: 
2021-05-07T03:16:07.633898+00:00 app[scheduler.3540]: <script charset="utf-8" src="https://static.line-scdn.net/liff/edge/2/sdk.js"></script>
2021-05-07T03:16:07.633898+00:00 app[scheduler.3540]: 
2021-05-07T03:16:07.633899+00:00 app[scheduler.3540]: <link rel="stylesheet" media="all" href="/assets/application-43803dba573b16b6dbad531bb87a2a94c76fdeb86136fc2384b2e30f943b15e6.css" />
2021-05-07T03:16:07.633899+00:00 app[scheduler.3540]: <script src="/packs/js/application-55791b7f431e976d173e.js"></script>
2021-05-07T03:16:07.633900+00:00 app[scheduler.3540]: </head>
2021-05-07T03:16:07.633900+00:00 app[scheduler.3540]: 
2021-05-07T03:16:07.633900+00:00 app[scheduler.3540]: <body>
2021-05-07T03:16:07.633901+00:00 app[scheduler.3540]: <section id="user_data">
2021-05-07T03:16:07.633901+00:00 app[scheduler.3540]: <p id="-js-user-name"></p>
2021-05-07T03:16:07.633926+00:00 app[scheduler.3540]: <img src="/assets/svg/member_icn.svg" alt="ユーザーアイコン画像" class="-js-user-icon user_icon">
2021-05-07T03:16:07.633926+00:00 app[scheduler.3540]: </section>
2021-05-07T03:16:07.633927+00:00 app[scheduler.3540]: 
2021-05-07T03:16:07.633927+00:00 app[scheduler.3540]: <h1>Letters#new</h1>
2021-05-07T03:16:07.633927+00:00 app[scheduler.3540]: 
2021-05-07T03:16:07.633928+00:00 app[scheduler.3540]: 
2021-05-07T03:16:07.633928+00:00 app[scheduler.3540]: ここで手紙を描ける様になります
2021-05-07T03:16:07.633929+00:00 app[scheduler.3540]: <br>
2021-05-07T03:16:07.633929+00:00 app[scheduler.3540]: 
2021-05-07T03:16:07.633935+00:00 app[scheduler.3540]: <form action="/letters" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="yo8lhEDj73WrrN9j2mXgsr95FJhX1NGYKOlus5F4YW4hHX6cH1pD7z9JpAVCfnHxmRdbAK56hdC1X8O_y2BulA" />
2021-05-07T03:16:07.633936+00:00 app[scheduler.3540]: <input placeholder="送信元" type="text" name="letter[send_by]" id="letter_send_by" />
2021-05-07T03:16:07.633936+00:00 app[scheduler.3540]: <input placeholder="送信先" type="text" name="letter[send_to]" id="letter_send_to" />
2021-05-07T03:16:07.633936+00:00 app[scheduler.3540]: <select name="letter[api_status]" id="letter_api_status"><option value="sending">送信中</option>
2021-05-07T03:16:07.633937+00:00 app[scheduler.3540]: <option value="success">送信成功</option>
2021-05-07T03:16:07.633937+00:00 app[scheduler.3540]: <option value="failure">送信失敗</option></select>
2021-05-07T03:16:07.633938+00:00 app[scheduler.3540]: 
2021-05-07T03:16:07.633938+00:00 app[scheduler.3540]: <textarea row="100" placeholder="手紙をここに入力してね" name="letter[description]" id="letter_description">
2021-05-07T03:16:07.633938+00:00 app[scheduler.3540]: </textarea>
2021-05-07T03:16:07.633939+00:00 app[scheduler.3540]: 
2021-05-07T03:16:07.633939+00:00 app[scheduler.3540]: <input type="submit" name="commit" value="送信する" id="send" data-disable-with="送信する" />
2021-05-07T03:16:07.633939+00:00 app[scheduler.3540]: </form>
2021-05-07T03:16:07.633940+00:00 app[scheduler.3540]: <a class="btn" href="/letters">メールボックスに戻る</a>
2021-05-07T03:16:07.633940+00:00 app[scheduler.3540]: 
2021-05-07T03:16:07.633940+00:00 app[scheduler.3540]: <script src="/packs/js/letters/login-b545fed8a44cb880c6c5.js"></script>
2021-05-07T03:16:07.633941+00:00 app[scheduler.3540]: 
2021-05-07T03:16:07.633941+00:00 app[scheduler.3540]: </body>
2021-05-07T03:16:07.633941+00:00 app[scheduler.3540]: </html>
2021-05-07T03:16:07.764055+00:00 heroku[scheduler.3540]: Process exited with status 0
2021-05-07T03:16:07.966925+00:00 heroku[scheduler.3540]: State changed from up to complete
2021-05-07T03:23:45.841443+00:00 app[api]: Starting process with command `curl https://puffshare.herokuapp.com/` by user scheduler@addons.heroku.com
2021-05-07T03:23:56.707041+00:00 heroku[scheduler.7191]: Starting process with command `curl https://puffshare.herokuapp.com/`
2021-05-07T03:23:57.439041+00:00 heroku[scheduler.7191]: State changed from starting to up
2021-05-07T03:23:58.736365+00:00 app[scheduler.7191]: % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2021-05-07T03:23:58.736485+00:00 app[scheduler.7191]: Dload  Upload   Total   Spent    Left  Speed
2021-05-07T03:23:58.760211+00:00 app[web.1]: I, [2021-05-07T03:23:58.760117 #4]  INFO -- : [48900a09-ff79-434e-a320-b2608d979f44] Started GET "/" for 52.201.241.34 at 2021-05-07 03:23:58 +0000
2021-05-07T03:23:58.761599+00:00 app[web.1]: I, [2021-05-07T03:23:58.761535 #4]  INFO -- : [48900a09-ff79-434e-a320-b2608d979f44] Processing by LettersController#new as */*
2021-05-07T03:23:58.765382+00:00 app[web.1]: I, [2021-05-07T03:23:58.765303 #4]  INFO -- : [48900a09-ff79-434e-a320-b2608d979f44]   Rendered letters/new.html.erb within layouts/application (Duration: 2.4ms | Allocations: 613)
2021-05-07T03:23:58.766286+00:00 app[web.1]: I, [2021-05-07T03:23:58.766205 #4]  INFO -- : [48900a09-ff79-434e-a320-b2608d979f44]   Rendered layout layouts/application.html.erb (Duration: 3.4ms | Allocations: 856)
2021-05-07T03:23:58.766672+00:00 app[web.1]: I, [2021-05-07T03:23:58.766595 #4]  INFO -- : [48900a09-ff79-434e-a320-b2608d979f44] Completed 200 OK in 5ms (Views: 4.2ms | Allocations: 1171)
2021-05-07T03:23:58.770412+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=48900a09-ff79-434e-a320-b2608d979f44 fwd="52.201.241.34" dyno=web.1 connect=1ms service=11ms status=200 bytes=3132 protocol=https
2021-05-07T03:23:58.770810+00:00 app[scheduler.7191]: 
2021-05-07T03:23:58.770840+00:00 app[scheduler.7191]: <!DOCTYPE html>
2021-05-07T03:23:58.770841+00:00 app[scheduler.7191]: <html>
2021-05-07T03:23:58.770841+00:00 app[scheduler.7191]: <head>
2021-05-07T03:23:58.770842+00:00 app[scheduler.7191]: <title>ぱふシェア</title>
2021-05-07T03:23:58.770847+00:00 app[scheduler.7191]: <meta name="viewport" content="width=device-width,initial-scale=1">
2021-05-07T03:23:58.770848+00:00 app[scheduler.7191]: <meta name="csrf-param" content="authenticity_token" />
2021-05-07T03:23:58.770849+00:00 app[scheduler.7191]: <meta name="csrf-token" content="a3vW7k2SSXDX20OT9NSzcgJdsOcq1_mXxkhMuVxHqMyirowiy5AGo5n-PuOe5ejyZsMxrwXFe-sI8iYahhy2Fw" />
2021-05-07T03:23:58.770849+00:00 app[scheduler.7191]: 
2021-05-07T03:23:58.770850+00:00 app[scheduler.7191]: <script charset="utf-8" src="https://static.line-scdn.net/liff/edge/2/sdk.js"></script>
2021-05-07T03:23:58.770850+00:00 app[scheduler.7191]: 
2021-05-07T03:23:58.770851+00:00 app[scheduler.7191]: <link rel="stylesheet" media="all" href="/assets/application-43803dba573b16b6dbad531bb87a2a94c76fdeb86136fc2384b2e30f943b15e6.css" />
2021-05-07T03:23:58.770852+00:00 app[scheduler.7191]: <script src="/packs/js/application-55791b7f431e976d173e.js"></script>
2021-05-07T03:23:58.770852+00:00 app[scheduler.7191]: </head>
2021-05-07T03:23:58.770852+00:00 app[scheduler.7191]: 
2021-05-07T03:23:58.770852+00:00 app[scheduler.7191]: <body>
2021-05-07T03:23:58.770853+00:00 app[scheduler.7191]: <section id="user_data">
2021-05-07T03:23:58.770854+00:00 app[scheduler.7191]: <p id="-js-user-name"></p>
2021-05-07T03:23:58.771289+00:00 app[scheduler.7191]: <img src="/assets/svg/member_icn.svg" alt="ユーザーアイコン画像" class="-js-user-icon user_icon">
2021-05-07T03:23:58.771290+00:00 app[scheduler.7191]: </section>
2021-05-07T03:23:58.771291+00:00 app[scheduler.7191]: 
2021-05-07T03:23:58.771291+00:00 app[scheduler.7191]: <h1>Letters#new</h1>
2021-05-07T03:23:58.771291+00:00 app[scheduler.7191]: 
2021-05-07T03:23:58.771291+00:00 app[scheduler.7191]: 
2021-05-07T03:23:58.771292+00:00 app[scheduler.7191]: ここで手紙を描ける様になります
2021-05-07T03:23:58.771292+00:00 app[scheduler.7191]: <br>
2021-05-07T03:23:58.771292+00:00 app[scheduler.7191]: 
2021-05-07T03:23:58.771295+00:00 app[scheduler.7191]: <form action="/letters" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="-Srpe4Y8fOiHNbLb2PViNcJm1pGZfSl2ZWcYDVGUsJLBaJegIJh1kESodYztkE0jXpTQzP59dWQa-I0jHUu0Fg" />
2021-05-07T03:23:58.771295+00:00 app[scheduler.7191]: <input placeholder="送信元" type="text" name="letter[send_by]" id="letter_send_by" />
2021-05-07T03:23:58.771295+00:00 app[scheduler.7191]: <input placeholder="送信先" type="text" name="letter[send_to]" id="letter_send_to" />
2021-05-07T03:23:58.771296+00:00 app[scheduler.7191]: <select name="letter[api_status]" id="letter_api_status"><option value="sending">送信中</option>
2021-05-07T03:23:58.771296+00:00 app[scheduler.7191]: <option value="success">送信成功</option>
2021-05-07T03:23:58.771296+00:00 app[scheduler.7191]: <option value="failure">送信失敗</option></select>
2021-05-07T03:23:58.771296+00:00 app[scheduler.7191]: 
2021-05-07T03:23:58.771297+00:00 app[scheduler.7191]: <textarea row="100" placeholder="手紙をここに入力してね" name="letter[description]" id="letter_description">
2021-05-07T03:23:58.771297+00:00 app[scheduler.7191]: </textarea>
2021-05-07T03:23:58.771297+00:00 app[scheduler.7191]: 
2021-05-07T03:23:58.771297+00:00 app[scheduler.7191]: <input type="submit" name="commit" value="送信する" id="send" data-disable-with="送信する" />
2021-05-07T03:23:58.771298+00:00 app[scheduler.7191]: </form>
2021-05-07T03:23:58.771298+00:00 app[scheduler.7191]: <a class="btn" href="/letters">メールボックスに戻る</a>
2021-05-07T03:23:58.771298+00:00 app[scheduler.7191]: 
2021-05-07T03:23:58.771298+00:00 app[scheduler.7191]: <script src="/packs/js/letters/login-b545fed8a44cb880c6c5.js"></script>
2021-05-07T03:23:58.771299+00:00 app[scheduler.7191]: 
2021-05-07T03:23:58.771299+00:00 app[scheduler.7191]: </body>
2021-05-07T03:23:58.771299+00:00 app[scheduler.7191]: </html>
2021-05-07T03:23:58.823736+00:00 heroku[scheduler.7191]: Process exited with status 0
2021-05-07T03:23:58.978295+00:00 heroku[scheduler.7191]: State changed from up to complete
2021-05-07T03:28:48.557578+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=fa46cf18-d659-472e-be7e-8efdaa665560 fwd="36.13.99.96" dyno=web.1 connect=1ms service=8ms status=200 bytes=3140 protocol=https
2021-05-07T03:28:48.550972+00:00 app[web.1]: I, [2021-05-07T03:28:48.550849 #4]  INFO -- : [fa46cf18-d659-472e-be7e-8efdaa665560] Started GET "/" for 36.13.99.96 at 2021-05-07 03:28:48 +0000
2021-05-07T03:28:48.551827+00:00 app[web.1]: I, [2021-05-07T03:28:48.551758 #4]  INFO -- : [fa46cf18-d659-472e-be7e-8efdaa665560] Processing by LettersController#new as HTML
2021-05-07T03:28:48.554908+00:00 app[web.1]: I, [2021-05-07T03:28:48.554834 #4]  INFO -- : [fa46cf18-d659-472e-be7e-8efdaa665560]   Rendered letters/new.html.erb within layouts/application (Duration: 2.3ms | Allocations: 717)
2021-05-07T03:28:48.555562+00:00 app[web.1]: I, [2021-05-07T03:28:48.555491 #4]  INFO -- : [fa46cf18-d659-472e-be7e-8efdaa665560]   Rendered layout layouts/application.html.erb (Duration: 2.9ms | Allocations: 960)
2021-05-07T03:28:48.555837+00:00 app[web.1]: I, [2021-05-07T03:28:48.555773 #4]  INFO -- : [fa46cf18-d659-472e-be7e-8efdaa665560] Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 1265)
2021-05-07T03:28:48.800537+00:00 heroku[router]: at=info method=GET path="/packs/js/letters/login-b545fed8a44cb880c6c5.js" host=puffshare.herokuapp.com request_id=67fc437c-49aa-475c-ade5-2ad9009d4812 fwd="36.13.99.96" dyno=web.1 connect=1ms service=1ms status=304 bytes=48 protocol=https
2021-05-07T03:28:48.808488+00:00 heroku[router]: at=info method=GET path="/packs/js/application-55791b7f431e976d173e.js" host=puffshare.herokuapp.com request_id=162b8a7a-176c-4f13-9fac-f3e7cbefdcd4 fwd="36.13.99.96" dyno=web.1 connect=1ms service=3ms status=200 bytes=8477 protocol=https
2021-05-07T03:28:48.981005+00:00 app[web.1]: I, [2021-05-07T03:28:48.980890 #4]  INFO -- : [fadaaab7-ba21-4284-8afe-b1afb09c8208] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 03:28:48 +0000
2021-05-07T03:28:49.166351+00:00 app[web.1]: I, [2021-05-07T03:28:49.166235 #4]  INFO -- : [915cf5d0-81e1-4c86-82d5-c80e509821b2] Started POST "/users" for 36.13.99.96 at 2021-05-07 03:28:49 +0000
2021-05-07T03:28:49.167329+00:00 app[web.1]: I, [2021-05-07T03:28:49.167234 #4]  INFO -- : [915cf5d0-81e1-4c86-82d5-c80e509821b2] Processing by UsersController#create as */*
2021-05-07T03:28:49.167408+00:00 app[web.1]: I, [2021-05-07T03:28:49.167342 #4]  INFO -- : [915cf5d0-81e1-4c86-82d5-c80e509821b2]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T03:28:49.010155+00:00 heroku[router]: at=info method=GET path="/packs/js/application-55791b7f431e976d173e.js.map" host=puffshare.herokuapp.com request_id=d0b710be-f045-4867-a3d6-e8a57b8009c5 fwd="36.13.99.96" dyno=web.1 connect=1ms service=5ms status=200 bytes=25023 protocol=https
2021-05-07T03:28:48.982961+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=fadaaab7-ba21-4284-8afe-b1afb09c8208 fwd="36.13.99.96" dyno=web.1 connect=1ms service=4ms status=304 bytes=258 protocol=https
2021-05-07T03:28:49.356346+00:00 heroku[router]: at=info method=GET path="/packs/js/letters/login-b545fed8a44cb880c6c5.js.map" host=puffshare.herokuapp.com request_id=6b7b0867-e942-4af4-8006-d12f3f0eaf7f fwd="36.13.99.96" dyno=web.1 connect=0ms service=3ms status=200 bytes=3168 protocol=https
2021-05-07T03:28:49.670850+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=915cf5d0-81e1-4c86-82d5-c80e509821b2 fwd="36.13.99.96" dyno=web.1 connect=1ms service=507ms status=500 bytes=1827 protocol=https
2021-05-07T03:28:49.668035+00:00 app[web.1]: I, [2021-05-07T03:28:49.667933 #4]  INFO -- : [915cf5d0-81e1-4c86-82d5-c80e509821b2] Completed 500 Internal Server Error in 500ms (ActiveRecord: 14.4ms | Allocations: 2016)
2021-05-07T03:28:49.668896+00:00 app[web.1]: F, [2021-05-07T03:28:49.668825 #4] FATAL -- : [915cf5d0-81e1-4c86-82d5-c80e509821b2]
2021-05-07T03:28:49.668897+00:00 app[web.1]: [915cf5d0-81e1-4c86-82d5-c80e509821b2] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T03:28:49.668897+00:00 app[web.1]: [915cf5d0-81e1-4c86-82d5-c80e509821b2]
2021-05-07T03:28:49.668898+00:00 app[web.1]: [915cf5d0-81e1-4c86-82d5-c80e509821b2] app/controllers/users_controller.rb:17:in `create'
2021-05-07T03:28:50.699398+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=91bf3a2f-43da-49c0-b830-7facfe86e823 fwd="36.13.99.96" dyno=web.1 connect=1ms service=2ms status=200 bytes=143 protocol=https
2021-05-07T03:28:54.526469+00:00 app[web.1]: I, [2021-05-07T03:28:54.526348 #4]  INFO -- : [8d6a90be-a0e2-4f5c-92fe-a3bf5f1e237d] Started GET "/" for 36.13.99.96 at 2021-05-07 03:28:54 +0000
2021-05-07T03:28:54.527568+00:00 app[web.1]: I, [2021-05-07T03:28:54.527483 #4]  INFO -- : [8d6a90be-a0e2-4f5c-92fe-a3bf5f1e237d] Processing by LettersController#new as HTML
2021-05-07T03:28:54.531533+00:00 app[web.1]: I, [2021-05-07T03:28:54.531458 #4]  INFO -- : [8d6a90be-a0e2-4f5c-92fe-a3bf5f1e237d]   Rendered letters/new.html.erb within layouts/application (Duration: 2.3ms | Allocations: 705)
2021-05-07T03:28:54.532173+00:00 app[web.1]: I, [2021-05-07T03:28:54.532101 #4]  INFO -- : [8d6a90be-a0e2-4f5c-92fe-a3bf5f1e237d]   Rendered layout layouts/application.html.erb (Duration: 3.0ms | Allocations: 949)
2021-05-07T03:28:54.532464+00:00 app[web.1]: I, [2021-05-07T03:28:54.532395 #4]  INFO -- : [8d6a90be-a0e2-4f5c-92fe-a3bf5f1e237d] Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms | Allocations: 1258)
2021-05-07T03:28:54.534613+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=8d6a90be-a0e2-4f5c-92fe-a3bf5f1e237d fwd="36.13.99.96" dyno=web.1 connect=1ms service=10ms status=200 bytes=3144 protocol=https
2021-05-07T03:28:54.830789+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=25038988-0161-42eb-a3d1-95f32073d462 fwd="36.13.99.96" dyno=web.1 connect=1ms service=4ms status=304 bytes=258 protocol=https
2021-05-07T03:28:54.828601+00:00 app[web.1]: I, [2021-05-07T03:28:54.828485 #4]  INFO -- : [25038988-0161-42eb-a3d1-95f32073d462] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 03:28:54 +0000
2021-05-07T03:28:54.853635+00:00 app[web.1]: I, [2021-05-07T03:28:54.853540 #4]  INFO -- : [61176ad7-d91b-46c8-93fe-87ee0ebd1d61] Started POST "/users" for 36.13.99.96 at 2021-05-07 03:28:54 +0000
2021-05-07T03:28:54.854393+00:00 app[web.1]: I, [2021-05-07T03:28:54.854318 #4]  INFO -- : [61176ad7-d91b-46c8-93fe-87ee0ebd1d61] Processing by UsersController#create as */*
2021-05-07T03:28:54.854444+00:00 app[web.1]: I, [2021-05-07T03:28:54.854389 #4]  INFO -- : [61176ad7-d91b-46c8-93fe-87ee0ebd1d61]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T03:28:55.059029+00:00 app[web.1]: I, [2021-05-07T03:28:55.058891 #4]  INFO -- : [61176ad7-d91b-46c8-93fe-87ee0ebd1d61] Completed 500 Internal Server Error in 204ms (ActiveRecord: 10.6ms | Allocations: 1642)
2021-05-07T03:28:55.059800+00:00 app[web.1]: F, [2021-05-07T03:28:55.059717 #4] FATAL -- : [61176ad7-d91b-46c8-93fe-87ee0ebd1d61]
2021-05-07T03:28:55.059802+00:00 app[web.1]: [61176ad7-d91b-46c8-93fe-87ee0ebd1d61] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T03:28:55.059802+00:00 app[web.1]: [61176ad7-d91b-46c8-93fe-87ee0ebd1d61]
2021-05-07T03:28:55.059803+00:00 app[web.1]: [61176ad7-d91b-46c8-93fe-87ee0ebd1d61] app/controllers/users_controller.rb:17:in `create'
2021-05-07T03:28:55.065012+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=61176ad7-d91b-46c8-93fe-87ee0ebd1d61 fwd="36.13.99.96" dyno=web.1 connect=0ms service=208ms status=500 bytes=1827 protocol=https
2021-05-07T03:28:56.399788+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=50478bd9-bf73-4ed6-90f7-1410cf114d91 fwd="36.13.99.96" dyno=web.1 connect=0ms service=2ms status=200 bytes=143 protocol=https
2021-05-07T03:28:59.919140+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=48f458c7-f8cc-4e36-b056-27895debb665 fwd="36.13.99.96" dyno=web.1 connect=1ms service=8ms status=200 bytes=3134 protocol=https
2021-05-07T03:28:59.911346+00:00 app[web.1]: I, [2021-05-07T03:28:59.911229 #4]  INFO -- : [48f458c7-f8cc-4e36-b056-27895debb665] Started GET "/" for 36.13.99.96 at 2021-05-07 03:28:59 +0000
2021-05-07T03:28:59.912395+00:00 app[web.1]: I, [2021-05-07T03:28:59.912250 #4]  INFO -- : [48f458c7-f8cc-4e36-b056-27895debb665] Processing by LettersController#new as HTML
2021-05-07T03:28:59.915216+00:00 app[web.1]: I, [2021-05-07T03:28:59.915143 #4]  INFO -- : [48f458c7-f8cc-4e36-b056-27895debb665]   Rendered letters/new.html.erb within layouts/application (Duration: 2.0ms | Allocations: 709)
2021-05-07T03:28:59.915843+00:00 app[web.1]: I, [2021-05-07T03:28:59.915772 #4]  INFO -- : [48f458c7-f8cc-4e36-b056-27895debb665]   Rendered layout layouts/application.html.erb (Duration: 2.7ms | Allocations: 952)
2021-05-07T03:28:59.916216+00:00 app[web.1]: I, [2021-05-07T03:28:59.916143 #4]  INFO -- : [48f458c7-f8cc-4e36-b056-27895debb665] Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms | Allocations: 1260)
2021-05-07T03:29:00.180034+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=721aaed6-dc47-40ce-95de-d22cfdcdd784 fwd="36.13.99.96" dyno=web.1 connect=0ms service=14ms status=304 bytes=258 protocol=https
2021-05-07T03:29:00.165644+00:00 app[web.1]: I, [2021-05-07T03:29:00.165553 #4]  INFO -- : [721aaed6-dc47-40ce-95de-d22cfdcdd784] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 03:29:00 +0000
2021-05-07T03:29:00.251356+00:00 app[web.1]: I, [2021-05-07T03:29:00.251223 #4]  INFO -- : [b9c8faad-1570-4d55-b3b5-f0db6ca4d0b8] Started POST "/users" for 36.13.99.96 at 2021-05-07 03:29:00 +0000
2021-05-07T03:29:00.267275+00:00 app[web.1]: I, [2021-05-07T03:29:00.267141 #4]  INFO -- : [b9c8faad-1570-4d55-b3b5-f0db6ca4d0b8] Processing by UsersController#create as */*
2021-05-07T03:29:00.267343+00:00 app[web.1]: I, [2021-05-07T03:29:00.267275 #4]  INFO -- : [b9c8faad-1570-4d55-b3b5-f0db6ca4d0b8]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T03:29:00.507981+00:00 app[web.1]: I, [2021-05-07T03:29:00.507843 #4]  INFO -- : [b9c8faad-1570-4d55-b3b5-f0db6ca4d0b8] Completed 500 Internal Server Error in 240ms (ActiveRecord: 17.7ms | Allocations: 1620)
2021-05-07T03:29:00.528416+00:00 app[web.1]: F, [2021-05-07T03:29:00.528294 #4] FATAL -- : [b9c8faad-1570-4d55-b3b5-f0db6ca4d0b8]
2021-05-07T03:29:00.528418+00:00 app[web.1]: [b9c8faad-1570-4d55-b3b5-f0db6ca4d0b8] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T03:29:00.528419+00:00 app[web.1]: [b9c8faad-1570-4d55-b3b5-f0db6ca4d0b8]
2021-05-07T03:29:00.528419+00:00 app[web.1]: [b9c8faad-1570-4d55-b3b5-f0db6ca4d0b8] app/controllers/users_controller.rb:17:in `create'
2021-05-07T03:29:00.530088+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=b9c8faad-1570-4d55-b3b5-f0db6ca4d0b8 fwd="36.13.99.96" dyno=web.1 connect=1ms service=281ms status=500 bytes=1827 protocol=https
2021-05-07T03:29:07.897178+00:00 heroku[router]: at=info method=GET path="/packs/js/letters/login-b545fed8a44cb880c6c5.js.map" host=puffshare.herokuapp.com request_id=d2c7d1ad-1b5d-44c6-b846-5a51d03d107c fwd="36.13.99.96" dyno=web.1 connect=0ms service=2ms status=200 bytes=3168 protocol=https
2021-05-07T03:29:07.909135+00:00 heroku[router]: at=info method=GET path="/packs/js/application-55791b7f431e976d173e.js.map" host=puffshare.herokuapp.com request_id=23437be7-009b-43d4-9553-b48635eae7fb fwd="36.13.99.96" dyno=web.1 connect=1ms service=13ms status=200 bytes=25023 protocol=https
2021-05-07T03:29:29.095541+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=26949557-0ef5-4764-bde4-ce6bcda62a18 fwd="36.13.99.96" dyno=web.1 connect=1ms service=13ms status=200 bytes=3138 protocol=https
2021-05-07T03:29:29.084987+00:00 app[web.1]: I, [2021-05-07T03:29:29.084843 #4]  INFO -- : [26949557-0ef5-4764-bde4-ce6bcda62a18] Started GET "/" for 36.13.99.96 at 2021-05-07 03:29:29 +0000
2021-05-07T03:29:29.086295+00:00 app[web.1]: I, [2021-05-07T03:29:29.086204 #4]  INFO -- : [26949557-0ef5-4764-bde4-ce6bcda62a18] Processing by LettersController#new as HTML
2021-05-07T03:29:29.091456+00:00 app[web.1]: I, [2021-05-07T03:29:29.091355 #4]  INFO -- : [26949557-0ef5-4764-bde4-ce6bcda62a18]   Rendered letters/new.html.erb within layouts/application (Duration: 3.6ms | Allocations: 701)
2021-05-07T03:29:29.092477+00:00 app[web.1]: I, [2021-05-07T03:29:29.092382 #4]  INFO -- : [26949557-0ef5-4764-bde4-ce6bcda62a18]   Rendered layout layouts/application.html.erb (Duration: 4.7ms | Allocations: 944)
2021-05-07T03:29:29.093015+00:00 app[web.1]: I, [2021-05-07T03:29:29.092950 #4]  INFO -- : [26949557-0ef5-4764-bde4-ce6bcda62a18] Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms | Allocations: 1253)
2021-05-07T03:29:29.316634+00:00 app[web.1]: I, [2021-05-07T03:29:29.316503 #4]  INFO -- : [0ac1591b-12b8-485b-b135-0c28a95f87dc] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 03:29:29 +0000
2021-05-07T03:29:29.318562+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=0ac1591b-12b8-485b-b135-0c28a95f87dc fwd="36.13.99.96" dyno=web.1 connect=6ms service=4ms status=304 bytes=258 protocol=https
2021-05-07T03:29:30.041881+00:00 app[web.1]: I, [2021-05-07T03:29:30.041746 #4]  INFO -- : [82e61ce8-8925-4843-b205-33856aaf380d] Started POST "/users" for 36.13.99.96 at 2021-05-07 03:29:30 +0000
2021-05-07T03:29:30.042818+00:00 app[web.1]: I, [2021-05-07T03:29:30.042748 #4]  INFO -- : [82e61ce8-8925-4843-b205-33856aaf380d] Processing by UsersController#create as */*
2021-05-07T03:29:30.042899+00:00 app[web.1]: I, [2021-05-07T03:29:30.042831 #4]  INFO -- : [82e61ce8-8925-4843-b205-33856aaf380d]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T03:29:30.263721+00:00 app[web.1]: I, [2021-05-07T03:29:30.263616 #4]  INFO -- : [82e61ce8-8925-4843-b205-33856aaf380d] Completed 500 Internal Server Error in 221ms (ActiveRecord: 10.4ms | Allocations: 1637)
2021-05-07T03:29:30.264905+00:00 app[web.1]: F, [2021-05-07T03:29:30.264832 #4] FATAL -- : [82e61ce8-8925-4843-b205-33856aaf380d]
2021-05-07T03:29:30.264906+00:00 app[web.1]: [82e61ce8-8925-4843-b205-33856aaf380d] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T03:29:30.264907+00:00 app[web.1]: [82e61ce8-8925-4843-b205-33856aaf380d]
2021-05-07T03:29:30.264908+00:00 app[web.1]: [82e61ce8-8925-4843-b205-33856aaf380d] app/controllers/users_controller.rb:17:in `create'
2021-05-07T03:29:30.265936+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=82e61ce8-8925-4843-b205-33856aaf380d fwd="36.13.99.96" dyno=web.1 connect=1ms service=227ms status=500 bytes=1827 protocol=https
2021-05-07T03:33:27.563986+00:00 app[api]: Starting process with command `curl https://puffshare.herokuapp.com/` by user scheduler@addons.heroku.com
2021-05-07T03:33:37.509149+00:00 heroku[scheduler.2902]: Starting process with command `curl https://puffshare.herokuapp.com/`
2021-05-07T03:33:38.166477+00:00 heroku[scheduler.2902]: State changed from starting to up
2021-05-07T03:33:39.449183+00:00 heroku[scheduler.2902]: Process exited with status 0
2021-05-07T03:33:39.567468+00:00 heroku[scheduler.2902]: State changed from up to complete
2021-05-07T03:33:39.388571+00:00 app[web.1]: I, [2021-05-07T03:33:39.388445 #4]  INFO -- : [68ea46a2-8854-4e96-a8bb-d9174356adb6] Started GET "/" for 54.226.145.110 at 2021-05-07 03:33:39 +0000
2021-05-07T03:33:39.389701+00:00 app[web.1]: I, [2021-05-07T03:33:39.389599 #4]  INFO -- : [68ea46a2-8854-4e96-a8bb-d9174356adb6] Processing by LettersController#new as */*
2021-05-07T03:33:39.393847+00:00 app[web.1]: I, [2021-05-07T03:33:39.393765 #4]  INFO -- : [68ea46a2-8854-4e96-a8bb-d9174356adb6]   Rendered letters/new.html.erb within layouts/application (Duration: 2.5ms | Allocations: 613)
2021-05-07T03:33:39.394724+00:00 app[web.1]: I, [2021-05-07T03:33:39.394647 #4]  INFO -- : [68ea46a2-8854-4e96-a8bb-d9174356adb6]   Rendered layout layouts/application.html.erb (Duration: 3.4ms | Allocations: 856)
2021-05-07T03:33:39.395242+00:00 app[web.1]: I, [2021-05-07T03:33:39.395169 #4]  INFO -- : [68ea46a2-8854-4e96-a8bb-d9174356adb6] Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms | Allocations: 1174)
2021-05-07T03:33:39.362206+00:00 app[scheduler.2902]: % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2021-05-07T03:33:39.362332+00:00 app[scheduler.2902]: Dload  Upload   Total   Spent    Left  Speed
2021-05-07T03:33:39.398760+00:00 app[scheduler.2902]: 
2021-05-07T03:33:39.398766+00:00 app[scheduler.2902]: <!DOCTYPE html>
2021-05-07T03:33:39.398766+00:00 app[scheduler.2902]: <html>
2021-05-07T03:33:39.398766+00:00 app[scheduler.2902]: <head>
2021-05-07T03:33:39.398773+00:00 app[scheduler.2902]: <title>ぱふシェア</title>
2021-05-07T03:33:39.398774+00:00 app[scheduler.2902]: <meta name="viewport" content="width=device-width,initial-scale=1">
2021-05-07T03:33:39.398778+00:00 app[scheduler.2902]: <meta name="csrf-param" content="authenticity_token" />
2021-05-07T03:33:39.398779+00:00 app[scheduler.2902]: <meta name="csrf-token" content="Pd77C6K_ElIjBaGISqlQVGTtbQXqavRvIRkrznjkql5eldXmdqCa7p9zky7LahyuS3_vgnEoYRSlQFW3wi_PNA" />
2021-05-07T03:33:39.398779+00:00 app[scheduler.2902]: 
2021-05-07T03:33:39.398780+00:00 app[scheduler.2902]: <script charset="utf-8" src="https://static.line-scdn.net/liff/edge/2/sdk.js"></script>
2021-05-07T03:33:39.398780+00:00 app[scheduler.2902]: 
2021-05-07T03:33:39.398781+00:00 app[scheduler.2902]: <link rel="stylesheet" media="all" href="/assets/application-43803dba573b16b6dbad531bb87a2a94c76fdeb86136fc2384b2e30f943b15e6.css" />
2021-05-07T03:33:39.398782+00:00 app[scheduler.2902]: <script src="/packs/js/application-55791b7f431e976d173e.js"></script>
2021-05-07T03:33:39.398782+00:00 app[scheduler.2902]: </head>
2021-05-07T03:33:39.398782+00:00 app[scheduler.2902]: 
2021-05-07T03:33:39.398782+00:00 app[scheduler.2902]: <body>
2021-05-07T03:33:39.398783+00:00 app[scheduler.2902]: <section id="user_data">
2021-05-07T03:33:39.398783+00:00 app[scheduler.2902]: <p id="-js-user-name"></p>
2021-05-07T03:33:39.398793+00:00 app[scheduler.2902]: <img src="/assets/svg/member_icn.svg" alt="ユーザーアイコン画像" class="-js-user-icon user_icon">
2021-05-07T03:33:39.398793+00:00 app[scheduler.2902]: </section>
2021-05-07T03:33:39.398794+00:00 app[scheduler.2902]: 
2021-05-07T03:33:39.398794+00:00 app[scheduler.2902]: <h1>Letters#new</h1>
2021-05-07T03:33:39.398794+00:00 app[scheduler.2902]: 
2021-05-07T03:33:39.398795+00:00 app[scheduler.2902]: 
2021-05-07T03:33:39.398795+00:00 app[scheduler.2902]: ここで手紙を描ける様になります
2021-05-07T03:33:39.398796+00:00 app[scheduler.2902]: <br>
2021-05-07T03:33:39.398796+00:00 app[scheduler.2902]: 
2021-05-07T03:33:39.398801+00:00 app[scheduler.2902]: <form action="/letters" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="LCPS_-s6ZpPqsKs5i5g64F4AIxw8tzsAWrQ_rC-MZUv9Ou0R1q6RxFvz2kWo0S-k3yJ64mvBaQbe6fsXDLlrWg" />
2021-05-07T03:33:39.398802+00:00 app[scheduler.2902]: <input placeholder="送信元" type="text" name="letter[send_by]" id="letter_send_by" />
2021-05-07T03:33:39.398802+00:00 app[scheduler.2902]: <input placeholder="送信先" type="text" name="letter[send_to]" id="letter_send_to" />
2021-05-07T03:33:39.398802+00:00 app[scheduler.2902]: <select name="letter[api_status]" id="letter_api_status"><option value="sending">送信中</option>
2021-05-07T03:33:39.398803+00:00 app[scheduler.2902]: <option value="success">送信成功</option>
2021-05-07T03:33:39.398803+00:00 app[scheduler.2902]: <option value="failure">送信失敗</option></select>
2021-05-07T03:33:39.398803+00:00 app[scheduler.2902]: 
2021-05-07T03:33:39.398804+00:00 app[scheduler.2902]: <textarea row="100" placeholder="手紙をここに入力してね" name="letter[description]" id="letter_description">
2021-05-07T03:33:39.398804+00:00 app[scheduler.2902]: </textarea>
2021-05-07T03:33:39.398804+00:00 app[scheduler.2902]: 
2021-05-07T03:33:39.398805+00:00 app[scheduler.2902]: <input type="submit" name="commit" value="送信する" id="send" data-disable-with="送信する" />
2021-05-07T03:33:39.398805+00:00 app[scheduler.2902]: </form>
2021-05-07T03:33:39.398805+00:00 app[scheduler.2902]: <a class="btn" href="/letters">メールボックスに戻る</a>
2021-05-07T03:33:39.398806+00:00 app[scheduler.2902]: 
2021-05-07T03:33:39.398806+00:00 app[scheduler.2902]: <script src="/packs/js/letters/login-b545fed8a44cb880c6c5.js"></script>
2021-05-07T03:33:39.398806+00:00 app[scheduler.2902]: 
2021-05-07T03:33:39.398807+00:00 app[scheduler.2902]: </body>
2021-05-07T03:33:39.398807+00:00 app[scheduler.2902]: </html>
2021-05-07T03:33:39.397180+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=68ea46a2-8854-4e96-a8bb-d9174356adb6 fwd="54.226.145.110" dyno=web.1 connect=1ms service=11ms status=200 bytes=3126 protocol=https
2021-05-07T03:34:00.025651+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=82154dbb-ac81-4314-80d4-b9e903f11fae fwd="36.13.99.96" dyno=web.1 connect=1ms service=8ms status=200 bytes=3146 protocol=https
2021-05-07T03:34:00.017799+00:00 app[web.1]: I, [2021-05-07T03:34:00.017684 #4]  INFO -- : [82154dbb-ac81-4314-80d4-b9e903f11fae] Started GET "/" for 36.13.99.96 at 2021-05-07 03:34:00 +0000
2021-05-07T03:34:00.018824+00:00 app[web.1]: I, [2021-05-07T03:34:00.018738 #4]  INFO -- : [82154dbb-ac81-4314-80d4-b9e903f11fae] Processing by LettersController#new as HTML
2021-05-07T03:34:00.021686+00:00 app[web.1]: I, [2021-05-07T03:34:00.021609 #4]  INFO -- : [82154dbb-ac81-4314-80d4-b9e903f11fae]   Rendered letters/new.html.erb within layouts/application (Duration: 1.7ms | Allocations: 703)
2021-05-07T03:34:00.022267+00:00 app[web.1]: I, [2021-05-07T03:34:00.022199 #4]  INFO -- : [82154dbb-ac81-4314-80d4-b9e903f11fae]   Rendered layout layouts/application.html.erb (Duration: 2.3ms | Allocations: 946)
2021-05-07T03:34:00.022583+00:00 app[web.1]: I, [2021-05-07T03:34:00.022514 #4]  INFO -- : [82154dbb-ac81-4314-80d4-b9e903f11fae] Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms | Allocations: 1254)
2021-05-07T03:34:00.280254+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=62a95e44-1286-440b-85ae-8d8934071229 fwd="36.13.99.96" dyno=web.1 connect=1ms service=3ms status=304 bytes=258 protocol=https
2021-05-07T03:34:00.277503+00:00 app[web.1]: I, [2021-05-07T03:34:00.277404 #4]  INFO -- : [62a95e44-1286-440b-85ae-8d8934071229] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 03:34:00 +0000
2021-05-07T03:34:00.456457+00:00 app[web.1]: I, [2021-05-07T03:34:00.456344 #4]  INFO -- : [949d6ba0-e3cd-4431-a6e8-8f847b0f98d5] Started POST "/users" for 36.13.99.96 at 2021-05-07 03:34:00 +0000
2021-05-07T03:34:00.457930+00:00 app[web.1]: I, [2021-05-07T03:34:00.457802 #4]  INFO -- : [949d6ba0-e3cd-4431-a6e8-8f847b0f98d5] Processing by UsersController#create as */*
2021-05-07T03:34:00.458013+00:00 app[web.1]: I, [2021-05-07T03:34:00.457924 #4]  INFO -- : [949d6ba0-e3cd-4431-a6e8-8f847b0f98d5]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T03:34:01.818085+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=32406c00-95f5-4453-a77e-90dd4a01e228 fwd="36.13.99.96" dyno=web.1 connect=0ms service=2ms status=200 bytes=143 protocol=https
2021-05-07T03:34:02.044154+00:00 app[web.1]: I, [2021-05-07T03:34:02.044046 #4]  INFO -- : [949d6ba0-e3cd-4431-a6e8-8f847b0f98d5] Completed 200 OK in 1586ms (Views: 0.5ms | ActiveRecord: 24.7ms | Allocations: 1795)
2021-05-07T03:34:02.046737+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=949d6ba0-e3cd-4431-a6e8-8f847b0f98d5 fwd="36.13.99.96" dyno=web.1 connect=1ms service=1591ms status=200 bytes=1076 protocol=https
2021-05-07T03:34:04.787540+00:00 heroku[router]: at=info method=GET path="/packs/js/application-55791b7f431e976d173e.js.map" host=puffshare.herokuapp.com request_id=e66e3d91-7b1e-43a1-8a98-60d8da7228fd fwd="36.13.99.96" dyno=web.1 connect=1ms service=3ms status=200 bytes=25023 protocol=https
2021-05-07T03:34:04.794560+00:00 heroku[router]: at=info method=GET path="/packs/js/letters/login-b545fed8a44cb880c6c5.js.map" host=puffshare.herokuapp.com request_id=6d28a7b6-e197-489d-bd1a-657a26377222 fwd="36.13.99.96" dyno=web.1 connect=0ms service=1ms status=200 bytes=3168 protocol=https
Yukimarupie commented 3 years ago
2021-05-07T07:58:39.617376+00:00 app[web.1]: I, [2021-05-07T07:58:39.617307 #4]  INFO -- : [3d4b963e-9944-44da-bfeb-5de4c66518a8] Processing by LettersController#new as HTML
2021-05-07T07:58:39.622104+00:00 app[web.1]: I, [2021-05-07T07:58:39.622033 #4]  INFO -- : [3d4b963e-9944-44da-bfeb-5de4c66518a8]   Rendered letters/new.html.erb within layouts/application (Duration: 2.7ms | Allocations: 717)
2021-05-07T07:58:39.623196+00:00 app[web.1]: I, [2021-05-07T07:58:39.623127 #4]  INFO -- : [3d4b963e-9944-44da-bfeb-5de4c66518a8]   Rendered layout layouts/application.html.erb (Duration: 3.8ms | Allocations: 960)
2021-05-07T07:58:39.623754+00:00 app[web.1]: I, [2021-05-07T07:58:39.623679 #4]  INFO -- : [3d4b963e-9944-44da-bfeb-5de4c66518a8] Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms | Allocations: 1268)
2021-05-07T07:58:39.627055+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=3d4b963e-9944-44da-bfeb-5de4c66518a8 fwd="36.13.99.96" dyno=web.1 connect=1ms service=12ms status=200 bytes=3142 protocol=https
2021-05-07T07:58:39.909390+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=394ac0b8-c7c7-4c04-97b1-b4d769b4503b fwd="36.13.99.96" dyno=web.1 connect=1ms service=7ms status=304 bytes=258 protocol=https
2021-05-07T07:58:39.906525+00:00 app[web.1]: I, [2021-05-07T07:58:39.906411 #4]  INFO -- : [394ac0b8-c7c7-4c04-97b1-b4d769b4503b] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 07:58:39 +0000
2021-05-07T07:58:40.140333+00:00 app[web.1]: I, [2021-05-07T07:58:40.140239 #4]  INFO -- : [5e793e6c-51ed-4cfb-b85e-237fa7fcd1a7] Started POST "/users" for 36.13.99.96 at 2021-05-07 07:58:40 +0000
2021-05-07T07:58:40.141217+00:00 app[web.1]: I, [2021-05-07T07:58:40.141139 #4]  INFO -- : [5e793e6c-51ed-4cfb-b85e-237fa7fcd1a7] Processing by UsersController#create as */*
2021-05-07T07:58:40.141390+00:00 app[web.1]: I, [2021-05-07T07:58:40.141224 #4]  INFO -- : [5e793e6c-51ed-4cfb-b85e-237fa7fcd1a7]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T07:58:40.134300+00:00 heroku[router]: at=info method=GET path="/packs/js/application-55791b7f431e976d173e.js.map" host=puffshare.herokuapp.com request_id=8f0002a2-0708-45b6-a644-619e1b265d8e fwd="36.13.99.96" dyno=web.1 connect=0ms service=3ms status=200 bytes=25023 protocol=https
2021-05-07T07:58:40.141989+00:00 heroku[router]: at=info method=GET path="/packs/js/letters/login-b545fed8a44cb880c6c5.js.map" host=puffshare.herokuapp.com request_id=ea58e0a9-659d-4a07-9e8f-cab1a766aa86 fwd="36.13.99.96" dyno=web.1 connect=0ms service=3ms status=200 bytes=3168 protocol=https
2021-05-07T07:58:40.348447+00:00 app[web.1]: I, [2021-05-07T07:58:40.348314 #4]  INFO -- : [5e793e6c-51ed-4cfb-b85e-237fa7fcd1a7] Completed 500 Internal Server Error in 207ms (ActiveRecord: 19.1ms | Allocations: 1641)
2021-05-07T07:58:40.351745+00:00 app[web.1]: F, [2021-05-07T07:58:40.351615 #4] FATAL -- : [5e793e6c-51ed-4cfb-b85e-237fa7fcd1a7]
2021-05-07T07:58:40.351746+00:00 app[web.1]: [5e793e6c-51ed-4cfb-b85e-237fa7fcd1a7] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T07:58:40.351747+00:00 app[web.1]: [5e793e6c-51ed-4cfb-b85e-237fa7fcd1a7]
2021-05-07T07:58:40.351748+00:00 app[web.1]: [5e793e6c-51ed-4cfb-b85e-237fa7fcd1a7] app/controllers/users_controller.rb:17:in `create'
2021-05-07T07:58:40.363968+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=5e793e6c-51ed-4cfb-b85e-237fa7fcd1a7 fwd="36.13.99.96" dyno=web.1 connect=0ms service=219ms status=500 bytes=1827 protocol=https
2021-05-07T07:58:42.931972+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=123ced50-9fb5-41ae-aa69-cb9fcde0d4a4 fwd="36.13.99.96" dyno=web.1 connect=0ms service=6ms status=200 bytes=143 protocol=https
2021-05-07T07:58:44.219493+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=23d32b09-bba1-41f5-b42a-854cfcd56f6e fwd="36.13.99.96" dyno=web.1 connect=0ms service=14ms status=200 bytes=3134 protocol=https
2021-05-07T07:58:44.206765+00:00 app[web.1]: I, [2021-05-07T07:58:44.206671 #4]  INFO -- : [23d32b09-bba1-41f5-b42a-854cfcd56f6e] Started GET "/" for 36.13.99.96 at 2021-05-07 07:58:44 +0000
2021-05-07T07:58:44.207983+00:00 app[web.1]: I, [2021-05-07T07:58:44.207921 #4]  INFO -- : [23d32b09-bba1-41f5-b42a-854cfcd56f6e] Processing by LettersController#new as HTML
2021-05-07T07:58:44.212431+00:00 app[web.1]: I, [2021-05-07T07:58:44.212349 #4]  INFO -- : [23d32b09-bba1-41f5-b42a-854cfcd56f6e]   Rendered letters/new.html.erb within layouts/application (Duration: 3.2ms | Allocations: 707)
2021-05-07T07:58:44.213324+00:00 app[web.1]: I, [2021-05-07T07:58:44.213264 #4]  INFO -- : [23d32b09-bba1-41f5-b42a-854cfcd56f6e]   Rendered layout layouts/application.html.erb (Duration: 4.2ms | Allocations: 950)
2021-05-07T07:58:44.215503+00:00 app[web.1]: I, [2021-05-07T07:58:44.215435 #4]  INFO -- : [23d32b09-bba1-41f5-b42a-854cfcd56f6e] Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms | Allocations: 1258)
2021-05-07T07:58:44.485326+00:00 heroku[router]: at=info method=GET path="/packs/js/application-55791b7f431e976d173e.js.map" host=puffshare.herokuapp.com request_id=439c40f5-dcda-4d7e-a863-36134c7756db fwd="36.13.99.96" dyno=web.1 connect=0ms service=4ms status=200 bytes=25023 protocol=https
2021-05-07T07:58:44.475852+00:00 heroku[router]: at=info method=GET path="/packs/js/letters/login-b545fed8a44cb880c6c5.js.map" host=puffshare.herokuapp.com request_id=09cb1a94-b726-4ed6-ba61-64aca9749fc6 fwd="36.13.99.96" dyno=web.1 connect=0ms service=1ms status=200 bytes=3168 protocol=https
2021-05-07T07:58:44.471352+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=f6e562ca-6f72-4e0a-804f-2b46eba17afe fwd="36.13.99.96" dyno=web.1 connect=0ms service=5ms status=304 bytes=258 protocol=https
2021-05-07T07:58:44.468834+00:00 app[web.1]: I, [2021-05-07T07:58:44.468709 #4]  INFO -- : [f6e562ca-6f72-4e0a-804f-2b46eba17afe] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 07:58:44 +0000
2021-05-07T07:58:44.517729+00:00 app[web.1]: I, [2021-05-07T07:58:44.517633 #4]  INFO -- : [5e6ebc71-376a-49ad-9ba3-865258eba5a0] Started POST "/users" for 36.13.99.96 at 2021-05-07 07:58:44 +0000
2021-05-07T07:58:44.521823+00:00 app[web.1]: I, [2021-05-07T07:58:44.521752 #4]  INFO -- : [5e6ebc71-376a-49ad-9ba3-865258eba5a0] Processing by UsersController#create as */*
2021-05-07T07:58:44.521971+00:00 app[web.1]: I, [2021-05-07T07:58:44.521889 #4]  INFO -- : [5e6ebc71-376a-49ad-9ba3-865258eba5a0]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T07:58:44.736268+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=5e6ebc71-376a-49ad-9ba3-865258eba5a0 fwd="36.13.99.96" dyno=web.1 connect=1ms service=222ms status=500 bytes=1827 protocol=https
2021-05-07T07:58:44.732198+00:00 app[web.1]: I, [2021-05-07T07:58:44.732067 #4]  INFO -- : [5e6ebc71-376a-49ad-9ba3-865258eba5a0] Completed 500 Internal Server Error in 210ms (ActiveRecord: 13.2ms | Allocations: 1622)
2021-05-07T07:58:44.733675+00:00 app[web.1]: F, [2021-05-07T07:58:44.733607 #4] FATAL -- : [5e6ebc71-376a-49ad-9ba3-865258eba5a0]
2021-05-07T07:58:44.733676+00:00 app[web.1]: [5e6ebc71-376a-49ad-9ba3-865258eba5a0] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T07:58:44.733677+00:00 app[web.1]: [5e6ebc71-376a-49ad-9ba3-865258eba5a0]
2021-05-07T07:58:44.733677+00:00 app[web.1]: [5e6ebc71-376a-49ad-9ba3-865258eba5a0] app/controllers/users_controller.rb:17:in `create'
2021-05-07T07:58:46.581417+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=35587158-5c30-4748-b8bc-fce9bbe3bae7 fwd="36.13.99.96" dyno=web.1 connect=0ms service=2ms status=200 bytes=143 protocol=https
2021-05-07T07:58:57.319154+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=f46779db-a695-4e9d-80ea-3abb8ff9fc80 fwd="36.13.99.96" dyno=web.1 connect=0ms service=8ms status=200 bytes=3106 protocol=https
2021-05-07T07:58:57.312266+00:00 app[web.1]: I, [2021-05-07T07:58:57.312163 #4]  INFO -- : [f46779db-a695-4e9d-80ea-3abb8ff9fc80] Started GET "/" for 36.13.99.96 at 2021-05-07 07:58:57 +0000
2021-05-07T07:58:57.313061+00:00 app[web.1]: I, [2021-05-07T07:58:57.312996 #4]  INFO -- : [f46779db-a695-4e9d-80ea-3abb8ff9fc80] Processing by LettersController#new as HTML
2021-05-07T07:58:57.316121+00:00 app[web.1]: I, [2021-05-07T07:58:57.316057 #4]  INFO -- : [f46779db-a695-4e9d-80ea-3abb8ff9fc80]   Rendered letters/new.html.erb within layouts/application (Duration: 2.1ms | Allocations: 706)
2021-05-07T07:58:57.316718+00:00 app[web.1]: I, [2021-05-07T07:58:57.316644 #4]  INFO -- : [f46779db-a695-4e9d-80ea-3abb8ff9fc80]   Rendered layout layouts/application.html.erb (Duration: 2.8ms | Allocations: 949)
2021-05-07T07:58:57.317055+00:00 app[web.1]: I, [2021-05-07T07:58:57.316969 #4]  INFO -- : [f46779db-a695-4e9d-80ea-3abb8ff9fc80] Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms | Allocations: 1257)
2021-05-07T07:58:57.918651+00:00 app[web.1]: I, [2021-05-07T07:58:57.918535 #4]  INFO -- : [5c677391-0a4f-4f94-8be0-df0b29af9bd7] Started POST "/users" for 36.13.99.96 at 2021-05-07 07:58:57 +0000
2021-05-07T07:58:57.920238+00:00 app[web.1]: I, [2021-05-07T07:58:57.920153 #4]  INFO -- : [5c677391-0a4f-4f94-8be0-df0b29af9bd7] Processing by UsersController#create as */*
2021-05-07T07:58:57.920362+00:00 app[web.1]: I, [2021-05-07T07:58:57.920300 #4]  INFO -- : [5c677391-0a4f-4f94-8be0-df0b29af9bd7]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T07:58:58.033819+00:00 app[web.1]: I, [2021-05-07T07:58:58.033675 #4]  INFO -- : [9f0276c2-ec5a-403d-a845-ba04e4e7b5d5] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 07:58:58 +0000
2021-05-07T07:58:58.101268+00:00 app[web.1]: I, [2021-05-07T07:58:58.101164 #4]  INFO -- : [5c677391-0a4f-4f94-8be0-df0b29af9bd7] Completed 500 Internal Server Error in 181ms (ActiveRecord: 9.4ms | Allocations: 2367)
2021-05-07T07:58:58.102251+00:00 app[web.1]: F, [2021-05-07T07:58:58.102175 #4] FATAL -- : [5c677391-0a4f-4f94-8be0-df0b29af9bd7]
2021-05-07T07:58:58.102253+00:00 app[web.1]: [5c677391-0a4f-4f94-8be0-df0b29af9bd7] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T07:58:58.102253+00:00 app[web.1]: [5c677391-0a4f-4f94-8be0-df0b29af9bd7]
2021-05-07T07:58:58.102254+00:00 app[web.1]: [5c677391-0a4f-4f94-8be0-df0b29af9bd7] app/controllers/users_controller.rb:17:in `create'
2021-05-07T07:58:58.035366+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=9f0276c2-ec5a-403d-a845-ba04e4e7b5d5 fwd="36.13.99.96" dyno=web.1 connect=1ms service=3ms status=304 bytes=258 protocol=https
2021-05-07T07:58:58.103952+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=5c677391-0a4f-4f94-8be0-df0b29af9bd7 fwd="36.13.99.96" dyno=web.1 connect=0ms service=187ms status=500 bytes=1827 protocol=https
2021-05-07T07:59:01.744873+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=d9af81e4-6289-410a-ab43-1d75e1f65d86 fwd="36.13.99.96" dyno=web.1 connect=0ms service=10ms status=200 bytes=3100 protocol=https
2021-05-07T07:59:01.736426+00:00 app[web.1]: I, [2021-05-07T07:59:01.736297 #4]  INFO -- : [d9af81e4-6289-410a-ab43-1d75e1f65d86] Started GET "/" for 36.13.99.96 at 2021-05-07 07:59:01 +0000
2021-05-07T07:59:01.737645+00:00 app[web.1]: I, [2021-05-07T07:59:01.737540 #4]  INFO -- : [d9af81e4-6289-410a-ab43-1d75e1f65d86] Processing by LettersController#new as HTML
2021-05-07T07:59:01.740913+00:00 app[web.1]: I, [2021-05-07T07:59:01.740815 #4]  INFO -- : [d9af81e4-6289-410a-ab43-1d75e1f65d86]   Rendered letters/new.html.erb within layouts/application (Duration: 2.1ms | Allocations: 698)
2021-05-07T07:59:01.741779+00:00 app[web.1]: I, [2021-05-07T07:59:01.741704 #4]  INFO -- : [d9af81e4-6289-410a-ab43-1d75e1f65d86]   Rendered layout layouts/application.html.erb (Duration: 3.1ms | Allocations: 941)
2021-05-07T07:59:01.742190+00:00 app[web.1]: I, [2021-05-07T07:59:01.742104 #4]  INFO -- : [d9af81e4-6289-410a-ab43-1d75e1f65d86] Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms | Allocations: 1249)
2021-05-07T07:59:01.936736+00:00 app[web.1]: I, [2021-05-07T07:59:01.936626 #4]  INFO -- : [35c19002-e080-4e74-a722-582d1b7acc7d] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 07:59:01 +0000
2021-05-07T07:59:01.938770+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=35c19002-e080-4e74-a722-582d1b7acc7d fwd="36.13.99.96" dyno=web.1 connect=0ms service=3ms status=304 bytes=258 protocol=https
2021-05-07T07:59:02.638572+00:00 app[web.1]: I, [2021-05-07T07:59:02.638444 #4]  INFO -- : [105cf23b-8166-4412-8af7-0752ac85f742] Started POST "/users" for 36.13.99.96 at 2021-05-07 07:59:02 +0000
2021-05-07T07:59:02.639860+00:00 app[web.1]: I, [2021-05-07T07:59:02.639745 #4]  INFO -- : [105cf23b-8166-4412-8af7-0752ac85f742] Processing by UsersController#create as */*
2021-05-07T07:59:02.639938+00:00 app[web.1]: I, [2021-05-07T07:59:02.639860 #4]  INFO -- : [105cf23b-8166-4412-8af7-0752ac85f742]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T07:59:02.900386+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=105cf23b-8166-4412-8af7-0752ac85f742 fwd="36.13.99.96" dyno=web.1 connect=1ms service=264ms status=500 bytes=1827 protocol=https
2021-05-07T07:59:02.896577+00:00 app[web.1]: I, [2021-05-07T07:59:02.896451 #4]  INFO -- : [105cf23b-8166-4412-8af7-0752ac85f742] Completed 500 Internal Server Error in 256ms (ActiveRecord: 9.8ms | Allocations: 1617)
2021-05-07T07:59:02.898031+00:00 app[web.1]: F, [2021-05-07T07:59:02.897949 #4] FATAL -- : [105cf23b-8166-4412-8af7-0752ac85f742]
2021-05-07T07:59:02.898032+00:00 app[web.1]: [105cf23b-8166-4412-8af7-0752ac85f742] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T07:59:02.898033+00:00 app[web.1]: [105cf23b-8166-4412-8af7-0752ac85f742]
2021-05-07T07:59:02.898033+00:00 app[web.1]: [105cf23b-8166-4412-8af7-0752ac85f742] app/controllers/users_controller.rb:17:in `create'
2021-05-07T07:59:05.179427+00:00 app[web.1]: I, [2021-05-07T07:59:05.179312 #4]  INFO -- : [ba4e42a5-7ac6-4d4f-be2c-c15b6ccd9de8] Started POST "/callback" for 147.92.150.198 at 2021-05-07 07:59:05 +0000
2021-05-07T07:59:05.181301+00:00 app[web.1]: I, [2021-05-07T07:59:05.181217 #4]  INFO -- : [ba4e42a5-7ac6-4d4f-be2c-c15b6ccd9de8] Processing by LinebotController#callback as HTML
2021-05-07T07:59:05.181423+00:00 app[web.1]: I, [2021-05-07T07:59:05.181359 #4]  INFO -- : [ba4e42a5-7ac6-4d4f-be2c-c15b6ccd9de8]   Parameters: {"destination"=>"U1da025c6beeeeb7dc674a3399c70fe03", "events"=>[{"type"=>"message", "message"=>{"type"=>"text", "id"=>"14010747733860", "text"=>"使い方を確認する"}, "timestamp"=>1620374344231, "source"=>{"type"=>"user", "userId"=>"U656a7b86669633da3008453bc97a8b20"}, "replyToken"=>"[FILTERED]", "mode"=>"active"}], "linebot"=>{"destination"=>"U1da025c6beeeeb7dc674a3399c70fe03", "events"=>[{"type"=>"message", "message"=>{"type"=>"text", "id"=>"14010747733860", "text"=>"使い方を確認する"}, "timestamp"=>1620374344231, "source"=>{"type"=>"user", "userId"=>"U656a7b86669633da3008453bc97a8b20"}, "replyToken"=>"[FILTERED]", "mode"=>"active"}]}}
2021-05-07T07:59:05.409322+00:00 app[web.1]: I, [2021-05-07T07:59:05.409196 #4]  INFO -- : [ba4e42a5-7ac6-4d4f-be2c-c15b6ccd9de8] Completed 200 OK in 228ms (ActiveRecord: 0.0ms | Allocations: 1373)
2021-05-07T07:59:05.410662+00:00 heroku[router]: at=info method=POST path="/callback" host=puffshare.herokuapp.com request_id=ba4e42a5-7ac6-4d4f-be2c-c15b6ccd9de8 fwd="147.92.150.198" dyno=web.1 connect=1ms service=233ms status=200 bytes=408 protocol=https
2021-05-07T07:59:07.175981+00:00 app[web.1]: I, [2021-05-07T07:59:07.175882 #4]  INFO -- : [f9b10c10-c86e-4b03-a63b-379994c9231f] Started GET "/" for 36.13.99.96 at 2021-05-07 07:59:07 +0000
2021-05-07T07:59:07.176785+00:00 app[web.1]: I, [2021-05-07T07:59:07.176711 #4]  INFO -- : [f9b10c10-c86e-4b03-a63b-379994c9231f] Processing by LettersController#new as HTML
2021-05-07T07:59:07.179432+00:00 app[web.1]: I, [2021-05-07T07:59:07.179359 #4]  INFO -- : [f9b10c10-c86e-4b03-a63b-379994c9231f]   Rendered letters/new.html.erb within layouts/application (Duration: 1.8ms | Allocations: 692)
2021-05-07T07:59:07.180073+00:00 app[web.1]: I, [2021-05-07T07:59:07.180000 #4]  INFO -- : [f9b10c10-c86e-4b03-a63b-379994c9231f]   Rendered layout layouts/application.html.erb (Duration: 2.4ms | Allocations: 935)
2021-05-07T07:59:07.180774+00:00 app[web.1]: I, [2021-05-07T07:59:07.180676 #4]  INFO -- : [f9b10c10-c86e-4b03-a63b-379994c9231f] Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms | Allocations: 1243)
2021-05-07T07:59:07.390134+00:00 app[web.1]: I, [2021-05-07T07:59:07.390037 #4]  INFO -- : [73467347-522f-4370-b4e8-532196d05c56] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 07:59:07 +0000
2021-05-07T07:59:07.183818+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=f9b10c10-c86e-4b03-a63b-379994c9231f fwd="36.13.99.96" dyno=web.1 connect=1ms service=9ms status=200 bytes=3124 protocol=https
2021-05-07T07:59:07.392765+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=73467347-522f-4370-b4e8-532196d05c56 fwd="36.13.99.96" dyno=web.1 connect=1ms service=3ms status=304 bytes=258 protocol=https
2021-05-07T07:59:07.790040+00:00 app[web.1]: I, [2021-05-07T07:59:07.789933 #4]  INFO -- : [47ad00cc-9edd-411f-b4eb-4b90bd41387b] Started POST "/users" for 36.13.99.96 at 2021-05-07 07:59:07 +0000
2021-05-07T07:59:07.791267+00:00 app[web.1]: I, [2021-05-07T07:59:07.791166 #4]  INFO -- : [47ad00cc-9edd-411f-b4eb-4b90bd41387b] Processing by UsersController#create as */*
2021-05-07T07:59:07.791340+00:00 app[web.1]: I, [2021-05-07T07:59:07.791274 #4]  INFO -- : [47ad00cc-9edd-411f-b4eb-4b90bd41387b]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T07:59:07.965991+00:00 app[web.1]: I, [2021-05-07T07:59:07.965861 #4]  INFO -- : [47ad00cc-9edd-411f-b4eb-4b90bd41387b] Completed 500 Internal Server Error in 174ms (ActiveRecord: 9.9ms | Allocations: 1638)
2021-05-07T07:59:07.967047+00:00 app[web.1]: F, [2021-05-07T07:59:07.966966 #4] FATAL -- : [47ad00cc-9edd-411f-b4eb-4b90bd41387b]
2021-05-07T07:59:07.967048+00:00 app[web.1]: [47ad00cc-9edd-411f-b4eb-4b90bd41387b] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T07:59:07.967049+00:00 app[web.1]: [47ad00cc-9edd-411f-b4eb-4b90bd41387b]
2021-05-07T07:59:07.967049+00:00 app[web.1]: [47ad00cc-9edd-411f-b4eb-4b90bd41387b] app/controllers/users_controller.rb:17:in `create'
2021-05-07T07:59:07.966206+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=47ad00cc-9edd-411f-b4eb-4b90bd41387b fwd="36.13.99.96" dyno=web.1 connect=0ms service=179ms status=500 bytes=1827 protocol=https
2021-05-07T07:59:10.632500+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=3bd77f1b-4c0c-4fa7-8407-3afb83c60c4a fwd="36.13.99.96" dyno=web.1 connect=1ms service=9ms status=200 bytes=3118 protocol=https
2021-05-07T07:59:10.624329+00:00 app[web.1]: I, [2021-05-07T07:59:10.624193 #4]  INFO -- : [3bd77f1b-4c0c-4fa7-8407-3afb83c60c4a] Started GET "/" for 36.13.99.96 at 2021-05-07 07:59:10 +0000
2021-05-07T07:59:10.625253+00:00 app[web.1]: I, [2021-05-07T07:59:10.625154 #4]  INFO -- : [3bd77f1b-4c0c-4fa7-8407-3afb83c60c4a] Processing by LettersController#new as HTML
2021-05-07T07:59:10.628851+00:00 app[web.1]: I, [2021-05-07T07:59:10.628752 #4]  INFO -- : [3bd77f1b-4c0c-4fa7-8407-3afb83c60c4a]   Rendered letters/new.html.erb within layouts/application (Duration: 2.6ms | Allocations: 716)
2021-05-07T07:59:10.629522+00:00 app[web.1]: I, [2021-05-07T07:59:10.629451 #4]  INFO -- : [3bd77f1b-4c0c-4fa7-8407-3afb83c60c4a]   Rendered layout layouts/application.html.erb (Duration: 3.3ms | Allocations: 959)
2021-05-07T07:59:10.629880+00:00 app[web.1]: I, [2021-05-07T07:59:10.629799 #4]  INFO -- : [3bd77f1b-4c0c-4fa7-8407-3afb83c60c4a] Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms | Allocations: 1267)
2021-05-07T07:59:10.818985+00:00 app[web.1]: I, [2021-05-07T07:59:10.818872 #4]  INFO -- : [fcc05d37-0951-43d1-abd2-6377354c9c04] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 07:59:10 +0000
2021-05-07T07:59:10.849379+00:00 app[web.1]: I, [2021-05-07T07:59:10.849272 #4]  INFO -- : [dae0644e-dc15-49c4-816f-f031dad22b5a] Started POST "/users" for 36.13.99.96 at 2021-05-07 07:59:10 +0000
2021-05-07T07:59:10.850562+00:00 app[web.1]: I, [2021-05-07T07:59:10.850460 #4]  INFO -- : [dae0644e-dc15-49c4-816f-f031dad22b5a] Processing by UsersController#create as */*
2021-05-07T07:59:10.850646+00:00 app[web.1]: I, [2021-05-07T07:59:10.850566 #4]  INFO -- : [dae0644e-dc15-49c4-816f-f031dad22b5a]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T07:59:10.822770+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=fcc05d37-0951-43d1-abd2-6377354c9c04 fwd="36.13.99.96" dyno=web.1 connect=1ms service=4ms status=304 bytes=258 protocol=https
2021-05-07T07:59:11.059476+00:00 app[web.1]: I, [2021-05-07T07:59:11.059378 #4]  INFO -- : [dae0644e-dc15-49c4-816f-f031dad22b5a] Completed 500 Internal Server Error in 209ms (ActiveRecord: 10.3ms | Allocations: 1633)
2021-05-07T07:59:11.060281+00:00 app[web.1]: F, [2021-05-07T07:59:11.060169 #4] FATAL -- : [dae0644e-dc15-49c4-816f-f031dad22b5a]
2021-05-07T07:59:11.060282+00:00 app[web.1]: [dae0644e-dc15-49c4-816f-f031dad22b5a] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T07:59:11.060283+00:00 app[web.1]: [dae0644e-dc15-49c4-816f-f031dad22b5a]
2021-05-07T07:59:11.060284+00:00 app[web.1]: [dae0644e-dc15-49c4-816f-f031dad22b5a] app/controllers/users_controller.rb:17:in `create'
2021-05-07T07:59:11.059555+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=dae0644e-dc15-49c4-816f-f031dad22b5a fwd="36.13.99.96" dyno=web.1 connect=0ms service=213ms status=500 bytes=1827 protocol=https
2021-05-07T07:59:17.787325+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=e7f3d98a-d5c8-42c6-bb0b-39b1780ee2a1 fwd="36.13.99.96" dyno=web.1 connect=1ms service=11ms status=200 bytes=3134 protocol=https
2021-05-07T07:59:17.777381+00:00 app[web.1]: I, [2021-05-07T07:59:17.777285 #4]  INFO -- : [e7f3d98a-d5c8-42c6-bb0b-39b1780ee2a1] Started GET "/" for 36.13.99.96 at 2021-05-07 07:59:17 +0000
2021-05-07T07:59:17.778456+00:00 app[web.1]: I, [2021-05-07T07:59:17.778389 #4]  INFO -- : [e7f3d98a-d5c8-42c6-bb0b-39b1780ee2a1] Processing by LettersController#new as HTML
2021-05-07T07:59:17.782251+00:00 app[web.1]: I, [2021-05-07T07:59:17.782154 #4]  INFO -- : [e7f3d98a-d5c8-42c6-bb0b-39b1780ee2a1]   Rendered letters/new.html.erb within layouts/application (Duration: 2.3ms | Allocations: 699)
2021-05-07T07:59:17.783232+00:00 app[web.1]: I, [2021-05-07T07:59:17.783164 #4]  INFO -- : [e7f3d98a-d5c8-42c6-bb0b-39b1780ee2a1]   Rendered layout layouts/application.html.erb (Duration: 3.3ms | Allocations: 942)
2021-05-07T07:59:17.783775+00:00 app[web.1]: I, [2021-05-07T07:59:17.783709 #4]  INFO -- : [e7f3d98a-d5c8-42c6-bb0b-39b1780ee2a1] Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms | Allocations: 1250)
2021-05-07T07:59:18.714638+00:00 heroku[router]: at=info method=GET path="/packs/js/application-55791b7f431e976d173e.js.map" host=puffshare.herokuapp.com request_id=5a46aa5e-49a0-448c-95f9-394bb73a3373 fwd="36.13.99.96" dyno=web.1 connect=1ms service=9ms status=200 bytes=25023 protocol=https
2021-05-07T07:59:18.707285+00:00 app[web.1]: I, [2021-05-07T07:59:18.707174 #4]  INFO -- : [722af968-dd06-4e66-aa11-ca68aa3dd82a] Started POST "/users" for 36.13.99.96 at 2021-05-07 07:59:18 +0000
2021-05-07T07:59:18.708833+00:00 app[web.1]: I, [2021-05-07T07:59:18.708764 #4]  INFO -- : [722af968-dd06-4e66-aa11-ca68aa3dd82a] Processing by UsersController#create as */*
2021-05-07T07:59:18.709187+00:00 app[web.1]: I, [2021-05-07T07:59:18.709106 #4]  INFO -- : [722af968-dd06-4e66-aa11-ca68aa3dd82a]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T07:59:18.880006+00:00 heroku[router]: at=info method=GET path="/packs/js/letters/login-b545fed8a44cb880c6c5.js.map" host=puffshare.herokuapp.com request_id=ca822638-0b62-409d-9870-042cf3863fc1 fwd="36.13.99.96" dyno=web.1 connect=0ms service=3ms status=200 bytes=3168 protocol=https
2021-05-07T07:59:19.191769+00:00 app[web.1]: I, [2021-05-07T07:59:19.191677 #4]  INFO -- : [61c0de5f-d00b-49cc-bbb7-92407cc6571a] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 07:59:19 +0000
2021-05-07T07:59:19.413853+00:00 app[web.1]: I, [2021-05-07T07:59:19.413723 #4]  INFO -- : [722af968-dd06-4e66-aa11-ca68aa3dd82a] Completed 500 Internal Server Error in 704ms (ActiveRecord: 9.7ms | Allocations: 2645)
2021-05-07T07:59:19.414968+00:00 app[web.1]: F, [2021-05-07T07:59:19.414841 #4] FATAL -- : [722af968-dd06-4e66-aa11-ca68aa3dd82a]
2021-05-07T07:59:19.414970+00:00 app[web.1]: [722af968-dd06-4e66-aa11-ca68aa3dd82a] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T07:59:19.414971+00:00 app[web.1]: [722af968-dd06-4e66-aa11-ca68aa3dd82a]
2021-05-07T07:59:19.414971+00:00 app[web.1]: [722af968-dd06-4e66-aa11-ca68aa3dd82a] app/controllers/users_controller.rb:17:in `create'
2021-05-07T07:59:19.194451+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=61c0de5f-d00b-49cc-bbb7-92407cc6571a fwd="36.13.99.96" dyno=web.1 connect=0ms service=4ms status=304 bytes=258 protocol=https
2021-05-07T07:59:19.416557+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=722af968-dd06-4e66-aa11-ca68aa3dd82a fwd="36.13.99.96" dyno=web.1 connect=0ms service=710ms status=500 bytes=1827 protocol=https
2021-05-07T07:59:20.296944+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=33252eb9-72aa-4849-a646-5681d7909fe7 fwd="36.13.99.96" dyno=web.1 connect=0ms service=1ms status=200 bytes=143 protocol=https
2021-05-07T07:59:49.482290+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=dda4bfcf-895a-4b1e-88a9-dc0c155c585b fwd="36.13.99.96" dyno=web.1 connect=2ms service=8ms status=200 bytes=3106 protocol=https
2021-05-07T07:59:49.475873+00:00 app[web.1]: I, [2021-05-07T07:59:49.475778 #4]  INFO -- : [dda4bfcf-895a-4b1e-88a9-dc0c155c585b] Started GET "/" for 36.13.99.96 at 2021-05-07 07:59:49 +0000
2021-05-07T07:59:49.476690+00:00 app[web.1]: I, [2021-05-07T07:59:49.476617 #4]  INFO -- : [dda4bfcf-895a-4b1e-88a9-dc0c155c585b] Processing by LettersController#new as HTML
2021-05-07T07:59:49.479479+00:00 app[web.1]: I, [2021-05-07T07:59:49.479410 #4]  INFO -- : [dda4bfcf-895a-4b1e-88a9-dc0c155c585b]   Rendered letters/new.html.erb within layouts/application (Duration: 1.7ms | Allocations: 710)
2021-05-07T07:59:49.480062+00:00 app[web.1]: I, [2021-05-07T07:59:49.480002 #4]  INFO -- : [dda4bfcf-895a-4b1e-88a9-dc0c155c585b]   Rendered layout layouts/application.html.erb (Duration: 2.3ms | Allocations: 953)
2021-05-07T07:59:49.480357+00:00 app[web.1]: I, [2021-05-07T07:59:49.480303 #4]  INFO -- : [dda4bfcf-895a-4b1e-88a9-dc0c155c585b] Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms | Allocations: 1261)
2021-05-07T07:59:49.687179+00:00 heroku[router]: at=info method=GET path="/packs/js/letters/login-b545fed8a44cb880c6c5.js" host=puffshare.herokuapp.com request_id=4710748c-b21d-4256-a456-407d599916a0 fwd="36.13.99.96" dyno=web.1 connect=1ms service=1ms status=304 bytes=48 protocol=https
2021-05-07T07:59:50.038591+00:00 heroku[router]: at=info method=GET path="/packs/js/application-55791b7f431e976d173e.js" host=puffshare.herokuapp.com request_id=5079a135-b959-4140-ae63-cdcf2e3a02c8 fwd="36.13.99.96" dyno=web.1 connect=1ms service=1ms status=304 bytes=48 protocol=https
2021-05-07T07:59:50.240302+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=d01c7756-7bf4-4cbf-8ccb-795195fcf2a9 fwd="36.13.99.96" dyno=web.1 connect=1ms service=3ms status=304 bytes=258 protocol=https
2021-05-07T07:59:50.238098+00:00 app[web.1]: I, [2021-05-07T07:59:50.237994 #4]  INFO -- : [d01c7756-7bf4-4cbf-8ccb-795195fcf2a9] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 07:59:50 +0000
2021-05-07T07:59:50.262123+00:00 app[web.1]: I, [2021-05-07T07:59:50.262032 #4]  INFO -- : [1c6b0467-20b8-4747-839c-afe274c3815a] Started POST "/users" for 36.13.99.96 at 2021-05-07 07:59:50 +0000
2021-05-07T07:59:50.263001+00:00 app[web.1]: I, [2021-05-07T07:59:50.262896 #4]  INFO -- : [1c6b0467-20b8-4747-839c-afe274c3815a] Processing by UsersController#create as */*
2021-05-07T07:59:50.263069+00:00 app[web.1]: I, [2021-05-07T07:59:50.262993 #4]  INFO -- : [1c6b0467-20b8-4747-839c-afe274c3815a]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T07:59:50.463678+00:00 app[web.1]: I, [2021-05-07T07:59:50.463583 #4]  INFO -- : [1c6b0467-20b8-4747-839c-afe274c3815a] Completed 500 Internal Server Error in 200ms (ActiveRecord: 9.8ms | Allocations: 1620)
2021-05-07T07:59:50.465467+00:00 app[web.1]: F, [2021-05-07T07:59:50.465392 #4] FATAL -- : [1c6b0467-20b8-4747-839c-afe274c3815a]
2021-05-07T07:59:50.465468+00:00 app[web.1]: [1c6b0467-20b8-4747-839c-afe274c3815a] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T07:59:50.465469+00:00 app[web.1]: [1c6b0467-20b8-4747-839c-afe274c3815a]
2021-05-07T07:59:50.465469+00:00 app[web.1]: [1c6b0467-20b8-4747-839c-afe274c3815a] app/controllers/users_controller.rb:17:in `create'
2021-05-07T07:59:50.467203+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=1c6b0467-20b8-4747-839c-afe274c3815a fwd="36.13.99.96" dyno=web.1 connect=1ms service=208ms status=500 bytes=1827 protocol=https
2021-05-07T08:00:23.094305+00:00 app[web.1]: I, [2021-05-07T08:00:23.094202 #4]  INFO -- : [305672a4-e4b0-4d5e-a313-4ccc8b6e09d3] Started GET "/" for 36.13.99.96 at 2021-05-07 08:00:23 +0000
2021-05-07T08:00:23.095118+00:00 app[web.1]: I, [2021-05-07T08:00:23.095051 #4]  INFO -- : [305672a4-e4b0-4d5e-a313-4ccc8b6e09d3] Processing by LettersController#new as HTML
2021-05-07T08:00:23.098311+00:00 app[web.1]: I, [2021-05-07T08:00:23.098195 #4]  INFO -- : [305672a4-e4b0-4d5e-a313-4ccc8b6e09d3]   Rendered letters/new.html.erb within layouts/application (Duration: 2.1ms | Allocations: 699)
2021-05-07T08:00:23.099192+00:00 app[web.1]: I, [2021-05-07T08:00:23.099116 #4]  INFO -- : [305672a4-e4b0-4d5e-a313-4ccc8b6e09d3]   Rendered layout layouts/application.html.erb (Duration: 3.1ms | Allocations: 942)
2021-05-07T08:00:23.099523+00:00 app[web.1]: I, [2021-05-07T08:00:23.099452 #4]  INFO -- : [305672a4-e4b0-4d5e-a313-4ccc8b6e09d3] Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms | Allocations: 1250)
2021-05-07T08:00:23.343909+00:00 app[web.1]: I, [2021-05-07T08:00:23.343793 #4]  INFO -- : [3123c4a2-8020-4f78-b25e-68dd66c7b11c] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:00:23 +0000
2021-05-07T08:00:23.101682+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=305672a4-e4b0-4d5e-a313-4ccc8b6e09d3 fwd="36.13.99.96" dyno=web.1 connect=0ms service=8ms status=200 bytes=3140 protocol=https
2021-05-07T08:00:23.345586+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=3123c4a2-8020-4f78-b25e-68dd66c7b11c fwd="36.13.99.96" dyno=web.1 connect=3ms service=3ms status=304 bytes=258 protocol=https
2021-05-07T08:00:23.612875+00:00 heroku[router]: at=info method=GET path="/packs/js/letters/login-b545fed8a44cb880c6c5.js.map" host=puffshare.herokuapp.com request_id=6d455273-bc0e-4bf2-8b19-1334fe82410f fwd="36.13.99.96" dyno=web.1 connect=0ms service=2ms status=200 bytes=3168 protocol=https
2021-05-07T08:00:23.617919+00:00 heroku[router]: at=info method=GET path="/packs/js/application-55791b7f431e976d173e.js.map" host=puffshare.herokuapp.com request_id=c9965e55-5011-4216-a48a-0743b004d9b3 fwd="36.13.99.96" dyno=web.1 connect=0ms service=3ms status=200 bytes=25023 protocol=https
2021-05-07T08:00:31.596439+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=691ddb27-2b9b-42ab-a3c5-a0fd258e715b fwd="36.13.99.96" dyno=web.1 connect=0ms service=1ms status=200 bytes=143 protocol=https
2021-05-07T08:00:31.602682+00:00 app[web.1]: I, [2021-05-07T08:00:31.602583 #4]  INFO -- : [00709201-9d9f-4d58-af08-2e65f2b47719] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:00:31 +0000
2021-05-07T08:00:31.603847+00:00 app[web.1]: I, [2021-05-07T08:00:31.603786 #4]  INFO -- : [00709201-9d9f-4d58-af08-2e65f2b47719] Processing by UsersController#create as */*
2021-05-07T08:00:31.603911+00:00 app[web.1]: I, [2021-05-07T08:00:31.603859 #4]  INFO -- : [00709201-9d9f-4d58-af08-2e65f2b47719]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:00:31.794232+00:00 app[web.1]: I, [2021-05-07T08:00:31.794127 #4]  INFO -- : [00709201-9d9f-4d58-af08-2e65f2b47719] Completed 500 Internal Server Error in 190ms (ActiveRecord: 10.9ms | Allocations: 1627)
2021-05-07T08:00:31.795149+00:00 app[web.1]: F, [2021-05-07T08:00:31.795075 #4] FATAL -- : [00709201-9d9f-4d58-af08-2e65f2b47719]
2021-05-07T08:00:31.795150+00:00 app[web.1]: [00709201-9d9f-4d58-af08-2e65f2b47719] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:00:31.795151+00:00 app[web.1]: [00709201-9d9f-4d58-af08-2e65f2b47719]
2021-05-07T08:00:31.795151+00:00 app[web.1]: [00709201-9d9f-4d58-af08-2e65f2b47719] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:00:31.794892+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=00709201-9d9f-4d58-af08-2e65f2b47719 fwd="36.13.99.96" dyno=web.1 connect=0ms service=195ms status=500 bytes=1827 protocol=https
2021-05-07T08:00:32.368374+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=4167928a-541d-45a9-968d-fcb3f20af81c fwd="36.13.99.96" dyno=web.1 connect=0ms service=8ms status=200 bytes=3140 protocol=https
2021-05-07T08:00:32.363388+00:00 app[web.1]: I, [2021-05-07T08:00:32.363281 #4]  INFO -- : [4167928a-541d-45a9-968d-fcb3f20af81c] Started GET "/" for 36.13.99.96 at 2021-05-07 08:00:32 +0000
2021-05-07T08:00:32.364345+00:00 app[web.1]: I, [2021-05-07T08:00:32.364281 #4]  INFO -- : [4167928a-541d-45a9-968d-fcb3f20af81c] Processing by LettersController#new as HTML
2021-05-07T08:00:32.367323+00:00 app[web.1]: I, [2021-05-07T08:00:32.367244 #4]  INFO -- : [4167928a-541d-45a9-968d-fcb3f20af81c]   Rendered letters/new.html.erb within layouts/application (Duration: 1.9ms | Allocations: 705)
2021-05-07T08:00:32.367929+00:00 app[web.1]: I, [2021-05-07T08:00:32.367857 #4]  INFO -- : [4167928a-541d-45a9-968d-fcb3f20af81c]   Rendered layout layouts/application.html.erb (Duration: 2.6ms | Allocations: 948)
2021-05-07T08:00:32.368243+00:00 app[web.1]: I, [2021-05-07T08:00:32.368174 #4]  INFO -- : [4167928a-541d-45a9-968d-fcb3f20af81c] Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms | Allocations: 1256)
2021-05-07T08:00:32.771320+00:00 app[web.1]: I, [2021-05-07T08:00:32.770583 #4]  INFO -- : [1597099c-5249-4129-8cde-d5ff181193c0] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:00:32 +0000
2021-05-07T08:00:32.803774+00:00 app[web.1]: I, [2021-05-07T08:00:32.803687 #4]  INFO -- : [4e7a73bf-dfad-4c69-ba29-3f5cb858892d] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:00:32 +0000
2021-05-07T08:00:32.804627+00:00 app[web.1]: I, [2021-05-07T08:00:32.804537 #4]  INFO -- : [4e7a73bf-dfad-4c69-ba29-3f5cb858892d] Processing by UsersController#create as */*
2021-05-07T08:00:32.804704+00:00 app[web.1]: I, [2021-05-07T08:00:32.804620 #4]  INFO -- : [4e7a73bf-dfad-4c69-ba29-3f5cb858892d]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:00:32.772031+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=1597099c-5249-4129-8cde-d5ff181193c0 fwd="36.13.99.96" dyno=web.1 connect=0ms service=4ms status=304 bytes=258 protocol=https
2021-05-07T08:00:33.298644+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=4e7a73bf-dfad-4c69-ba29-3f5cb858892d fwd="36.13.99.96" dyno=web.1 connect=0ms service=497ms status=500 bytes=1827 protocol=https
2021-05-07T08:00:33.190178+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=d8d15208-e994-4a17-a280-f3b4915d3573 fwd="36.13.99.96" dyno=web.1 connect=0ms service=1ms status=200 bytes=143 protocol=https
2021-05-07T08:00:33.297670+00:00 app[web.1]: I, [2021-05-07T08:00:33.297549 #4]  INFO -- : [4e7a73bf-dfad-4c69-ba29-3f5cb858892d] Completed 500 Internal Server Error in 493ms (ActiveRecord: 10.0ms | Allocations: 1817)
2021-05-07T08:00:33.299033+00:00 app[web.1]: F, [2021-05-07T08:00:33.298959 #4] FATAL -- : [4e7a73bf-dfad-4c69-ba29-3f5cb858892d]
2021-05-07T08:00:33.299034+00:00 app[web.1]: [4e7a73bf-dfad-4c69-ba29-3f5cb858892d] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:00:33.299035+00:00 app[web.1]: [4e7a73bf-dfad-4c69-ba29-3f5cb858892d]
2021-05-07T08:00:33.299036+00:00 app[web.1]: [4e7a73bf-dfad-4c69-ba29-3f5cb858892d] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:00:33.866804+00:00 app[web.1]: I, [2021-05-07T08:00:33.866690 #4]  INFO -- : [66311bde-cbe3-4f64-a820-9cad6b1295ab] Started GET "/" for 36.13.99.96 at 2021-05-07 08:00:33 +0000
2021-05-07T08:00:33.867673+00:00 app[web.1]: I, [2021-05-07T08:00:33.867580 #4]  INFO -- : [66311bde-cbe3-4f64-a820-9cad6b1295ab] Processing by LettersController#new as HTML
2021-05-07T08:00:33.870312+00:00 app[web.1]: I, [2021-05-07T08:00:33.870215 #4]  INFO -- : [66311bde-cbe3-4f64-a820-9cad6b1295ab]   Rendered letters/new.html.erb within layouts/application (Duration: 1.7ms | Allocations: 705)
2021-05-07T08:00:33.871192+00:00 app[web.1]: I, [2021-05-07T08:00:33.871110 #4]  INFO -- : [66311bde-cbe3-4f64-a820-9cad6b1295ab]   Rendered layout layouts/application.html.erb (Duration: 2.6ms | Allocations: 948)
2021-05-07T08:00:33.871591+00:00 app[web.1]: I, [2021-05-07T08:00:33.871497 #4]  INFO -- : [66311bde-cbe3-4f64-a820-9cad6b1295ab] Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms | Allocations: 1256)
2021-05-07T08:00:34.102809+00:00 app[web.1]: I, [2021-05-07T08:00:34.102704 #4]  INFO -- : [6e649b2a-cbed-4159-b155-fdbce4a44cd6] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:00:34 +0000
2021-05-07T08:00:33.871703+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=66311bde-cbe3-4f64-a820-9cad6b1295ab fwd="36.13.99.96" dyno=web.1 connect=0ms service=7ms status=200 bytes=3146 protocol=https
2021-05-07T08:00:34.107919+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=6e649b2a-cbed-4159-b155-fdbce4a44cd6 fwd="36.13.99.96" dyno=web.1 connect=0ms service=3ms status=304 bytes=258 protocol=https
2021-05-07T08:00:34.123122+00:00 app[web.1]: I, [2021-05-07T08:00:34.123006 #4]  INFO -- : [9c331394-fefa-4b4c-b637-93c68b951926] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:00:34 +0000
2021-05-07T08:00:34.124021+00:00 app[web.1]: I, [2021-05-07T08:00:34.123920 #4]  INFO -- : [9c331394-fefa-4b4c-b637-93c68b951926] Processing by UsersController#create as */*
2021-05-07T08:00:34.124110+00:00 app[web.1]: I, [2021-05-07T08:00:34.124018 #4]  INFO -- : [9c331394-fefa-4b4c-b637-93c68b951926]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:00:34.331884+00:00 app[web.1]: I, [2021-05-07T08:00:34.331763 #4]  INFO -- : [9c331394-fefa-4b4c-b637-93c68b951926] Completed 500 Internal Server Error in 208ms (ActiveRecord: 9.6ms | Allocations: 1633)
2021-05-07T08:00:34.332967+00:00 app[web.1]: F, [2021-05-07T08:00:34.332884 #4] FATAL -- : [9c331394-fefa-4b4c-b637-93c68b951926]
2021-05-07T08:00:34.332969+00:00 app[web.1]: [9c331394-fefa-4b4c-b637-93c68b951926] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:00:34.332969+00:00 app[web.1]: [9c331394-fefa-4b4c-b637-93c68b951926]
2021-05-07T08:00:34.332970+00:00 app[web.1]: [9c331394-fefa-4b4c-b637-93c68b951926] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:00:34.332777+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=9c331394-fefa-4b4c-b637-93c68b951926 fwd="36.13.99.96" dyno=web.1 connect=0ms service=212ms status=500 bytes=1827 protocol=https
2021-05-07T08:00:35.032868+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=965b85ce-d8be-4f4f-934d-40a3086bed6a fwd="36.13.99.96" dyno=web.1 connect=0ms service=13ms status=200 bytes=3130 protocol=https
2021-05-07T08:00:35.023128+00:00 app[web.1]: I, [2021-05-07T08:00:35.022986 #4]  INFO -- : [965b85ce-d8be-4f4f-934d-40a3086bed6a] Started GET "/" for 36.13.99.96 at 2021-05-07 08:00:35 +0000
2021-05-07T08:00:35.024285+00:00 app[web.1]: I, [2021-05-07T08:00:35.024187 #4]  INFO -- : [965b85ce-d8be-4f4f-934d-40a3086bed6a] Processing by LettersController#new as HTML
2021-05-07T08:00:35.030525+00:00 app[web.1]: I, [2021-05-07T08:00:35.030397 #4]  INFO -- : [965b85ce-d8be-4f4f-934d-40a3086bed6a]   Rendered letters/new.html.erb within layouts/application (Duration: 4.4ms | Allocations: 711)
2021-05-07T08:00:35.031530+00:00 app[web.1]: I, [2021-05-07T08:00:35.031447 #4]  INFO -- : [965b85ce-d8be-4f4f-934d-40a3086bed6a]   Rendered layout layouts/application.html.erb (Duration: 5.6ms | Allocations: 954)
2021-05-07T08:00:35.032035+00:00 app[web.1]: I, [2021-05-07T08:00:35.031954 #4]  INFO -- : [965b85ce-d8be-4f4f-934d-40a3086bed6a] Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms | Allocations: 1262)
2021-05-07T08:00:35.269326+00:00 app[web.1]: I, [2021-05-07T08:00:35.269199 #4]  INFO -- : [f6d8a8ea-6169-4bb0-b065-83e9981b8871] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:00:35 +0000
2021-05-07T08:00:35.269298+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=f6d8a8ea-6169-4bb0-b065-83e9981b8871 fwd="36.13.99.96" dyno=web.1 connect=0ms service=2ms status=304 bytes=258 protocol=https
2021-05-07T08:00:35.499569+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=0357a52c-ba28-44b9-b37b-f58d367aef51 fwd="36.13.99.96" dyno=web.1 connect=0ms service=210ms status=500 bytes=1827 protocol=https
2021-05-07T08:00:35.290817+00:00 app[web.1]: I, [2021-05-07T08:00:35.290709 #4]  INFO -- : [0357a52c-ba28-44b9-b37b-f58d367aef51] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:00:35 +0000
2021-05-07T08:00:35.291817+00:00 app[web.1]: I, [2021-05-07T08:00:35.291745 #4]  INFO -- : [0357a52c-ba28-44b9-b37b-f58d367aef51] Processing by UsersController#create as */*
2021-05-07T08:00:35.291876+00:00 app[web.1]: I, [2021-05-07T08:00:35.291820 #4]  INFO -- : [0357a52c-ba28-44b9-b37b-f58d367aef51]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:00:35.497391+00:00 app[web.1]: I, [2021-05-07T08:00:35.497287 #4]  INFO -- : [0357a52c-ba28-44b9-b37b-f58d367aef51] Completed 500 Internal Server Error in 205ms (ActiveRecord: 9.7ms | Allocations: 1792)
2021-05-07T08:00:35.498445+00:00 app[web.1]: F, [2021-05-07T08:00:35.498369 #4] FATAL -- : [0357a52c-ba28-44b9-b37b-f58d367aef51]
2021-05-07T08:00:35.498446+00:00 app[web.1]: [0357a52c-ba28-44b9-b37b-f58d367aef51] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:00:35.498446+00:00 app[web.1]: [0357a52c-ba28-44b9-b37b-f58d367aef51]
2021-05-07T08:00:35.498447+00:00 app[web.1]: [0357a52c-ba28-44b9-b37b-f58d367aef51] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:00:35.362668+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=9d444d68-f465-4e91-b242-de57e3f2420a fwd="36.13.99.96" dyno=web.1 connect=0ms service=3ms status=200 bytes=143 protocol=https
2021-05-07T08:00:35.679202+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=a6b241e1-b1bc-40af-89c6-43c5585f2822 fwd="36.13.99.96" dyno=web.1 connect=0ms service=1ms status=200 bytes=143 protocol=https
2021-05-07T08:00:36.781958+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=b999970d-1b22-4488-832c-af1fd6800ae9 fwd="36.13.99.96" dyno=web.1 connect=0ms service=8ms status=200 bytes=3152 protocol=https
2021-05-07T08:00:36.776957+00:00 app[web.1]: I, [2021-05-07T08:00:36.776839 #4]  INFO -- : [b999970d-1b22-4488-832c-af1fd6800ae9] Started GET "/" for 36.13.99.96 at 2021-05-07 08:00:36 +0000
2021-05-07T08:00:36.777756+00:00 app[web.1]: I, [2021-05-07T08:00:36.777667 #4]  INFO -- : [b999970d-1b22-4488-832c-af1fd6800ae9] Processing by LettersController#new as HTML
2021-05-07T08:00:36.780395+00:00 app[web.1]: I, [2021-05-07T08:00:36.780313 #4]  INFO -- : [b999970d-1b22-4488-832c-af1fd6800ae9]   Rendered letters/new.html.erb within layouts/application (Duration: 1.8ms | Allocations: 695)
2021-05-07T08:00:36.781031+00:00 app[web.1]: I, [2021-05-07T08:00:36.780934 #4]  INFO -- : [b999970d-1b22-4488-832c-af1fd6800ae9]   Rendered layout layouts/application.html.erb (Duration: 2.5ms | Allocations: 938)
2021-05-07T08:00:36.781309+00:00 app[web.1]: I, [2021-05-07T08:00:36.781236 #4]  INFO -- : [b999970d-1b22-4488-832c-af1fd6800ae9] Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms | Allocations: 1246)
2021-05-07T08:00:37.026340+00:00 app[web.1]: I, [2021-05-07T08:00:37.026239 #4]  INFO -- : [988355f9-994e-4630-8df3-459288d4fa00] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:00:37 +0000
2021-05-07T08:00:37.026775+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=988355f9-994e-4630-8df3-459288d4fa00 fwd="36.13.99.96" dyno=web.1 connect=0ms service=3ms status=304 bytes=258 protocol=https
2021-05-07T08:00:37.045731+00:00 app[web.1]: I, [2021-05-07T08:00:37.045639 #4]  INFO -- : [8314f90c-612a-41d3-b1d5-93748ec534c0] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:00:37 +0000
2021-05-07T08:00:37.046890+00:00 app[web.1]: I, [2021-05-07T08:00:37.046766 #4]  INFO -- : [8314f90c-612a-41d3-b1d5-93748ec534c0] Processing by UsersController#create as */*
2021-05-07T08:00:37.047000+00:00 app[web.1]: I, [2021-05-07T08:00:37.046880 #4]  INFO -- : [8314f90c-612a-41d3-b1d5-93748ec534c0]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:00:37.232278+00:00 app[web.1]: I, [2021-05-07T08:00:37.232163 #4]  INFO -- : [8314f90c-612a-41d3-b1d5-93748ec534c0] Completed 500 Internal Server Error in 185ms (ActiveRecord: 10.7ms | Allocations: 1640)
2021-05-07T08:00:37.233268+00:00 app[web.1]: F, [2021-05-07T08:00:37.233183 #4] FATAL -- : [8314f90c-612a-41d3-b1d5-93748ec534c0]
2021-05-07T08:00:37.233269+00:00 app[web.1]: [8314f90c-612a-41d3-b1d5-93748ec534c0] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:00:37.233270+00:00 app[web.1]: [8314f90c-612a-41d3-b1d5-93748ec534c0]
2021-05-07T08:00:37.233270+00:00 app[web.1]: [8314f90c-612a-41d3-b1d5-93748ec534c0] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:00:37.234533+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=8314f90c-612a-41d3-b1d5-93748ec534c0 fwd="36.13.99.96" dyno=web.1 connect=0ms service=190ms status=500 bytes=1827 protocol=https
2021-05-07T08:00:37.520075+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=c64ed3a8-b7fd-45cb-ac25-28e8e1aba104 fwd="36.13.99.96" dyno=web.1 connect=0ms service=1ms status=200 bytes=143 protocol=https
2021-05-07T08:00:40.422891+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=2a3d7dfe-44ae-4db6-b265-cf62a3e59b05 fwd="36.13.99.96" dyno=web.1 connect=1ms service=11ms status=200 bytes=3108 protocol=https
2021-05-07T08:00:40.413245+00:00 app[web.1]: I, [2021-05-07T08:00:40.413143 #4]  INFO -- : [2a3d7dfe-44ae-4db6-b265-cf62a3e59b05] Started GET "/" for 36.13.99.96 at 2021-05-07 08:00:40 +0000
2021-05-07T08:00:40.414178+00:00 app[web.1]: I, [2021-05-07T08:00:40.414086 #4]  INFO -- : [2a3d7dfe-44ae-4db6-b265-cf62a3e59b05] Processing by LettersController#new as HTML
2021-05-07T08:00:40.418312+00:00 app[web.1]: I, [2021-05-07T08:00:40.418228 #4]  INFO -- : [2a3d7dfe-44ae-4db6-b265-cf62a3e59b05]   Rendered letters/new.html.erb within layouts/application (Duration: 2.7ms | Allocations: 698)
2021-05-07T08:00:40.419411+00:00 app[web.1]: I, [2021-05-07T08:00:40.419340 #4]  INFO -- : [2a3d7dfe-44ae-4db6-b265-cf62a3e59b05]   Rendered layout layouts/application.html.erb (Duration: 3.8ms | Allocations: 941)
2021-05-07T08:00:40.420017+00:00 app[web.1]: I, [2021-05-07T08:00:40.419935 #4]  INFO -- : [2a3d7dfe-44ae-4db6-b265-cf62a3e59b05] Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms | Allocations: 1249)
2021-05-07T08:00:40.632338+00:00 app[web.1]: I, [2021-05-07T08:00:40.632209 #4]  INFO -- : [e8d0c8e9-9612-4d08-8c86-632530bc642c] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:00:40 +0000
2021-05-07T08:00:40.634828+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=e8d0c8e9-9612-4d08-8c86-632530bc642c fwd="36.13.99.96" dyno=web.1 connect=1ms service=6ms status=304 bytes=258 protocol=https
2021-05-07T08:00:41.002483+00:00 app[web.1]: I, [2021-05-07T08:00:41.002370 #4]  INFO -- : [5ea9f6e1-93ba-41b5-ac00-5cf374ce2008] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:00:41 +0000
2021-05-07T08:00:41.003419+00:00 app[web.1]: I, [2021-05-07T08:00:41.003339 #4]  INFO -- : [5ea9f6e1-93ba-41b5-ac00-5cf374ce2008] Processing by UsersController#create as */*
2021-05-07T08:00:41.003511+00:00 app[web.1]: I, [2021-05-07T08:00:41.003423 #4]  INFO -- : [5ea9f6e1-93ba-41b5-ac00-5cf374ce2008]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:00:41.213657+00:00 app[web.1]: I, [2021-05-07T08:00:41.213526 #4]  INFO -- : [5ea9f6e1-93ba-41b5-ac00-5cf374ce2008] Completed 500 Internal Server Error in 210ms (ActiveRecord: 9.2ms | Allocations: 1623)
2021-05-07T08:00:41.214514+00:00 app[web.1]: F, [2021-05-07T08:00:41.214439 #4] FATAL -- : [5ea9f6e1-93ba-41b5-ac00-5cf374ce2008]
2021-05-07T08:00:41.214515+00:00 app[web.1]: [5ea9f6e1-93ba-41b5-ac00-5cf374ce2008] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:00:41.214515+00:00 app[web.1]: [5ea9f6e1-93ba-41b5-ac00-5cf374ce2008]
2021-05-07T08:00:41.214516+00:00 app[web.1]: [5ea9f6e1-93ba-41b5-ac00-5cf374ce2008] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:00:41.216538+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=5ea9f6e1-93ba-41b5-ac00-5cf374ce2008 fwd="36.13.99.96" dyno=web.1 connect=0ms service=215ms status=500 bytes=1827 protocol=https
2021-05-07T08:00:44.848140+00:00 app[web.1]: I, [2021-05-07T08:00:44.848032 #4]  INFO -- : [c13ee881-5455-4947-bc7f-a55a62f4bce5] Started GET "/" for 36.13.99.96 at 2021-05-07 08:00:44 +0000
2021-05-07T08:00:44.848947+00:00 app[web.1]: I, [2021-05-07T08:00:44.848876 #4]  INFO -- : [c13ee881-5455-4947-bc7f-a55a62f4bce5] Processing by LettersController#new as HTML
2021-05-07T08:00:44.851955+00:00 app[web.1]: I, [2021-05-07T08:00:44.851878 #4]  INFO -- : [c13ee881-5455-4947-bc7f-a55a62f4bce5]   Rendered letters/new.html.erb within layouts/application (Duration: 2.0ms | Allocations: 700)
2021-05-07T08:00:44.852586+00:00 app[web.1]: I, [2021-05-07T08:00:44.852507 #4]  INFO -- : [c13ee881-5455-4947-bc7f-a55a62f4bce5]   Rendered layout layouts/application.html.erb (Duration: 2.7ms | Allocations: 943)
2021-05-07T08:00:44.852916+00:00 app[web.1]: I, [2021-05-07T08:00:44.852847 #4]  INFO -- : [c13ee881-5455-4947-bc7f-a55a62f4bce5] Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms | Allocations: 1251)
2021-05-07T08:00:45.049225+00:00 app[web.1]: I, [2021-05-07T08:00:45.049080 #4]  INFO -- : [acb0bbf0-ae26-4571-b369-946931c2efdb] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:00:45 +0000
2021-05-07T08:00:45.073783+00:00 app[web.1]: I, [2021-05-07T08:00:45.073682 #4]  INFO -- : [8b55fadb-5920-4cde-bd8b-f5e769610a3f] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:00:45 +0000
2021-05-07T08:00:45.074654+00:00 app[web.1]: I, [2021-05-07T08:00:45.074581 #4]  INFO -- : [8b55fadb-5920-4cde-bd8b-f5e769610a3f] Processing by UsersController#create as */*
2021-05-07T08:00:45.074742+00:00 app[web.1]: I, [2021-05-07T08:00:45.074664 #4]  INFO -- : [8b55fadb-5920-4cde-bd8b-f5e769610a3f]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:00:44.855183+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=c13ee881-5455-4947-bc7f-a55a62f4bce5 fwd="36.13.99.96" dyno=web.1 connect=1ms service=8ms status=200 bytes=3126 protocol=https
2021-05-07T08:00:45.051538+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=acb0bbf0-ae26-4571-b369-946931c2efdb fwd="36.13.99.96" dyno=web.1 connect=1ms service=4ms status=304 bytes=258 protocol=https
2021-05-07T08:00:45.474064+00:00 app[web.1]: I, [2021-05-07T08:00:45.473944 #4]  INFO -- : [8b55fadb-5920-4cde-bd8b-f5e769610a3f] Completed 500 Internal Server Error in 399ms (ActiveRecord: 10.0ms | Allocations: 1640)
2021-05-07T08:00:45.475592+00:00 app[web.1]: F, [2021-05-07T08:00:45.475512 #4] FATAL -- : [8b55fadb-5920-4cde-bd8b-f5e769610a3f]
2021-05-07T08:00:45.475593+00:00 app[web.1]: [8b55fadb-5920-4cde-bd8b-f5e769610a3f] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:00:45.475594+00:00 app[web.1]: [8b55fadb-5920-4cde-bd8b-f5e769610a3f]
2021-05-07T08:00:45.475594+00:00 app[web.1]: [8b55fadb-5920-4cde-bd8b-f5e769610a3f] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:00:45.477335+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=8b55fadb-5920-4cde-bd8b-f5e769610a3f fwd="36.13.99.96" dyno=web.1 connect=0ms service=405ms status=500 bytes=1827 protocol=https
2021-05-07T08:00:47.179624+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=f9784e7e-82ec-4d6c-9384-dcf1b6715671 fwd="36.13.99.96" dyno=web.1 connect=1ms service=14ms status=200 bytes=3102 protocol=https
2021-05-07T08:00:47.167090+00:00 app[web.1]: I, [2021-05-07T08:00:47.166984 #4]  INFO -- : [f9784e7e-82ec-4d6c-9384-dcf1b6715671] Started GET "/" for 36.13.99.96 at 2021-05-07 08:00:47 +0000
2021-05-07T08:00:47.167989+00:00 app[web.1]: I, [2021-05-07T08:00:47.167936 #4]  INFO -- : [f9784e7e-82ec-4d6c-9384-dcf1b6715671] Processing by LettersController#new as HTML
2021-05-07T08:00:47.171058+00:00 app[web.1]: I, [2021-05-07T08:00:47.170998 #4]  INFO -- : [f9784e7e-82ec-4d6c-9384-dcf1b6715671]   Rendered letters/new.html.erb within layouts/application (Duration: 2.1ms | Allocations: 718)
2021-05-07T08:00:47.171658+00:00 app[web.1]: I, [2021-05-07T08:00:47.171584 #4]  INFO -- : [f9784e7e-82ec-4d6c-9384-dcf1b6715671]   Rendered layout layouts/application.html.erb (Duration: 2.7ms | Allocations: 961)
2021-05-07T08:00:47.171985+00:00 app[web.1]: I, [2021-05-07T08:00:47.171924 #4]  INFO -- : [f9784e7e-82ec-4d6c-9384-dcf1b6715671] Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms | Allocations: 1269)
2021-05-07T08:00:47.368173+00:00 app[web.1]: I, [2021-05-07T08:00:47.368072 #4]  INFO -- : [f2c4b43b-0847-4c7e-b96b-c116ff84e54a] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:00:47 +0000
2021-05-07T08:00:47.404211+00:00 app[web.1]: I, [2021-05-07T08:00:47.404090 #4]  INFO -- : [9c06317f-4c57-426c-a19c-c765ac78fafb] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:00:47 +0000
2021-05-07T08:00:47.405417+00:00 app[web.1]: I, [2021-05-07T08:00:47.405328 #4]  INFO -- : [9c06317f-4c57-426c-a19c-c765ac78fafb] Processing by UsersController#create as */*
2021-05-07T08:00:47.405505+00:00 app[web.1]: I, [2021-05-07T08:00:47.405430 #4]  INFO -- : [9c06317f-4c57-426c-a19c-c765ac78fafb]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:00:47.370633+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=f2c4b43b-0847-4c7e-b96b-c116ff84e54a fwd="36.13.99.96" dyno=web.1 connect=1ms service=4ms status=304 bytes=258 protocol=https
2021-05-07T08:00:47.632830+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=9c06317f-4c57-426c-a19c-c765ac78fafb fwd="36.13.99.96" dyno=web.1 connect=0ms service=231ms status=500 bytes=1827 protocol=https
2021-05-07T08:00:47.630215+00:00 app[web.1]: I, [2021-05-07T08:00:47.630103 #4]  INFO -- : [9c06317f-4c57-426c-a19c-c765ac78fafb] Completed 500 Internal Server Error in 225ms (ActiveRecord: 9.3ms | Allocations: 1616)
2021-05-07T08:00:47.631277+00:00 app[web.1]: F, [2021-05-07T08:00:47.631187 #4] FATAL -- : [9c06317f-4c57-426c-a19c-c765ac78fafb]
2021-05-07T08:00:47.631279+00:00 app[web.1]: [9c06317f-4c57-426c-a19c-c765ac78fafb] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:00:47.631280+00:00 app[web.1]: [9c06317f-4c57-426c-a19c-c765ac78fafb]
2021-05-07T08:00:47.631280+00:00 app[web.1]: [9c06317f-4c57-426c-a19c-c765ac78fafb] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:00:49.102094+00:00 app[web.1]: I, [2021-05-07T08:00:49.101963 #4]  INFO -- : [e6643434-b7e2-4644-977a-ea8feb017bb8] Started GET "/" for 36.13.99.96 at 2021-05-07 08:00:49 +0000
2021-05-07T08:00:49.103325+00:00 app[web.1]: I, [2021-05-07T08:00:49.103250 #4]  INFO -- : [e6643434-b7e2-4644-977a-ea8feb017bb8] Processing by LettersController#new as HTML
2021-05-07T08:00:49.106274+00:00 app[web.1]: I, [2021-05-07T08:00:49.106202 #4]  INFO -- : [e6643434-b7e2-4644-977a-ea8feb017bb8]   Rendered letters/new.html.erb within layouts/application (Duration: 1.9ms | Allocations: 694)
2021-05-07T08:00:49.107190+00:00 app[web.1]: I, [2021-05-07T08:00:49.107107 #4]  INFO -- : [e6643434-b7e2-4644-977a-ea8feb017bb8]   Rendered layout layouts/application.html.erb (Duration: 2.9ms | Allocations: 937)
2021-05-07T08:00:49.107582+00:00 app[web.1]: I, [2021-05-07T08:00:49.107515 #4]  INFO -- : [e6643434-b7e2-4644-977a-ea8feb017bb8] Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms | Allocations: 1245)
2021-05-07T08:00:49.338540+00:00 app[web.1]: I, [2021-05-07T08:00:49.338425 #4]  INFO -- : [58b188cb-e10a-497e-ba93-eb7bb19f0fb0] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:00:49 +0000
2021-05-07T08:00:49.110511+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=e6643434-b7e2-4644-977a-ea8feb017bb8 fwd="36.13.99.96" dyno=web.1 connect=1ms service=10ms status=200 bytes=3106 protocol=https
2021-05-07T08:00:49.341019+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=58b188cb-e10a-497e-ba93-eb7bb19f0fb0 fwd="36.13.99.96" dyno=web.1 connect=1ms service=4ms status=304 bytes=258 protocol=https
2021-05-07T08:00:49.371797+00:00 app[web.1]: I, [2021-05-07T08:00:49.371681 #4]  INFO -- : [5ed68b21-207d-46f9-b4bc-627fa4d24f30] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:00:49 +0000
2021-05-07T08:00:49.373040+00:00 app[web.1]: I, [2021-05-07T08:00:49.372957 #4]  INFO -- : [5ed68b21-207d-46f9-b4bc-627fa4d24f30] Processing by UsersController#create as */*
2021-05-07T08:00:49.373127+00:00 app[web.1]: I, [2021-05-07T08:00:49.373064 #4]  INFO -- : [5ed68b21-207d-46f9-b4bc-627fa4d24f30]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:00:49.653318+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=5ed68b21-207d-46f9-b4bc-627fa4d24f30 fwd="36.13.99.96" dyno=web.1 connect=0ms service=285ms status=500 bytes=1827 protocol=https
2021-05-07T08:00:49.649333+00:00 app[web.1]: I, [2021-05-07T08:00:49.649143 #4]  INFO -- : [5ed68b21-207d-46f9-b4bc-627fa4d24f30] Completed 500 Internal Server Error in 276ms (ActiveRecord: 18.1ms | Allocations: 1620)
2021-05-07T08:00:49.651420+00:00 app[web.1]: F, [2021-05-07T08:00:49.651355 #4] FATAL -- : [5ed68b21-207d-46f9-b4bc-627fa4d24f30]
2021-05-07T08:00:49.651421+00:00 app[web.1]: [5ed68b21-207d-46f9-b4bc-627fa4d24f30] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:00:49.651422+00:00 app[web.1]: [5ed68b21-207d-46f9-b4bc-627fa4d24f30]
2021-05-07T08:00:49.651422+00:00 app[web.1]: [5ed68b21-207d-46f9-b4bc-627fa4d24f30] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:00:50.851526+00:00 app[web.1]: I, [2021-05-07T08:00:50.851414 #4]  INFO -- : [60ab82a2-fa2f-410e-b546-f87c883073c7] Started GET "/" for 36.13.99.96 at 2021-05-07 08:00:50 +0000
2021-05-07T08:00:50.852455+00:00 app[web.1]: I, [2021-05-07T08:00:50.852362 #4]  INFO -- : [60ab82a2-fa2f-410e-b546-f87c883073c7] Processing by LettersController#new as HTML
2021-05-07T08:00:50.856316+00:00 app[web.1]: I, [2021-05-07T08:00:50.856249 #4]  INFO -- : [60ab82a2-fa2f-410e-b546-f87c883073c7]   Rendered letters/new.html.erb within layouts/application (Duration: 2.6ms | Allocations: 698)
2021-05-07T08:00:50.857356+00:00 app[web.1]: I, [2021-05-07T08:00:50.857273 #4]  INFO -- : [60ab82a2-fa2f-410e-b546-f87c883073c7]   Rendered layout layouts/application.html.erb (Duration: 3.7ms | Allocations: 941)
2021-05-07T08:00:50.857688+00:00 app[web.1]: I, [2021-05-07T08:00:50.857621 #4]  INFO -- : [60ab82a2-fa2f-410e-b546-f87c883073c7] Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms | Allocations: 1249)
2021-05-07T08:00:51.090629+00:00 app[web.1]: I, [2021-05-07T08:00:51.090507 #4]  INFO -- : [22921afc-b173-409d-8438-53a381432320] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:00:51 +0000
2021-05-07T08:00:50.861676+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=60ab82a2-fa2f-410e-b546-f87c883073c7 fwd="36.13.99.96" dyno=web.1 connect=1ms service=11ms status=200 bytes=3108 protocol=https
2021-05-07T08:00:51.094527+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=22921afc-b173-409d-8438-53a381432320 fwd="36.13.99.96" dyno=web.1 connect=1ms service=5ms status=304 bytes=258 protocol=https
2021-05-07T08:00:51.128943+00:00 app[web.1]: I, [2021-05-07T08:00:51.128850 #4]  INFO -- : [45109e1c-15d7-42ce-8fc2-6485f7db8621] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:00:51 +0000
2021-05-07T08:00:51.129891+00:00 app[web.1]: I, [2021-05-07T08:00:51.129829 #4]  INFO -- : [45109e1c-15d7-42ce-8fc2-6485f7db8621] Processing by UsersController#create as */*
2021-05-07T08:00:51.129953+00:00 app[web.1]: I, [2021-05-07T08:00:51.129900 #4]  INFO -- : [45109e1c-15d7-42ce-8fc2-6485f7db8621]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:00:51.307881+00:00 app[web.1]: I, [2021-05-07T08:00:51.307748 #4]  INFO -- : [45109e1c-15d7-42ce-8fc2-6485f7db8621] Completed 500 Internal Server Error in 178ms (ActiveRecord: 9.5ms | Allocations: 1622)
2021-05-07T08:00:51.308583+00:00 app[web.1]: F, [2021-05-07T08:00:51.308521 #4] FATAL -- : [45109e1c-15d7-42ce-8fc2-6485f7db8621]
2021-05-07T08:00:51.308584+00:00 app[web.1]: [45109e1c-15d7-42ce-8fc2-6485f7db8621] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:00:51.308585+00:00 app[web.1]: [45109e1c-15d7-42ce-8fc2-6485f7db8621]
2021-05-07T08:00:51.308585+00:00 app[web.1]: [45109e1c-15d7-42ce-8fc2-6485f7db8621] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:00:51.310220+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=45109e1c-15d7-42ce-8fc2-6485f7db8621 fwd="36.13.99.96" dyno=web.1 connect=0ms service=182ms status=500 bytes=1827 protocol=https
2021-05-07T08:00:53.931770+00:00 app[web.1]: I, [2021-05-07T08:00:53.931665 #4]  INFO -- : [bdcddd88-57df-45f2-89b8-66c4cee0d5f6] Started POST "/callback" for 147.92.150.198 at 2021-05-07 08:00:53 +0000
2021-05-07T08:00:53.933137+00:00 app[web.1]: I, [2021-05-07T08:00:53.933081 #4]  INFO -- : [bdcddd88-57df-45f2-89b8-66c4cee0d5f6] Processing by LinebotController#callback as HTML
2021-05-07T08:00:53.933354+00:00 app[web.1]: I, [2021-05-07T08:00:53.933245 #4]  INFO -- : [bdcddd88-57df-45f2-89b8-66c4cee0d5f6]   Parameters: {"destination"=>"U1da025c6beeeeb7dc674a3399c70fe03", "events"=>[{"type"=>"message", "message"=>{"type"=>"text", "id"=>"14010756152374", "text"=>"使い方を確認する"}, "timestamp"=>1620374452831, "source"=>{"type"=>"user", "userId"=>"U656a7b86669633da3008453bc97a8b20"}, "replyToken"=>"[FILTERED]", "mode"=>"active"}], "linebot"=>{"destination"=>"U1da025c6beeeeb7dc674a3399c70fe03", "events"=>[{"type"=>"message", "message"=>{"type"=>"text", "id"=>"14010756152374", "text"=>"使い方を確認する"}, "timestamp"=>1620374452831, "source"=>{"type"=>"user", "userId"=>"U656a7b86669633da3008453bc97a8b20"}, "replyToken"=>"[FILTERED]", "mode"=>"active"}]}}
2021-05-07T08:00:54.145306+00:00 app[web.1]: I, [2021-05-07T08:00:54.145197 #4]  INFO -- : [bdcddd88-57df-45f2-89b8-66c4cee0d5f6] Completed 200 OK in 212ms (ActiveRecord: 0.0ms | Allocations: 1210)
2021-05-07T08:00:54.147098+00:00 heroku[router]: at=info method=POST path="/callback" host=puffshare.herokuapp.com request_id=bdcddd88-57df-45f2-89b8-66c4cee0d5f6 fwd="147.92.150.198" dyno=web.1 connect=1ms service=217ms status=200 bytes=408 protocol=https
2021-05-07T08:00:55.174442+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=ba294a7a-422f-47ae-b77d-39e26d1de834 fwd="36.13.99.96" dyno=web.1 connect=1ms service=10ms status=200 bytes=3112 protocol=https
2021-05-07T08:00:55.165419+00:00 app[web.1]: I, [2021-05-07T08:00:55.165310 #4]  INFO -- : [ba294a7a-422f-47ae-b77d-39e26d1de834] Started GET "/" for 36.13.99.96 at 2021-05-07 08:00:55 +0000
2021-05-07T08:00:55.166428+00:00 app[web.1]: I, [2021-05-07T08:00:55.166190 #4]  INFO -- : [ba294a7a-422f-47ae-b77d-39e26d1de834] Processing by LettersController#new as HTML
2021-05-07T08:00:55.170158+00:00 app[web.1]: I, [2021-05-07T08:00:55.170070 #4]  INFO -- : [ba294a7a-422f-47ae-b77d-39e26d1de834]   Rendered letters/new.html.erb within layouts/application (Duration: 2.6ms | Allocations: 700)
2021-05-07T08:00:55.171130+00:00 app[web.1]: I, [2021-05-07T08:00:55.171041 #4]  INFO -- : [ba294a7a-422f-47ae-b77d-39e26d1de834]   Rendered layout layouts/application.html.erb (Duration: 3.6ms | Allocations: 943)
2021-05-07T08:00:55.171603+00:00 app[web.1]: I, [2021-05-07T08:00:55.171525 #4]  INFO -- : [ba294a7a-422f-47ae-b77d-39e26d1de834] Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms | Allocations: 1251)
2021-05-07T08:00:55.365023+00:00 app[web.1]: I, [2021-05-07T08:00:55.364907 #4]  INFO -- : [690719c1-2077-4a18-bf76-14245a3ef7ae] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:00:55 +0000
2021-05-07T08:00:55.401545+00:00 app[web.1]: I, [2021-05-07T08:00:55.401441 #4]  INFO -- : [7302dd6c-5f8f-43b3-a69b-79e0cdd24334] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:00:55 +0000
2021-05-07T08:00:55.403187+00:00 app[web.1]: I, [2021-05-07T08:00:55.403116 #4]  INFO -- : [7302dd6c-5f8f-43b3-a69b-79e0cdd24334] Processing by UsersController#create as */*
2021-05-07T08:00:55.403601+00:00 app[web.1]: I, [2021-05-07T08:00:55.403505 #4]  INFO -- : [7302dd6c-5f8f-43b3-a69b-79e0cdd24334]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:00:55.367538+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=690719c1-2077-4a18-bf76-14245a3ef7ae fwd="36.13.99.96" dyno=web.1 connect=3ms service=4ms status=304 bytes=258 protocol=https
2021-05-07T08:00:55.595924+00:00 app[web.1]: I, [2021-05-07T08:00:55.595771 #4]  INFO -- : [7302dd6c-5f8f-43b3-a69b-79e0cdd24334] Completed 500 Internal Server Error in 192ms (ActiveRecord: 9.8ms | Allocations: 1639)
2021-05-07T08:00:55.597047+00:00 app[web.1]: F, [2021-05-07T08:00:55.596972 #4] FATAL -- : [7302dd6c-5f8f-43b3-a69b-79e0cdd24334]
2021-05-07T08:00:55.597048+00:00 app[web.1]: [7302dd6c-5f8f-43b3-a69b-79e0cdd24334] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:00:55.597048+00:00 app[web.1]: [7302dd6c-5f8f-43b3-a69b-79e0cdd24334]
2021-05-07T08:00:55.597049+00:00 app[web.1]: [7302dd6c-5f8f-43b3-a69b-79e0cdd24334] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:00:55.598568+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=7302dd6c-5f8f-43b3-a69b-79e0cdd24334 fwd="36.13.99.96" dyno=web.1 connect=0ms service=199ms status=500 bytes=1827 protocol=https
2021-05-07T08:00:58.194501+00:00 app[web.1]: I, [2021-05-07T08:00:58.194378 #4]  INFO -- : [e25940d1-62a5-4486-9646-f12a954790f9] Started GET "/" for 36.13.99.96 at 2021-05-07 08:00:58 +0000
2021-05-07T08:00:58.195692+00:00 app[web.1]: I, [2021-05-07T08:00:58.195603 #4]  INFO -- : [e25940d1-62a5-4486-9646-f12a954790f9] Processing by LettersController#new as HTML
2021-05-07T08:00:58.199787+00:00 app[web.1]: I, [2021-05-07T08:00:58.199703 #4]  INFO -- : [e25940d1-62a5-4486-9646-f12a954790f9]   Rendered letters/new.html.erb within layouts/application (Duration: 2.7ms | Allocations: 717)
2021-05-07T08:00:58.200444+00:00 app[web.1]: I, [2021-05-07T08:00:58.200376 #4]  INFO -- : [e25940d1-62a5-4486-9646-f12a954790f9]   Rendered layout layouts/application.html.erb (Duration: 3.5ms | Allocations: 960)
2021-05-07T08:00:58.200835+00:00 app[web.1]: I, [2021-05-07T08:00:58.200753 #4]  INFO -- : [e25940d1-62a5-4486-9646-f12a954790f9] Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms | Allocations: 1270)
2021-05-07T08:00:58.203819+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=e25940d1-62a5-4486-9646-f12a954790f9 fwd="36.13.99.96" dyno=web.1 connect=3ms service=14ms status=200 bytes=3148 protocol=https
2021-05-07T08:00:58.763288+00:00 app[web.1]: I, [2021-05-07T08:00:58.763151 #4]  INFO -- : [0e3154a8-2f0e-4978-86bf-ad675a142645] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:00:58 +0000
2021-05-07T08:00:58.764665+00:00 app[web.1]: I, [2021-05-07T08:00:58.764591 #4]  INFO -- : [0e3154a8-2f0e-4978-86bf-ad675a142645] Processing by UsersController#create as */*
2021-05-07T08:00:58.765257+00:00 app[web.1]: I, [2021-05-07T08:00:58.765054 #4]  INFO -- : [0e3154a8-2f0e-4978-86bf-ad675a142645]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:00:58.949631+00:00 app[web.1]: I, [2021-05-07T08:00:58.949479 #4]  INFO -- : [0e3154a8-2f0e-4978-86bf-ad675a142645] Completed 500 Internal Server Error in 184ms (ActiveRecord: 11.3ms | Allocations: 1650)
2021-05-07T08:00:58.951139+00:00 app[web.1]: F, [2021-05-07T08:00:58.951057 #4] FATAL -- : [0e3154a8-2f0e-4978-86bf-ad675a142645]
2021-05-07T08:00:58.951141+00:00 app[web.1]: [0e3154a8-2f0e-4978-86bf-ad675a142645] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:00:58.951141+00:00 app[web.1]: [0e3154a8-2f0e-4978-86bf-ad675a142645]
2021-05-07T08:00:58.951142+00:00 app[web.1]: [0e3154a8-2f0e-4978-86bf-ad675a142645] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:00:58.951152+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=0e3154a8-2f0e-4978-86bf-ad675a142645 fwd="36.13.99.96" dyno=web.1 connect=0ms service=193ms status=500 bytes=1827 protocol=https
2021-05-07T08:00:59.306811+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=47ae3526-a9e6-458c-88ac-e0c979207b7f fwd="36.13.99.96" dyno=web.1 connect=0ms service=3ms status=304 bytes=258 protocol=https
2021-05-07T08:00:59.304599+00:00 app[web.1]: I, [2021-05-07T08:00:59.304498 #4]  INFO -- : [47ae3526-a9e6-458c-88ac-e0c979207b7f] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:00:59 +0000
2021-05-07T08:01:00.288719+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=464574c4-ab3f-47bf-9cd1-3f1fcf23f057 fwd="36.13.99.96" dyno=web.1 connect=0ms service=2ms status=200 bytes=143 protocol=https
2021-05-07T08:01:26.341641+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=4fc3c6be-5f8c-4e88-a6b9-65ede3f8f4de fwd="36.13.99.96" dyno=web.1 connect=0ms service=10ms status=200 bytes=3146 protocol=https
2021-05-07T08:01:26.333362+00:00 app[web.1]: I, [2021-05-07T08:01:26.333007 #4]  INFO -- : [4fc3c6be-5f8c-4e88-a6b9-65ede3f8f4de] Started GET "/" for 36.13.99.96 at 2021-05-07 08:01:26 +0000
2021-05-07T08:01:26.334312+00:00 app[web.1]: I, [2021-05-07T08:01:26.334203 #4]  INFO -- : [4fc3c6be-5f8c-4e88-a6b9-65ede3f8f4de] Processing by LettersController#new as HTML
2021-05-07T08:01:26.338334+00:00 app[web.1]: I, [2021-05-07T08:01:26.338236 #4]  INFO -- : [4fc3c6be-5f8c-4e88-a6b9-65ede3f8f4de]   Rendered letters/new.html.erb within layouts/application (Duration: 2.6ms | Allocations: 713)
2021-05-07T08:01:26.338997+00:00 app[web.1]: I, [2021-05-07T08:01:26.338910 #4]  INFO -- : [4fc3c6be-5f8c-4e88-a6b9-65ede3f8f4de]   Rendered layout layouts/application.html.erb (Duration: 3.3ms | Allocations: 956)
2021-05-07T08:01:26.339481+00:00 app[web.1]: I, [2021-05-07T08:01:26.339404 #4]  INFO -- : [4fc3c6be-5f8c-4e88-a6b9-65ede3f8f4de] Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms | Allocations: 1265)
2021-05-07T08:01:26.588219+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=c8a35ea8-04a9-43d4-bfd3-687806e5b3a4 fwd="36.13.99.96" dyno=web.1 connect=0ms service=3ms status=304 bytes=258 protocol=https
2021-05-07T08:01:26.586602+00:00 app[web.1]: I, [2021-05-07T08:01:26.586500 #4]  INFO -- : [c8a35ea8-04a9-43d4-bfd3-687806e5b3a4] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:01:26 +0000
2021-05-07T08:01:26.642336+00:00 app[web.1]: I, [2021-05-07T08:01:26.642235 #4]  INFO -- : [6cb4b295-1a6a-47e7-b299-e3d38ab83738] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:01:26 +0000
2021-05-07T08:01:26.643523+00:00 app[web.1]: I, [2021-05-07T08:01:26.643467 #4]  INFO -- : [6cb4b295-1a6a-47e7-b299-e3d38ab83738] Processing by UsersController#create as */*
2021-05-07T08:01:26.645244+00:00 app[web.1]: I, [2021-05-07T08:01:26.645186 #4]  INFO -- : [6cb4b295-1a6a-47e7-b299-e3d38ab83738]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:01:26.862986+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=6cb4b295-1a6a-47e7-b299-e3d38ab83738 fwd="36.13.99.96" dyno=web.1 connect=0ms service=228ms status=500 bytes=1827 protocol=https
2021-05-07T08:01:26.861496+00:00 app[web.1]: I, [2021-05-07T08:01:26.861369 #4]  INFO -- : [6cb4b295-1a6a-47e7-b299-e3d38ab83738] Completed 500 Internal Server Error in 216ms (ActiveRecord: 12.9ms | Allocations: 1636)
2021-05-07T08:01:26.863148+00:00 app[web.1]: F, [2021-05-07T08:01:26.863056 #4] FATAL -- : [6cb4b295-1a6a-47e7-b299-e3d38ab83738]
2021-05-07T08:01:26.863149+00:00 app[web.1]: [6cb4b295-1a6a-47e7-b299-e3d38ab83738] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:01:26.863150+00:00 app[web.1]: [6cb4b295-1a6a-47e7-b299-e3d38ab83738]
2021-05-07T08:01:26.863150+00:00 app[web.1]: [6cb4b295-1a6a-47e7-b299-e3d38ab83738] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:01:29.133295+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=1c49b78c-6171-4b3e-9502-6d4c0a6f24cd fwd="36.13.99.96" dyno=web.1 connect=0ms service=1ms status=200 bytes=143 protocol=https
2021-05-07T08:01:30.066881+00:00 app[web.1]: I, [2021-05-07T08:01:30.066740 #4]  INFO -- : [21a4ad33-7a66-4593-bb1a-6901f443a7fb] Started GET "/" for 36.13.99.96 at 2021-05-07 08:01:30 +0000
2021-05-07T08:01:30.067823+00:00 app[web.1]: I, [2021-05-07T08:01:30.067748 #4]  INFO -- : [21a4ad33-7a66-4593-bb1a-6901f443a7fb] Processing by LettersController#new as HTML
2021-05-07T08:01:30.070559+00:00 app[web.1]: I, [2021-05-07T08:01:30.070477 #4]  INFO -- : [21a4ad33-7a66-4593-bb1a-6901f443a7fb]   Rendered letters/new.html.erb within layouts/application (Duration: 1.7ms | Allocations: 711)
2021-05-07T08:01:30.071241+00:00 app[web.1]: I, [2021-05-07T08:01:30.071167 #4]  INFO -- : [21a4ad33-7a66-4593-bb1a-6901f443a7fb]   Rendered layout layouts/application.html.erb (Duration: 2.4ms | Allocations: 954)
2021-05-07T08:01:30.071592+00:00 app[web.1]: I, [2021-05-07T08:01:30.071519 #4]  INFO -- : [21a4ad33-7a66-4593-bb1a-6901f443a7fb] Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms | Allocations: 1262)
2021-05-07T08:01:30.311105+00:00 app[web.1]: I, [2021-05-07T08:01:30.311014 #4]  INFO -- : [e175dab0-7a48-43c2-97df-0d59bb9eca38] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:01:30 +0000
2021-05-07T08:01:30.080644+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=21a4ad33-7a66-4593-bb1a-6901f443a7fb fwd="36.13.99.96" dyno=web.1 connect=0ms service=17ms status=200 bytes=3144 protocol=https
2021-05-07T08:01:30.311284+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=e175dab0-7a48-43c2-97df-0d59bb9eca38 fwd="36.13.99.96" dyno=web.1 connect=1ms service=3ms status=304 bytes=258 protocol=https
2021-05-07T08:01:30.331493+00:00 app[web.1]: I, [2021-05-07T08:01:30.331367 #4]  INFO -- : [7c0cd664-dc3b-4676-948e-5825b902319c] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:01:30 +0000
2021-05-07T08:01:30.332295+00:00 app[web.1]: I, [2021-05-07T08:01:30.332229 #4]  INFO -- : [7c0cd664-dc3b-4676-948e-5825b902319c] Processing by UsersController#create as */*
2021-05-07T08:01:30.332376+00:00 app[web.1]: I, [2021-05-07T08:01:30.332306 #4]  INFO -- : [7c0cd664-dc3b-4676-948e-5825b902319c]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:01:30.522852+00:00 app[web.1]: I, [2021-05-07T08:01:30.522710 #4]  INFO -- : [7c0cd664-dc3b-4676-948e-5825b902319c] Completed 500 Internal Server Error in 190ms (ActiveRecord: 15.5ms | Allocations: 1631)
2021-05-07T08:01:30.524372+00:00 app[web.1]: F, [2021-05-07T08:01:30.524290 #4] FATAL -- : [7c0cd664-dc3b-4676-948e-5825b902319c]
2021-05-07T08:01:30.524373+00:00 app[web.1]: [7c0cd664-dc3b-4676-948e-5825b902319c] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:01:30.524374+00:00 app[web.1]: [7c0cd664-dc3b-4676-948e-5825b902319c]
2021-05-07T08:01:30.524374+00:00 app[web.1]: [7c0cd664-dc3b-4676-948e-5825b902319c] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:01:30.525759+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=7c0cd664-dc3b-4676-948e-5825b902319c fwd="36.13.99.96" dyno=web.1 connect=0ms service=197ms status=500 bytes=1827 protocol=https
2021-05-07T08:01:30.747810+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=1d8f9ce6-f60c-4fbe-ab6f-6ccf3ef8a357 fwd="36.13.99.96" dyno=web.1 connect=0ms service=1ms status=200 bytes=143 protocol=https
2021-05-07T08:01:34.399452+00:00 app[web.1]: I, [2021-05-07T08:01:34.399345 #4]  INFO -- : [57012fcb-f508-41b7-b8a7-e22064a54c16] Started GET "/" for 36.13.99.96 at 2021-05-07 08:01:34 +0000
2021-05-07T08:01:34.400926+00:00 app[web.1]: I, [2021-05-07T08:01:34.400787 #4]  INFO -- : [57012fcb-f508-41b7-b8a7-e22064a54c16] Processing by LettersController#new as HTML
2021-05-07T08:01:34.410349+00:00 app[web.1]: I, [2021-05-07T08:01:34.410272 #4]  INFO -- : [57012fcb-f508-41b7-b8a7-e22064a54c16]   Rendered letters/new.html.erb within layouts/application (Duration: 6.0ms | Allocations: 709)
2021-05-07T08:01:34.411546+00:00 app[web.1]: I, [2021-05-07T08:01:34.411473 #4]  INFO -- : [57012fcb-f508-41b7-b8a7-e22064a54c16]   Rendered layout layouts/application.html.erb (Duration: 7.3ms | Allocations: 952)
2021-05-07T08:01:34.412058+00:00 app[web.1]: I, [2021-05-07T08:01:34.411994 #4]  INFO -- : [57012fcb-f508-41b7-b8a7-e22064a54c16] Completed 200 OK in 11ms (Views: 8.2ms | ActiveRecord: 0.0ms | Allocations: 1260)
2021-05-07T08:01:34.414836+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=57012fcb-f508-41b7-b8a7-e22064a54c16 fwd="36.13.99.96" dyno=web.1 connect=0ms service=17ms status=200 bytes=3142 protocol=https
2021-05-07T08:01:34.793509+00:00 app[web.1]: I, [2021-05-07T08:01:34.793391 #4]  INFO -- : [abc8ba0b-242a-422f-bc9f-e4dad09a0313] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:01:34 +0000
2021-05-07T08:01:34.796696+00:00 app[web.1]: I, [2021-05-07T08:01:34.796622 #4]  INFO -- : [c72f96ec-9f07-4ce5-ad18-a62436dc75dd] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:01:34 +0000
2021-05-07T08:01:34.797525+00:00 app[web.1]: I, [2021-05-07T08:01:34.797445 #4]  INFO -- : [c72f96ec-9f07-4ce5-ad18-a62436dc75dd] Processing by UsersController#create as */*
2021-05-07T08:01:34.797625+00:00 app[web.1]: I, [2021-05-07T08:01:34.797550 #4]  INFO -- : [c72f96ec-9f07-4ce5-ad18-a62436dc75dd]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:01:34.999588+00:00 app[web.1]: I, [2021-05-07T08:01:34.999389 #4]  INFO -- : [c72f96ec-9f07-4ce5-ad18-a62436dc75dd] Completed 500 Internal Server Error in 202ms (ActiveRecord: 9.9ms | Allocations: 1632)
2021-05-07T08:01:35.001322+00:00 app[web.1]: F, [2021-05-07T08:01:35.001247 #4] FATAL -- : [c72f96ec-9f07-4ce5-ad18-a62436dc75dd]
2021-05-07T08:01:35.001323+00:00 app[web.1]: [c72f96ec-9f07-4ce5-ad18-a62436dc75dd] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:01:35.001324+00:00 app[web.1]: [c72f96ec-9f07-4ce5-ad18-a62436dc75dd]
2021-05-07T08:01:35.001324+00:00 app[web.1]: [c72f96ec-9f07-4ce5-ad18-a62436dc75dd] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:01:34.795680+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=abc8ba0b-242a-422f-bc9f-e4dad09a0313 fwd="36.13.99.96" dyno=web.1 connect=0ms service=3ms status=304 bytes=258 protocol=https
2021-05-07T08:01:35.001096+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=c72f96ec-9f07-4ce5-ad18-a62436dc75dd fwd="36.13.99.96" dyno=web.1 connect=0ms service=207ms status=500 bytes=1827 protocol=https
2021-05-07T08:01:45.510448+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=abbf2b26-e7af-4f76-bcab-c43d0e47e156 fwd="36.13.99.96" dyno=web.1 connect=0ms service=14ms status=200 bytes=3150 protocol=https
2021-05-07T08:01:45.499753+00:00 app[web.1]: I, [2021-05-07T08:01:45.499639 #4]  INFO -- : [abbf2b26-e7af-4f76-bcab-c43d0e47e156] Started GET "/" for 36.13.99.96 at 2021-05-07 08:01:45 +0000
2021-05-07T08:01:45.500737+00:00 app[web.1]: I, [2021-05-07T08:01:45.500647 #4]  INFO -- : [abbf2b26-e7af-4f76-bcab-c43d0e47e156] Processing by LettersController#new as HTML
2021-05-07T08:01:45.506972+00:00 app[web.1]: I, [2021-05-07T08:01:45.505009 #4]  INFO -- : [abbf2b26-e7af-4f76-bcab-c43d0e47e156]   Rendered letters/new.html.erb within layouts/application (Duration: 3.1ms | Allocations: 707)
2021-05-07T08:01:45.508444+00:00 app[web.1]: I, [2021-05-07T08:01:45.508375 #4]  INFO -- : [abbf2b26-e7af-4f76-bcab-c43d0e47e156]   Rendered layout layouts/application.html.erb (Duration: 6.5ms | Allocations: 950)
2021-05-07T08:01:45.509353+00:00 app[web.1]: I, [2021-05-07T08:01:45.509281 #4]  INFO -- : [abbf2b26-e7af-4f76-bcab-c43d0e47e156] Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms | Allocations: 1259)
2021-05-07T08:01:45.970071+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=e51d23d6-8b87-4074-b012-5b680ef09988 fwd="36.13.99.96" dyno=web.1 connect=1ms service=9ms status=304 bytes=258 protocol=https
2021-05-07T08:01:45.963610+00:00 app[web.1]: I, [2021-05-07T08:01:45.963491 #4]  INFO -- : [9c72c2f9-5cc2-448c-b5ce-0f0b036b3365] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:01:45 +0000
2021-05-07T08:01:45.964909+00:00 app[web.1]: I, [2021-05-07T08:01:45.964817 #4]  INFO -- : [9c72c2f9-5cc2-448c-b5ce-0f0b036b3365] Processing by UsersController#create as */*
2021-05-07T08:01:45.965264+00:00 app[web.1]: I, [2021-05-07T08:01:45.965184 #4]  INFO -- : [9c72c2f9-5cc2-448c-b5ce-0f0b036b3365]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:01:45.969824+00:00 app[web.1]: I, [2021-05-07T08:01:45.969755 #4]  INFO -- : [e51d23d6-8b87-4074-b012-5b680ef09988] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:01:45 +0000
2021-05-07T08:01:46.205030+00:00 app[web.1]: I, [2021-05-07T08:01:46.204895 #4]  INFO -- : [9c72c2f9-5cc2-448c-b5ce-0f0b036b3365] Completed 500 Internal Server Error in 239ms (ActiveRecord: 29.3ms | Allocations: 2330)
2021-05-07T08:01:46.206977+00:00 app[web.1]: F, [2021-05-07T08:01:46.206876 #4] FATAL -- : [9c72c2f9-5cc2-448c-b5ce-0f0b036b3365]
2021-05-07T08:01:46.206978+00:00 app[web.1]: [9c72c2f9-5cc2-448c-b5ce-0f0b036b3365] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:01:46.206979+00:00 app[web.1]: [9c72c2f9-5cc2-448c-b5ce-0f0b036b3365]
2021-05-07T08:01:46.206979+00:00 app[web.1]: [9c72c2f9-5cc2-448c-b5ce-0f0b036b3365] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:01:46.208808+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=9c72c2f9-5cc2-448c-b5ce-0f0b036b3365 fwd="36.13.99.96" dyno=web.1 connect=4ms service=248ms status=500 bytes=1827 protocol=https
2021-05-07T08:01:46.398400+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=58f325a0-e803-4cee-b013-0046a268e15b fwd="36.13.99.96" dyno=web.1 connect=0ms service=2ms status=200 bytes=143 protocol=https
2021-05-07T08:01:50.345847+00:00 heroku[router]: at=info method=GET path="/packs/js/letters/login-b545fed8a44cb880c6c5.js.map" host=puffshare.herokuapp.com request_id=ce835119-bb73-45ef-a4e6-4ca25306ffb1 fwd="36.13.99.96" dyno=web.1 connect=1ms service=8ms status=200 bytes=3168 protocol=https
2021-05-07T08:01:50.339061+00:00 heroku[router]: at=info method=GET path="/packs/js/application-55791b7f431e976d173e.js.map" host=puffshare.herokuapp.com request_id=dfc1da00-1ddc-4f44-b90e-09f4ed434427 fwd="36.13.99.96" dyno=web.1 connect=0ms service=3ms status=200 bytes=25023 protocol=https
2021-05-07T08:01:57.399297+00:00 app[web.1]: I, [2021-05-07T08:01:57.399195 #4]  INFO -- : [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] Started GET "/users" for 36.13.99.96 at 2021-05-07 08:01:57 +0000
2021-05-07T08:01:57.408682+00:00 app[web.1]: F, [2021-05-07T08:01:57.408564 #4] FATAL -- : [861f3a8b-6a86-4b2b-be1a-e4b1903efaef]
2021-05-07T08:01:57.408684+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] AbstractController::ActionNotFound (The action 'index' could not be found for UsersController
2021-05-07T08:01:57.408685+00:00 app[web.1]: Did you mean?  create):
2021-05-07T08:01:57.408686+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef]
2021-05-07T08:01:57.408687+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/abstract_controller/base.rb:160:in `process'
2021-05-07T08:01:57.408688+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionview (6.1.3.1) lib/action_view/rendering.rb:39:in `process'
2021-05-07T08:01:57.408688+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_controller/metal.rb:190:in `dispatch'
2021-05-07T08:01:57.408688+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_controller/metal.rb:254:in `dispatch'
2021-05-07T08:01:57.408689+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'
2021-05-07T08:01:57.408690+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/routing/route_set.rb:33:in `serve'
2021-05-07T08:01:57.408690+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/journey/router.rb:50:in `block in serve'
2021-05-07T08:01:57.408690+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/journey/router.rb:32:in `each'
2021-05-07T08:01:57.408691+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/journey/router.rb:32:in `serve'
2021-05-07T08:01:57.408691+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/routing/route_set.rb:842:in `call'
2021-05-07T08:01:57.408692+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] rack (2.2.3) lib/rack/tempfile_reaper.rb:15:in `call'
2021-05-07T08:01:57.408692+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] rack (2.2.3) lib/rack/etag.rb:27:in `call'
2021-05-07T08:01:57.408693+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] rack (2.2.3) lib/rack/conditional_get.rb:27:in `call'
2021-05-07T08:01:57.408693+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] rack (2.2.3) lib/rack/head.rb:12:in `call'
2021-05-07T08:01:57.408693+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/http/permissions_policy.rb:22:in `call'
2021-05-07T08:01:57.408694+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
2021-05-07T08:01:57.408694+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] rack (2.2.3) lib/rack/session/abstract/id.rb:266:in `context'
2021-05-07T08:01:57.408694+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] rack (2.2.3) lib/rack/session/abstract/id.rb:260:in `call'
2021-05-07T08:01:57.408695+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/middleware/cookies.rb:689:in `call'
2021-05-07T08:01:57.408695+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
2021-05-07T08:01:57.408695+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] activesupport (6.1.3.1) lib/active_support/callbacks.rb:98:in `run_callbacks'
2021-05-07T08:01:57.408695+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
2021-05-07T08:01:57.408696+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'
2021-05-07T08:01:57.408696+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'
2021-05-07T08:01:57.408696+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
2021-05-07T08:01:57.408696+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] railties (6.1.3.1) lib/rails/rack/logger.rb:37:in `call_app'
2021-05-07T08:01:57.408697+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] railties (6.1.3.1) lib/rails/rack/logger.rb:26:in `block in call'
2021-05-07T08:01:57.408697+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] activesupport (6.1.3.1) lib/active_support/tagged_logging.rb:99:in `block in tagged'
2021-05-07T08:01:57.408697+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] activesupport (6.1.3.1) lib/active_support/tagged_logging.rb:37:in `tagged'
2021-05-07T08:01:57.408697+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] activesupport (6.1.3.1) lib/active_support/tagged_logging.rb:99:in `tagged'
2021-05-07T08:01:57.408698+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] railties (6.1.3.1) lib/rails/rack/logger.rb:26:in `call'
2021-05-07T08:01:57.408698+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
2021-05-07T08:01:57.408698+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/middleware/request_id.rb:26:in `call'
2021-05-07T08:01:57.408698+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] rack (2.2.3) lib/rack/method_override.rb:24:in `call'
2021-05-07T08:01:57.408705+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] rack (2.2.3) lib/rack/runtime.rb:22:in `call'
2021-05-07T08:01:57.408705+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] activesupport (6.1.3.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
2021-05-07T08:01:57.408705+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
2021-05-07T08:01:57.408706+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/middleware/static.rb:24:in `call'
2021-05-07T08:01:57.408706+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] rack (2.2.3) lib/rack/sendfile.rb:110:in `call'
2021-05-07T08:01:57.408706+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] actionpack (6.1.3.1) lib/action_dispatch/middleware/host_authorization.rb:92:in `call'
2021-05-07T08:01:57.408706+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] railties (6.1.3.1) lib/rails/engine.rb:539:in `call'
2021-05-07T08:01:57.408706+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] puma (5.2.2) lib/puma/configuration.rb:248:in `call'
2021-05-07T08:01:57.408707+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] puma (5.2.2) lib/puma/request.rb:76:in `block in handle_request'
2021-05-07T08:01:57.408707+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] puma (5.2.2) lib/puma/thread_pool.rb:337:in `with_force_shutdown'
2021-05-07T08:01:57.408707+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] puma (5.2.2) lib/puma/request.rb:75:in `handle_request'
2021-05-07T08:01:57.408707+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] puma (5.2.2) lib/puma/server.rb:431:in `process_client'
2021-05-07T08:01:57.408708+00:00 app[web.1]: [861f3a8b-6a86-4b2b-be1a-e4b1903efaef] puma (5.2.2) lib/puma/thread_pool.rb:145:in `block in spawn_thread'
2021-05-07T08:01:57.411114+00:00 heroku[router]: at=info method=GET path="/users" host=puffshare.herokuapp.com request_id=861f3a8b-6a86-4b2b-be1a-e4b1903efaef fwd="36.13.99.96" dyno=web.1 connect=0ms service=13ms status=404 bytes=1902 protocol=https
2021-05-07T08:02:07.919187+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=a02c41a2-1d36-4fa7-b143-40929b54724a fwd="36.13.99.96" dyno=web.1 connect=0ms service=10ms status=200 bytes=3134 protocol=https
2021-05-07T08:02:07.910175+00:00 app[web.1]: I, [2021-05-07T08:02:07.910040 #4]  INFO -- : [a02c41a2-1d36-4fa7-b143-40929b54724a] Started GET "/" for 36.13.99.96 at 2021-05-07 08:02:07 +0000
2021-05-07T08:02:07.911319+00:00 app[web.1]: I, [2021-05-07T08:02:07.911184 #4]  INFO -- : [a02c41a2-1d36-4fa7-b143-40929b54724a] Processing by LettersController#new as HTML
2021-05-07T08:02:07.915732+00:00 app[web.1]: I, [2021-05-07T08:02:07.915640 #4]  INFO -- : [a02c41a2-1d36-4fa7-b143-40929b54724a]   Rendered letters/new.html.erb within layouts/application (Duration: 3.1ms | Allocations: 715)
2021-05-07T08:02:07.916567+00:00 app[web.1]: I, [2021-05-07T08:02:07.916466 #4]  INFO -- : [a02c41a2-1d36-4fa7-b143-40929b54724a]   Rendered layout layouts/application.html.erb (Duration: 4.0ms | Allocations: 958)
2021-05-07T08:02:07.917043+00:00 app[web.1]: I, [2021-05-07T08:02:07.916945 #4]  INFO -- : [a02c41a2-1d36-4fa7-b143-40929b54724a] Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms | Allocations: 1266)
2021-05-07T08:02:08.302822+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=acb1d8fe-9400-48cb-b666-ca73d91aa9d7 fwd="36.13.99.96" dyno=web.1 connect=0ms service=4ms status=304 bytes=258 protocol=https
2021-05-07T08:02:08.318545+00:00 heroku[router]: at=info method=GET path="/packs/js/application-55791b7f431e976d173e.js.map" host=puffshare.herokuapp.com request_id=c486de04-226b-4bdc-882e-ca7c53eeaecb fwd="36.13.99.96" dyno=web.1 connect=0ms service=2ms status=200 bytes=25023 protocol=https
2021-05-07T08:02:08.300800+00:00 app[web.1]: I, [2021-05-07T08:02:08.300671 #4]  INFO -- : [acb1d8fe-9400-48cb-b666-ca73d91aa9d7] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:02:08 +0000
2021-05-07T08:02:08.477050+00:00 heroku[router]: at=info method=GET path="/packs/js/letters/login-b545fed8a44cb880c6c5.js.map" host=puffshare.herokuapp.com request_id=60247c52-cbe6-4674-b4cb-52b16b243a1d fwd="36.13.99.96" dyno=web.1 connect=0ms service=4ms status=200 bytes=3168 protocol=https
2021-05-07T08:02:10.677224+00:00 app[web.1]: I, [2021-05-07T08:02:10.677127 #4]  INFO -- : [bd952fb1-0b8d-4874-ac3b-022ad7f6f566] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:02:10 +0000
2021-05-07T08:02:10.678103+00:00 app[web.1]: I, [2021-05-07T08:02:10.678004 #4]  INFO -- : [bd952fb1-0b8d-4874-ac3b-022ad7f6f566] Processing by UsersController#create as */*
2021-05-07T08:02:10.678203+00:00 app[web.1]: I, [2021-05-07T08:02:10.678107 #4]  INFO -- : [bd952fb1-0b8d-4874-ac3b-022ad7f6f566]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:02:10.893039+00:00 app[web.1]: I, [2021-05-07T08:02:10.892912 #4]  INFO -- : [bd952fb1-0b8d-4874-ac3b-022ad7f6f566] Completed 500 Internal Server Error in 215ms (ActiveRecord: 25.2ms | Allocations: 1634)
2021-05-07T08:02:10.895927+00:00 app[web.1]: F, [2021-05-07T08:02:10.895842 #4] FATAL -- : [bd952fb1-0b8d-4874-ac3b-022ad7f6f566]
2021-05-07T08:02:10.895928+00:00 app[web.1]: [bd952fb1-0b8d-4874-ac3b-022ad7f6f566] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:02:10.895929+00:00 app[web.1]: [bd952fb1-0b8d-4874-ac3b-022ad7f6f566]
2021-05-07T08:02:10.895929+00:00 app[web.1]: [bd952fb1-0b8d-4874-ac3b-022ad7f6f566] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:02:10.897935+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=bd952fb1-0b8d-4874-ac3b-022ad7f6f566 fwd="36.13.99.96" dyno=web.1 connect=0ms service=223ms status=500 bytes=1827 protocol=https
2021-05-07T08:02:12.784001+00:00 app[web.1]: I, [2021-05-07T08:02:12.783805 #4]  INFO -- : [e0496f66-2d95-41c9-bae5-f8f5735aaf6b] Started GET "/" for 36.13.99.96 at 2021-05-07 08:02:12 +0000
2021-05-07T08:02:12.785332+00:00 app[web.1]: I, [2021-05-07T08:02:12.785266 #4]  INFO -- : [e0496f66-2d95-41c9-bae5-f8f5735aaf6b] Processing by LettersController#new as HTML
2021-05-07T08:02:12.789441+00:00 app[web.1]: I, [2021-05-07T08:02:12.789372 #4]  INFO -- : [e0496f66-2d95-41c9-bae5-f8f5735aaf6b]   Rendered letters/new.html.erb within layouts/application (Duration: 2.7ms | Allocations: 699)
2021-05-07T08:02:12.790852+00:00 app[web.1]: I, [2021-05-07T08:02:12.790789 #4]  INFO -- : [e0496f66-2d95-41c9-bae5-f8f5735aaf6b]   Rendered layout layouts/application.html.erb (Duration: 4.2ms | Allocations: 942)
2021-05-07T08:02:12.791435+00:00 app[web.1]: I, [2021-05-07T08:02:12.791374 #4]  INFO -- : [e0496f66-2d95-41c9-bae5-f8f5735aaf6b] Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms | Allocations: 1250)
2021-05-07T08:02:12.792348+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=e0496f66-2d95-41c9-bae5-f8f5735aaf6b fwd="36.13.99.96" dyno=web.1 connect=0ms service=15ms status=200 bytes=3134 protocol=https
2021-05-07T08:02:13.067244+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=5b55bb96-2db6-4f88-a9f1-6fd3e0ed61b1 fwd="36.13.99.96" dyno=web.1 connect=0ms service=5ms status=304 bytes=258 protocol=https
2021-05-07T08:02:13.066203+00:00 app[web.1]: I, [2021-05-07T08:02:13.066078 #4]  INFO -- : [5b55bb96-2db6-4f88-a9f1-6fd3e0ed61b1] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:02:13 +0000
2021-05-07T08:02:13.091340+00:00 app[web.1]: I, [2021-05-07T08:02:13.091243 #4]  INFO -- : [37652c79-6320-43fa-ba78-033539d7551c] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:02:13 +0000
2021-05-07T08:02:13.093137+00:00 app[web.1]: I, [2021-05-07T08:02:13.093069 #4]  INFO -- : [37652c79-6320-43fa-ba78-033539d7551c] Processing by UsersController#create as */*
2021-05-07T08:02:13.093277+00:00 app[web.1]: I, [2021-05-07T08:02:13.093194 #4]  INFO -- : [37652c79-6320-43fa-ba78-033539d7551c]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:02:13.144899+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=51724ee7-3503-4e5b-9b79-f5c3190580b8 fwd="36.13.99.96" dyno=web.1 connect=0ms service=1ms status=200 bytes=143 protocol=https
2021-05-07T08:02:13.400000+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=37652c79-6320-43fa-ba78-033539d7551c fwd="36.13.99.96" dyno=web.1 connect=1ms service=313ms status=500 bytes=1827 protocol=https
2021-05-07T08:02:13.504381+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=106ec17d-b8a2-42bd-9436-3b271b3b87b4 fwd="36.13.99.96" dyno=web.1 connect=1ms service=2ms status=200 bytes=143 protocol=https
2021-05-07T08:02:13.397890+00:00 app[web.1]: I, [2021-05-07T08:02:13.397705 #4]  INFO -- : [37652c79-6320-43fa-ba78-033539d7551c] Completed 500 Internal Server Error in 299ms (ActiveRecord: 13.0ms | Allocations: 1799)
2021-05-07T08:02:13.399680+00:00 app[web.1]: F, [2021-05-07T08:02:13.399584 #4] FATAL -- : [37652c79-6320-43fa-ba78-033539d7551c]
2021-05-07T08:02:13.399682+00:00 app[web.1]: [37652c79-6320-43fa-ba78-033539d7551c] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:02:13.399683+00:00 app[web.1]: [37652c79-6320-43fa-ba78-033539d7551c]
2021-05-07T08:02:13.399683+00:00 app[web.1]: [37652c79-6320-43fa-ba78-033539d7551c] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:02:14.833806+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=4d3ae1ba-26fa-4934-aa76-e993ff15af78 fwd="36.13.99.96" dyno=web.1 connect=0ms service=25ms status=200 bytes=3142 protocol=https
2021-05-07T08:02:14.813272+00:00 app[web.1]: I, [2021-05-07T08:02:14.813176 #4]  INFO -- : [4d3ae1ba-26fa-4934-aa76-e993ff15af78] Started GET "/" for 36.13.99.96 at 2021-05-07 08:02:14 +0000
2021-05-07T08:02:14.816161+00:00 app[web.1]: I, [2021-05-07T08:02:14.816091 #4]  INFO -- : [4d3ae1ba-26fa-4934-aa76-e993ff15af78] Processing by LettersController#new as HTML
2021-05-07T08:02:14.825980+00:00 app[web.1]: I, [2021-05-07T08:02:14.825881 #4]  INFO -- : [4d3ae1ba-26fa-4934-aa76-e993ff15af78]   Rendered letters/new.html.erb within layouts/application (Duration: 2.2ms | Allocations: 699)
2021-05-07T08:02:14.832214+00:00 app[web.1]: I, [2021-05-07T08:02:14.832107 #4]  INFO -- : [4d3ae1ba-26fa-4934-aa76-e993ff15af78]   Rendered layout layouts/application.html.erb (Duration: 8.5ms | Allocations: 945)
2021-05-07T08:02:14.832856+00:00 app[web.1]: I, [2021-05-07T08:02:14.832774 #4]  INFO -- : [4d3ae1ba-26fa-4934-aa76-e993ff15af78] Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms | Allocations: 1253)
2021-05-07T08:02:15.074824+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=4b06b35e-0daf-4ad7-8de8-7b9e08fea1b4 fwd="36.13.99.96" dyno=web.1 connect=0ms service=5ms status=304 bytes=258 protocol=https
2021-05-07T08:02:15.072991+00:00 app[web.1]: I, [2021-05-07T08:02:15.072879 #4]  INFO -- : [4b06b35e-0daf-4ad7-8de8-7b9e08fea1b4] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:02:15 +0000
2021-05-07T08:02:15.116276+00:00 app[web.1]: I, [2021-05-07T08:02:15.116145 #4]  INFO -- : [9ea4fd6c-13ee-41f8-aa2d-fa0195092e16] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:02:15 +0000
2021-05-07T08:02:15.117276+00:00 app[web.1]: I, [2021-05-07T08:02:15.117196 #4]  INFO -- : [9ea4fd6c-13ee-41f8-aa2d-fa0195092e16] Processing by UsersController#create as */*
2021-05-07T08:02:15.117344+00:00 app[web.1]: I, [2021-05-07T08:02:15.117269 #4]  INFO -- : [9ea4fd6c-13ee-41f8-aa2d-fa0195092e16]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:02:15.310859+00:00 app[web.1]: I, [2021-05-07T08:02:15.310709 #4]  INFO -- : [9ea4fd6c-13ee-41f8-aa2d-fa0195092e16] Completed 500 Internal Server Error in 193ms (ActiveRecord: 18.9ms | Allocations: 1630)
2021-05-07T08:02:15.312514+00:00 app[web.1]: F, [2021-05-07T08:02:15.312412 #4] FATAL -- : [9ea4fd6c-13ee-41f8-aa2d-fa0195092e16]
2021-05-07T08:02:15.312515+00:00 app[web.1]: [9ea4fd6c-13ee-41f8-aa2d-fa0195092e16] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:02:15.312516+00:00 app[web.1]: [9ea4fd6c-13ee-41f8-aa2d-fa0195092e16]
2021-05-07T08:02:15.312517+00:00 app[web.1]: [9ea4fd6c-13ee-41f8-aa2d-fa0195092e16] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:02:15.312968+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=9ea4fd6c-13ee-41f8-aa2d-fa0195092e16 fwd="36.13.99.96" dyno=web.1 connect=1ms service=204ms status=500 bytes=1827 protocol=https
2021-05-07T08:02:16.731469+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=d74e609d-b563-4e1e-84c2-aaf148d69390 fwd="36.13.99.96" dyno=web.1 connect=1ms service=2ms status=200 bytes=143 protocol=https
2021-05-07T08:02:17.053958+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=bd1a32c0-861a-4374-b7f6-803c46f446c3 fwd="36.13.99.96" dyno=web.1 connect=1ms service=12ms status=200 bytes=3148 protocol=https
2021-05-07T08:02:17.043820+00:00 app[web.1]: I, [2021-05-07T08:02:17.043715 #4]  INFO -- : [bd1a32c0-861a-4374-b7f6-803c46f446c3] Started GET "/" for 36.13.99.96 at 2021-05-07 08:02:17 +0000
2021-05-07T08:02:17.044778+00:00 app[web.1]: I, [2021-05-07T08:02:17.044696 #4]  INFO -- : [bd1a32c0-861a-4374-b7f6-803c46f446c3] Processing by LettersController#new as HTML
2021-05-07T08:02:17.048901+00:00 app[web.1]: I, [2021-05-07T08:02:17.048820 #4]  INFO -- : [bd1a32c0-861a-4374-b7f6-803c46f446c3]   Rendered letters/new.html.erb within layouts/application (Duration: 3.2ms | Allocations: 707)
2021-05-07T08:02:17.052145+00:00 app[web.1]: I, [2021-05-07T08:02:17.052037 #4]  INFO -- : [bd1a32c0-861a-4374-b7f6-803c46f446c3]   Rendered layout layouts/application.html.erb (Duration: 6.5ms | Allocations: 950)
2021-05-07T08:02:17.052729+00:00 app[web.1]: I, [2021-05-07T08:02:17.052643 #4]  INFO -- : [bd1a32c0-861a-4374-b7f6-803c46f446c3] Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms | Allocations: 1258)
2021-05-07T08:02:17.288560+00:00 app[web.1]: I, [2021-05-07T08:02:17.288459 #4]  INFO -- : [eb12e0f4-df7a-4223-b180-53f34334e3d8] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:02:17 +0000
2021-05-07T08:02:17.314239+00:00 app[web.1]: I, [2021-05-07T08:02:17.314042 #4]  INFO -- : [26fa339f-3c8c-4608-80c2-ff6fe0c4d1f0] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:02:17 +0000
2021-05-07T08:02:17.315457+00:00 app[web.1]: I, [2021-05-07T08:02:17.315384 #4]  INFO -- : [26fa339f-3c8c-4608-80c2-ff6fe0c4d1f0] Processing by UsersController#create as */*
2021-05-07T08:02:17.316934+00:00 app[web.1]: I, [2021-05-07T08:02:17.316847 #4]  INFO -- : [26fa339f-3c8c-4608-80c2-ff6fe0c4d1f0]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:02:17.511734+00:00 app[web.1]: I, [2021-05-07T08:02:17.511086 #4]  INFO -- : [26fa339f-3c8c-4608-80c2-ff6fe0c4d1f0] Completed 500 Internal Server Error in 194ms (ActiveRecord: 16.7ms | Allocations: 1635)
2021-05-07T08:02:17.512308+00:00 app[web.1]: F, [2021-05-07T08:02:17.512233 #4] FATAL -- : [26fa339f-3c8c-4608-80c2-ff6fe0c4d1f0]
2021-05-07T08:02:17.512309+00:00 app[web.1]: [26fa339f-3c8c-4608-80c2-ff6fe0c4d1f0] ActiveRecord::NotNullViolation (Mysql2::Error: Field 'line_user_id' doesn't have a default value):
2021-05-07T08:02:17.512310+00:00 app[web.1]: [26fa339f-3c8c-4608-80c2-ff6fe0c4d1f0]
2021-05-07T08:02:17.512310+00:00 app[web.1]: [26fa339f-3c8c-4608-80c2-ff6fe0c4d1f0] app/controllers/users_controller.rb:17:in `create'
2021-05-07T08:02:17.289135+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=eb12e0f4-df7a-4223-b180-53f34334e3d8 fwd="36.13.99.96" dyno=web.1 connect=1ms service=3ms status=304 bytes=258 protocol=https
2021-05-07T08:02:17.512030+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=26fa339f-3c8c-4608-80c2-ff6fe0c4d1f0 fwd="36.13.99.96" dyno=web.1 connect=0ms service=201ms status=500 bytes=1827 protocol=https
2021-05-07T08:02:17.699641+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=8af7f5f9-34fe-432b-84f4-10baffd1c6c8 fwd="36.13.99.96" dyno=web.1 connect=0ms service=2ms status=200 bytes=143 protocol=https
2021-05-07T08:03:23.170367+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=f72ac6df-900e-49cb-bd0c-bad349e60c5e fwd="36.13.99.96" dyno=web.1 connect=1ms service=10ms status=200 bytes=3150 protocol=https
2021-05-07T08:03:23.162229+00:00 app[web.1]: I, [2021-05-07T08:03:23.162103 #4]  INFO -- : [f72ac6df-900e-49cb-bd0c-bad349e60c5e] Started GET "/" for 36.13.99.96 at 2021-05-07 08:03:23 +0000
2021-05-07T08:03:23.163104+00:00 app[web.1]: I, [2021-05-07T08:03:23.162995 #4]  INFO -- : [f72ac6df-900e-49cb-bd0c-bad349e60c5e] Processing by LettersController#new as HTML
2021-05-07T08:03:23.166485+00:00 app[web.1]: I, [2021-05-07T08:03:23.166388 #4]  INFO -- : [f72ac6df-900e-49cb-bd0c-bad349e60c5e]   Rendered letters/new.html.erb within layouts/application (Duration: 2.2ms | Allocations: 713)
2021-05-07T08:03:23.167313+00:00 app[web.1]: I, [2021-05-07T08:03:23.167239 #4]  INFO -- : [f72ac6df-900e-49cb-bd0c-bad349e60c5e]   Rendered layout layouts/application.html.erb (Duration: 3.1ms | Allocations: 956)
2021-05-07T08:03:23.167673+00:00 app[web.1]: I, [2021-05-07T08:03:23.167581 #4]  INFO -- : [f72ac6df-900e-49cb-bd0c-bad349e60c5e] Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms | Allocations: 1264)
2021-05-07T08:03:23.426491+00:00 heroku[router]: at=info method=GET path="/assets/svg/member_icn.svg" host=puffshare.herokuapp.com request_id=541f7d31-fa49-4cb4-874c-8dc22bc9d3ed fwd="36.13.99.96" dyno=web.1 connect=1ms service=8ms status=304 bytes=258 protocol=https
2021-05-07T08:03:23.420457+00:00 app[web.1]: I, [2021-05-07T08:03:23.420340 #4]  INFO -- : [541f7d31-fa49-4cb4-874c-8dc22bc9d3ed] Started GET "/assets/svg/member_icn.svg" for 36.13.99.96 at 2021-05-07 08:03:23 +0000
2021-05-07T08:03:23.473070+00:00 app[web.1]: I, [2021-05-07T08:03:23.472912 #4]  INFO -- : [5e8ddf6b-842a-438a-b3ea-bab909b43d10] Started POST "/users" for 36.13.99.96 at 2021-05-07 08:03:23 +0000
2021-05-07T08:03:23.474312+00:00 app[web.1]: I, [2021-05-07T08:03:23.474233 #4]  INFO -- : [5e8ddf6b-842a-438a-b3ea-bab909b43d10] Processing by UsersController#create as */*
2021-05-07T08:03:23.474385+00:00 app[web.1]: I, [2021-05-07T08:03:23.474308 #4]  INFO -- : [5e8ddf6b-842a-438a-b3ea-bab909b43d10]   Parameters: {"idToken"=>"[FILTERED]"}
2021-05-07T08:03:23.768085+00:00 heroku[router]: at=info method=POST path="/users" host=puffshare.herokuapp.com request_id=5e8ddf6b-842a-438a-b3ea-bab909b43d10 fwd="36.13.99.96" dyno=web.1 connect=1ms service=297ms status=200 bytes=1074 protocol=https
2021-05-07T08:03:23.764577+00:00 app[web.1]: I, [2021-05-07T08:03:23.764438 #4]  INFO -- : [5e8ddf6b-842a-438a-b3ea-bab909b43d10] Completed 200 OK in 290ms (Views: 0.8ms | ActiveRecord: 35.0ms | Allocations: 1616)
2021-05-07T08:03:25.119206+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=puffshare.herokuapp.com request_id=74aca272-f66c-4ea0-b6a0-478ae602be47 fwd="36.13.99.96" dyno=web.1 connect=1ms service=3ms status=200 bytes=143 protocol=https
2021-05-07T08:03:28.481153+00:00 heroku[router]: at=info method=GET path="/packs/js/letters/login-b545fed8a44cb880c6c5.js.map" host=puffshare.herokuapp.com request_id=483028a1-2df7-40c5-8429-ec853178a3bc fwd="36.13.99.96" dyno=web.1 connect=1ms service=3ms status=200 bytes=3168 protocol=https
2021-05-07T08:03:28.485062+00:00 heroku[router]: at=info method=GET path="/packs/js/application-55791b7f431e976d173e.js.map" host=puffshare.herokuapp.com request_id=982708bf-181d-4235-8a87-1e6f3183c7f1 fwd="36.13.99.96" dyno=web.1 connect=1ms service=4ms status=200 bytes=25023 protocol=https
2021-05-07T08:11:01.589770+00:00 app[api]: Starting process with command `curl https://puffshare.herokuapp.com/` by user scheduler@addons.heroku.com
2021-05-07T08:11:18.741699+00:00 heroku[scheduler.3543]: Starting process with command `curl https://puffshare.herokuapp.com/`
2021-05-07T08:11:19.596899+00:00 heroku[scheduler.3543]: State changed from starting to up
2021-05-07T08:11:22.313531+00:00 heroku[scheduler.3543]: Process exited with status 0
2021-05-07T08:11:22.204581+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=acc58f06-c811-43f1-9e80-56c19bc4324c fwd="3.81.143.251" dyno=web.1 connect=1ms service=8ms status=200 bytes=3128 protocol=https
2021-05-07T08:11:22.403140+00:00 heroku[scheduler.3543]: State changed from up to complete
2021-05-07T08:11:22.196649+00:00 app[web.1]: I, [2021-05-07T08:11:22.196551 #4]  INFO -- : [acc58f06-c811-43f1-9e80-56c19bc4324c] Started GET "/" for 3.81.143.251 at 2021-05-07 08:11:22 +0000
2021-05-07T08:11:22.197516+00:00 app[web.1]: I, [2021-05-07T08:11:22.197421 #4]  INFO -- : [acc58f06-c811-43f1-9e80-56c19bc4324c] Processing by LettersController#new as */*
2021-05-07T08:11:22.200644+00:00 app[web.1]: I, [2021-05-07T08:11:22.200573 #4]  INFO -- : [acc58f06-c811-43f1-9e80-56c19bc4324c]   Rendered letters/new.html.erb within layouts/application (Duration: 2.2ms | Allocations: 613)
2021-05-07T08:11:22.201284+00:00 app[web.1]: I, [2021-05-07T08:11:22.201213 #4]  INFO -- : [acc58f06-c811-43f1-9e80-56c19bc4324c]   Rendered layout layouts/application.html.erb (Duration: 2.9ms | Allocations: 856)
2021-05-07T08:11:22.201601+00:00 app[web.1]: I, [2021-05-07T08:11:22.201532 #4]  INFO -- : [acc58f06-c811-43f1-9e80-56c19bc4324c] Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 1170)
2021-05-07T08:11:22.076531+00:00 app[scheduler.3543]: % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2021-05-07T08:11:22.080300+00:00 app[scheduler.3543]: Dload  Upload   Total   Spent    Left  Speed
2021-05-07T08:11:22.205307+00:00 app[scheduler.3543]:
2021-05-07T08:11:22.205321+00:00 app[scheduler.3543]: <!DOCTYPE html>
2021-05-07T08:11:22.205322+00:00 app[scheduler.3543]: <html>
2021-05-07T08:11:22.205322+00:00 app[scheduler.3543]: <head>
2021-05-07T08:11:22.205332+00:00 app[scheduler.3543]: <title>ぱふシェア</title>
2021-05-07T08:11:22.205333+00:00 app[scheduler.3543]: <meta name="viewport" content="width=device-width,initial-scale=1">
2021-05-07T08:11:22.205365+00:00 app[scheduler.3543]: <meta name="csrf-param" content="authenticity_token" />
2021-05-07T08:11:22.205370+00:00 app[scheduler.3543]: <meta name="csrf-token" content="jc9OIorL3d8DHniWxPRUJjQUAvkY9XMDAkdE878nPtw6R2pyFfzaKlZ-Bs-9r2cfhIRDNVzxF9WiIn2bOmVejA" />
2021-05-07T08:11:22.205371+00:00 app[scheduler.3543]:
2021-05-07T08:11:22.205375+00:00 app[scheduler.3543]: <script charset="utf-8" src="https://static.line-scdn.net/liff/edge/2/sdk.js"></script>
2021-05-07T08:11:22.205376+00:00 app[scheduler.3543]:
2021-05-07T08:11:22.205381+00:00 app[scheduler.3543]: <link rel="stylesheet" media="all" href="/assets/application-43803dba573b16b6dbad531bb87a2a94c76fdeb86136fc2384b2e30f943b15e6.css" />
2021-05-07T08:11:22.205382+00:00 app[scheduler.3543]: <script src="/packs/js/application-55791b7f431e976d173e.js"></script>
2021-05-07T08:11:22.205382+00:00 app[scheduler.3543]: </head>
2021-05-07T08:11:22.205382+00:00 app[scheduler.3543]:
2021-05-07T08:11:22.205383+00:00 app[scheduler.3543]: <body>
2021-05-07T08:11:22.205388+00:00 app[scheduler.3543]: <section id="user_data">
2021-05-07T08:11:22.205388+00:00 app[scheduler.3543]: <p id="-js-user-name"></p>
2021-05-07T08:11:22.205393+00:00 app[scheduler.3543]: <img src="/assets/svg/member_icn.svg" alt="ユーザーアイコン画像" class="-js-user-icon user_icon">
2021-05-07T08:11:22.205394+00:00 app[scheduler.3543]: </section>
2021-05-07T08:11:22.205394+00:00 app[scheduler.3543]:
2021-05-07T08:11:22.205394+00:00 app[scheduler.3543]: <h1>Letters#new</h1>
2021-05-07T08:11:22.205394+00:00 app[scheduler.3543]:
2021-05-07T08:11:22.205395+00:00 app[scheduler.3543]:
2021-05-07T08:11:22.205395+00:00 app[scheduler.3543]: ここで手紙を描ける様になります
2021-05-07T08:11:22.205395+00:00 app[scheduler.3543]: <br>
2021-05-07T08:11:22.205396+00:00 app[scheduler.3543]:
2021-05-07T08:11:22.205401+00:00 app[scheduler.3543]: <form action="/letters" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="Vk27iq86yas2D9iliAywJtc7QKAE722m9LBJb3Dgd-ZOHZPZL8obYGsWIabrigBfugpwNY8E1OPzB3W3q2PfXA" />
2021-05-07T08:11:22.205401+00:00 app[scheduler.3543]: <input placeholder="送信元" type="text" name="letter[send_by]" id="letter_send_by" />
2021-05-07T08:11:22.205402+00:00 app[scheduler.3543]: <input placeholder="送信先" type="text" name="letter[send_to]" id="letter_send_to" />
2021-05-07T08:11:22.205402+00:00 app[scheduler.3543]: <select name="letter[api_status]" id="letter_api_status"><option value="sending">送信中</option>
2021-05-07T08:11:22.205402+00:00 app[scheduler.3543]: <option value="success">送信成功</option>
2021-05-07T08:11:22.205403+00:00 app[scheduler.3543]: <option value="failure">送信失敗</option></select>
2021-05-07T08:11:22.205403+00:00 app[scheduler.3543]:
2021-05-07T08:11:22.205403+00:00 app[scheduler.3543]: <textarea row="100" placeholder="手紙をここに入力してね" name="letter[description]" id="letter_description">
2021-05-07T08:11:22.205404+00:00 app[scheduler.3543]: </textarea>
2021-05-07T08:11:22.205404+00:00 app[scheduler.3543]:
2021-05-07T08:11:22.205404+00:00 app[scheduler.3543]: <input type="submit" name="commit" value="送信する" id="send" data-disable-with="送信する" />
2021-05-07T08:11:22.205404+00:00 app[scheduler.3543]: </form>
2021-05-07T08:11:22.205405+00:00 app[scheduler.3543]: <a class="btn" href="/letters">メールボックスに戻る</a>
2021-05-07T08:11:22.205405+00:00 app[scheduler.3543]:
2021-05-07T08:11:22.205406+00:00 app[scheduler.3543]: <script src="/packs/js/letters/login-b545fed8a44cb880c6c5.js"></script>
2021-05-07T08:11:22.205406+00:00 app[scheduler.3543]:
2021-05-07T08:11:22.205406+00:00 app[scheduler.3543]: </body>
2021-05-07T08:11:22.205407+00:00 app[scheduler.3543]: </html>
2021-05-07T08:14:21.983717+00:00 app[api]: Starting process with command `curl https://puffshare.herokuapp.com/` by user scheduler@addons.heroku.com
2021-05-07T08:14:33.256769+00:00 heroku[scheduler.3440]: Starting process with command `curl https://puffshare.herokuapp.com/`
2021-05-07T08:14:33.876567+00:00 heroku[scheduler.3440]: State changed from starting to up
2021-05-07T08:14:35.448622+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=8df139c9-233c-4324-a734-42213f8b436d fwd="54.90.183.117" dyno=web.1 connect=1ms service=9ms status=200 bytes=3132 protocol=https
2021-05-07T08:14:35.530009+00:00 heroku[scheduler.3440]: Process exited with status 0
2021-05-07T08:14:35.613491+00:00 heroku[scheduler.3440]: State changed from up to complete
2021-05-07T08:14:35.409962+00:00 app[scheduler.3440]: % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2021-05-07T08:14:35.410276+00:00 app[scheduler.3440]: Dload  Upload   Total   Spent    Left  Speed
2021-05-07T08:14:35.450542+00:00 app[scheduler.3440]:
2021-05-07T08:14:35.450608+00:00 app[scheduler.3440]: <!DOCTYPE html>
2021-05-07T08:14:35.450609+00:00 app[scheduler.3440]: <html>
2021-05-07T08:14:35.450609+00:00 app[scheduler.3440]: <head>
2021-05-07T08:14:35.450611+00:00 app[scheduler.3440]: <title>ぱふシェア</title>
2021-05-07T08:14:35.450611+00:00 app[scheduler.3440]: <meta name="viewport" content="width=device-width,initial-scale=1">
2021-05-07T08:14:35.450612+00:00 app[scheduler.3440]: <meta name="csrf-param" content="authenticity_token" />
2021-05-07T08:14:35.450613+00:00 app[scheduler.3440]: <meta name="csrf-token" content="o81vXFPr1ZO8M1QF8O22SNp2jGGGuMPgFropiONz3ZncQTphS0rtjmwkq85vxUebcboqsWpujtItCeLjR_SLRA" />
2021-05-07T08:14:35.450614+00:00 app[scheduler.3440]:
2021-05-07T08:14:35.450614+00:00 app[scheduler.3440]: <script charset="utf-8" src="https://static.line-scdn.net/liff/edge/2/sdk.js"></script>
2021-05-07T08:14:35.450614+00:00 app[scheduler.3440]:
2021-05-07T08:14:35.450616+00:00 app[scheduler.3440]: <link rel="stylesheet" media="all" href="/assets/application-43803dba573b16b6dbad531bb87a2a94c76fdeb86136fc2384b2e30f943b15e6.css" />
2021-05-07T08:14:35.450616+00:00 app[scheduler.3440]: <script src="/packs/js/application-55791b7f431e976d173e.js"></script>
2021-05-07T08:14:35.450616+00:00 app[scheduler.3440]: </head>
2021-05-07T08:14:35.450617+00:00 app[scheduler.3440]:
2021-05-07T08:14:35.450617+00:00 app[scheduler.3440]: <body>
2021-05-07T08:14:35.450618+00:00 app[scheduler.3440]: <section id="user_data">
2021-05-07T08:14:35.450618+00:00 app[scheduler.3440]: <p id="-js-user-name"></p>
2021-05-07T08:14:35.450619+00:00 app[scheduler.3440]: <img src="/assets/svg/member_icn.svg" alt="ユーザーアイコン画像" class="-js-user-icon user_icon">
2021-05-07T08:14:35.450619+00:00 app[scheduler.3440]: </section>
2021-05-07T08:14:35.450619+00:00 app[scheduler.3440]:
2021-05-07T08:14:35.450620+00:00 app[scheduler.3440]: <h1>Letters#new</h1>
2021-05-07T08:14:35.450620+00:00 app[scheduler.3440]:
2021-05-07T08:14:35.450620+00:00 app[scheduler.3440]:
2021-05-07T08:14:35.450621+00:00 app[scheduler.3440]: ここで手紙を描ける様になります
2021-05-07T08:14:35.450621+00:00 app[scheduler.3440]: <br>
2021-05-07T08:14:35.450621+00:00 app[scheduler.3440]:
2021-05-07T08:14:35.450637+00:00 app[scheduler.3440]: <form action="/letters" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="aWOo7VjuwUFxgtiYzWd72PcrCKKN_jUCI_nmJxUqzkGnYim5dpTUKul78o_a_Gyx8z12NSs0kmf7UuMoYAQYEQ" />
2021-05-07T08:14:35.450637+00:00 app[scheduler.3440]: <input placeholder="送信元" type="text" name="letter[send_by]" id="letter_send_by" />
2021-05-07T08:14:35.450638+00:00 app[scheduler.3440]: <input placeholder="送信先" type="text" name="letter[send_to]" id="letter_send_to" />
2021-05-07T08:14:35.450638+00:00 app[scheduler.3440]: <select name="letter[api_status]" id="letter_api_status"><option value="sending">送信中</option>
2021-05-07T08:14:35.450639+00:00 app[scheduler.3440]: <option value="success">送信成功</option>
2021-05-07T08:14:35.450639+00:00 app[scheduler.3440]: <option value="failure">送信失敗</option></select>
2021-05-07T08:14:35.450640+00:00 app[scheduler.3440]:
2021-05-07T08:14:35.450640+00:00 app[scheduler.3440]: <textarea row="100" placeholder="手紙をここに入力してね" name="letter[description]" id="letter_description">
2021-05-07T08:14:35.450641+00:00 app[scheduler.3440]: </textarea>
2021-05-07T08:14:35.450641+00:00 app[scheduler.3440]:
2021-05-07T08:14:35.450641+00:00 app[scheduler.3440]: <input type="submit" name="commit" value="送信する" id="send" data-disable-with="送信する" />
2021-05-07T08:14:35.450641+00:00 app[scheduler.3440]: </form>
2021-05-07T08:14:35.450642+00:00 app[scheduler.3440]: <a class="btn" href="/letters">メールボックスに戻る</a>
2021-05-07T08:14:35.450642+00:00 app[scheduler.3440]:
2021-05-07T08:14:35.450643+00:00 app[scheduler.3440]: <script src="/packs/js/letters/login-b545fed8a44cb880c6c5.js"></script>
2021-05-07T08:14:35.450643+00:00 app[scheduler.3440]:
2021-05-07T08:14:35.450643+00:00 app[scheduler.3440]: </body>
2021-05-07T08:14:35.450644+00:00 app[scheduler.3440]: </html>
2021-05-07T08:14:35.441291+00:00 app[web.1]: I, [2021-05-07T08:14:35.441191 #4]  INFO -- : [8df139c9-233c-4324-a734-42213f8b436d] Started GET "/" for 54.90.183.117 at 2021-05-07 08:14:35 +0000
2021-05-07T08:14:35.442373+00:00 app[web.1]: I, [2021-05-07T08:14:35.442297 #4]  INFO -- : [8df139c9-233c-4324-a734-42213f8b436d] Processing by LettersController#new as */*
2021-05-07T08:14:35.445563+00:00 app[web.1]: I, [2021-05-07T08:14:35.445461 #4]  INFO -- : [8df139c9-233c-4324-a734-42213f8b436d]   Rendered letters/new.html.erb within layouts/application (Duration: 1.9ms | Allocations: 613)
2021-05-07T08:14:35.446177+00:00 app[web.1]: I, [2021-05-07T08:14:35.446077 #4]  INFO -- : [8df139c9-233c-4324-a734-42213f8b436d]   Rendered layout layouts/application.html.erb (Duration: 2.5ms | Allocations: 856)
2021-05-07T08:14:35.446618+00:00 app[web.1]: I, [2021-05-07T08:14:35.446549 #4]  INFO -- : [8df139c9-233c-4324-a734-42213f8b436d] Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 1170)
2021-05-07T08:23:01.600819+00:00 app[api]: Starting process with command `curl https://puffshare.herokuapp.com/` by user scheduler@addons.heroku.com
2021-05-07T08:23:13.040644+00:00 heroku[scheduler.1751]: Starting process with command `curl https://puffshare.herokuapp.com/`
2021-05-07T08:23:13.677657+00:00 heroku[scheduler.1751]: State changed from starting to up
2021-05-07T08:23:16.019237+00:00 heroku[scheduler.1751]: Process exited with status 0
2021-05-07T08:23:15.963721+00:00 heroku[router]: at=info method=GET path="/" host=puffshare.herokuapp.com request_id=b7aa7a03-00f5-4c73-9ee6-b9466d09625b fwd="18.234.150.211" dyno=web.1 connect=0ms service=11ms status=200 bytes=3138 protocol=https
2021-05-07T08:23:16.100014+00:00 heroku[scheduler.1751]: State changed from up to complete
2021-05-07T08:23:15.917205+00:00 app[scheduler.1751]: % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2021-05-07T08:23:15.919113+00:00 app[scheduler.1751]: Dload  Upload   Total   Spent    Left  Speed
2021-05-07T08:23:15.964983+00:00 app[scheduler.1751]:
2021-05-07T08:23:15.965018+00:00 app[scheduler.1751]: <!DOCTYPE html>
2021-05-07T08:23:15.965019+00:00 app[scheduler.1751]: <html>
2021-05-07T08:23:15.965019+00:00 app[scheduler.1751]: <head>
2021-05-07T08:23:15.965022+00:00 app[scheduler.1751]: <title>ぱふシェア</title>
2021-05-07T08:23:15.965026+00:00 app[scheduler.1751]: <meta name="viewport" content="width=device-width,initial-scale=1">
2021-05-07T08:23:15.965028+00:00 app[scheduler.1751]: <meta name="csrf-param" content="authenticity_token" />
2021-05-07T08:23:15.965032+00:00 app[scheduler.1751]: <meta name="csrf-token" content="iLcX86M-GCIGVzM7eBo8L038FpO0zbkdeFZGtov1GxZe1tkFJkIwowoWOuzRQuQZwB7L8m52t8kfn_HwQ2Cepg" />
2021-05-07T08:23:15.965032+00:00 app[scheduler.1751]:
2021-05-07T08:23:15.965035+00:00 app[scheduler.1751]: <script charset="utf-8" src="https://static.line-scdn.net/liff/edge/2/sdk.js"></script>
2021-05-07T08:23:15.965035+00:00 app[scheduler.1751]:
2021-05-07T08:23:15.965038+00:00 app[scheduler.1751]: <link rel="stylesheet" media="all" href="/assets/application-43803dba573b16b6dbad531bb87a2a94c76fdeb86136fc2384b2e30f943b15e6.css" />
2021-05-07T08:23:15.965038+00:00 app[scheduler.1751]: <script src="/packs/js/application-55791b7f431e976d173e.js"></script>
2021-05-07T08:23:15.965038+00:00 app[scheduler.1751]: </head>
2021-05-07T08:23:15.965038+00:00 app[scheduler.1751]:
2021-05-07T08:23:15.965039+00:00 app[scheduler.1751]: <body>
2021-05-07T08:23:15.965044+00:00 app[scheduler.1751]: <section id="user_data">
2021-05-07T08:23:15.965044+00:00 app[scheduler.1751]: <p id="-js-user-name"></p>
2021-05-07T08:23:15.965048+00:00 app[scheduler.1751]: <img src="/assets/svg/member_icn.svg" alt="ユーザーアイコン画像" class="-js-user-icon user_icon">
2021-05-07T08:23:15.965048+00:00 app[scheduler.1751]: </section>
2021-05-07T08:23:15.965049+00:00 app[scheduler.1751]:
2021-05-07T08:23:15.965049+00:00 app[scheduler.1751]: <h1>Letters#new</h1>
2021-05-07T08:23:15.965049+00:00 app[scheduler.1751]:
2021-05-07T08:23:15.965049+00:00 app[scheduler.1751]:
2021-05-07T08:23:15.965049+00:00 app[scheduler.1751]: ここで手紙を描ける様になります
2021-05-07T08:23:15.965050+00:00 app[scheduler.1751]: <br>
2021-05-07T08:23:15.965050+00:00 app[scheduler.1751]:
2021-05-07T08:23:15.965053+00:00 app[scheduler.1751]: <form action="/letters" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="r846Dlhwi3lwa_17T7yD9N2MOz0-WQ902F3wB7EPw0wpfsCR_PFS2wBEPkmY4I-lEDY1uSKnPawh3IE1NfCi_Q" />
2021-05-07T08:23:15.965053+00:00 app[scheduler.1751]: <input placeholder="送信元" type="text" name="letter[send_by]" id="letter_send_by" />
2021-05-07T08:23:15.965053+00:00 app[scheduler.1751]: <input placeholder="送信先" type="text" name="letter[send_to]" id="letter_send_to" />
2021-05-07T08:23:15.965053+00:00 app[scheduler.1751]: <select name="letter[api_status]" id="letter_api_status"><option value="sending">送信中</option>
2021-05-07T08:23:15.965054+00:00 app[scheduler.1751]: <option value="success">送信成功</option>
2021-05-07T08:23:15.965054+00:00 app[scheduler.1751]: <option value="failure">送信失敗</option></select>
2021-05-07T08:23:15.965054+00:00 app[scheduler.1751]:
2021-05-07T08:23:15.965054+00:00 app[scheduler.1751]: <textarea row="100" placeholder="手紙をここに入力してね" name="letter[description]" id="letter_description">
2021-05-07T08:23:15.965054+00:00 app[scheduler.1751]: </textarea>
2021-05-07T08:23:15.965054+00:00 app[scheduler.1751]:
2021-05-07T08:23:15.965055+00:00 app[scheduler.1751]: <input type="submit" name="commit" value="送信する" id="send" data-disable-with="送信する" />
2021-05-07T08:23:15.965055+00:00 app[scheduler.1751]: </form>
2021-05-07T08:23:15.965055+00:00 app[scheduler.1751]: <a class="btn" href="/letters">メールボックスに戻る</a>
2021-05-07T08:23:15.965055+00:00 app[scheduler.1751]:
2021-05-07T08:23:15.965055+00:00 app[scheduler.1751]: <script src="/packs/js/letters/login-b545fed8a44cb880c6c5.js"></script>
2021-05-07T08:23:15.965055+00:00 app[scheduler.1751]:
2021-05-07T08:23:15.965056+00:00 app[scheduler.1751]: </body>
2021-05-07T08:23:15.965056+00:00 app[scheduler.1751]: </html>
2021-05-07T08:23:15.954093+00:00 app[web.1]: I, [2021-05-07T08:23:15.953934 #4]  INFO -- : [b7aa7a03-00f5-4c73-9ee6-b9466d09625b] Started GET "/" for 18.234.150.211 at 2021-05-07 08:23:15 +0000
2021-05-07T08:23:15.955340+00:00 app[web.1]: I, [2021-05-07T08:23:15.955255 #4]  INFO -- : [b7aa7a03-00f5-4c73-9ee6-b9466d09625b] Processing by LettersController#new as */*
2021-05-07T08:23:15.959456+00:00 app[web.1]: I, [2021-05-07T08:23:15.959368 #4]  INFO -- : [b7aa7a03-00f5-4c73-9ee6-b9466d09625b]   Rendered letters/new.html.erb within layouts/application (Duration: 2.6ms | Allocations: 613)
2021-05-07T08:23:15.960447+00:00 app[web.1]: I, [2021-05-07T08:23:15.960335 #4]  INFO -- : [b7aa7a03-00f5-4c73-9ee6-b9466d09625b]   Rendered layout layouts/application.html.erb (Duration: 3.7ms | Allocations: 856)
2021-05-07T08:23:15.960925+00:00 app[web.1]: I, [2021-05-07T08:23:15.960846 #4]  INFO -- : [b7aa7a03-00f5-4c73-9ee6-b9466d09625b] Completed 200 OK in 5ms (Views: 4.6ms | Allocations: 1170)