line/line-bot-sdk-ruby

Bug Report

twbcs opened this issue · 1 comments

twbcs commented

System Informations

  • Ruby version: ruby 3.1.2p20
  • Gem (line-bot-api) version: 1.25.0
  • OS: Ubuntu 20.04.2 LTS

Expected Behavior

  1. I use client.get_profile(userId) for get user profile at 2023/6/30 PM10:24 +08:00
  2. send message use push_message(line_id, message) in 2023/6/30 PM08:00 +08:00 - 2023/6/30 PM11:00 +08:00

Current Behavior

  1. get error result "Connection reset by peer - SSL_connect"
  2. get error result "Connection reset by peer - SSL_connect" too

Steps to Reproduce

  1. it is can't reproduce
  2. After the system has been running for a long time, it is prone to encounter this issue.
  3. I'm not sure why this is happening. Simply restarting the service didn't help, but it seems to be resolved after rebooting the machine.

Logs

An Errno::ECONNRESET occurred in lines#create:

Connection reset by peer - SSL_connect
app/controllers/lines_controller.rb:131:in `rescue in block in create'

This issue was closed because it has been inactive for 14 days.