-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just started getting OpenURI::HTTPError: 403 Forbidden #6
Comments
Hi @stephenreid321 did you find out the cause of this issue? We are finding the same on some servers, but not on others. |
Nope, sorry |
We have switched to another gem. For the record, we believe the issue is not with the gem itself but with the Uphold Bank API blocking some requests. All requests from servers on Digital Ocean were blocked, whereas requests from a server on AWS or my office computer were fine.
|
Just started getting OpenURI::HTTPError: 403 Forbidden after this gem working seamlessly for a couple of years...
vendor/ruby-2.7.7/lib/ruby/2.7.0/open-uri.rb:387 in open_http
vendor/ruby-2.7.7/lib/ruby/2.7.0/open-uri.rb:764 in buffer_open
vendor/ruby-2.7.7/lib/ruby/2.7.0/open-uri.rb:235 in block in open_loop
vendor/ruby-2.7.7/lib/ruby/2.7.0/open-uri.rb:233 in catch
vendor/ruby-2.7.7/lib/ruby/2.7.0/open-uri.rb:233 in open_loop
vendor/ruby-2.7.7/lib/ruby/2.7.0/open-uri.rb:174 in open_uri
vendor/ruby-2.7.7/lib/ruby/2.7.0/open-uri.rb:744 in open
vendor/ruby-2.7.7/lib/ruby/2.7.0/open-uri.rb:46 in open
vendor/ruby-2.7.7/lib/ruby/2.7.0/open-uri.rb:19 in open
/gems/money-uphold-bank-0.0.6/lib/money/bank/uphold.rb:108 in read_from_url
/gems/money-uphold-bank-0.0.6/lib/money/bank/uphold.rb:100 in exchange_rates
/gems/money-uphold-bank-0.0.6/lib/money/bank/uphold.rb:30 in update_rates
/gems/money-uphold-bank-0.0.6/lib/money/bank/uphold.rb:90 in update_rates_if_expired
/gems/money-uphold-bank-0.0.6/lib/money/bank/uphold.rb:38 in get_rate
/gems/money-6.16.0/lib/money/bank/variable_exchange.rb:114 in exchange_with
/gems/money-6.16.0/lib/money/money.rb:536 in exchange_to
The text was updated successfully, but these errors were encountered: