OmG3r/steam-trade

OpenSSL error

Closed this issue · 2 comments

I have an error

~/.gem/ruby/2.5.0/gems/steam-trade-0.2.1/lib/LoginExecutor.rb:100:in `pass_stamp': undefined method `e=' for #<OpenSSL::PKey::RSA:0x0000560706db5110> (NoMethodError)

Code of my program

require 'steam-trade'

account = Handler.new("username", "pw",  "secret")
account.mobile_info('mobile')

puts account.normal_get_inventory()

My ruby was 2.5.0. I've installed ruby 2.3.7. It caused this error

OmG3r commented

I will fix that issue in the next patch, the syntax I used in 2.3 not usable in 2.5