Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

server reports "Error loading loadbitcoinaverage url <urlopen error timed out>" #533

Open
bladedoyle opened this issue Jul 22, 2017 · 1 comment
Assignees

Comments

@bladedoyle
Copy link

bladedoyle commented Jul 22, 2017

Brief Description:

When the server starts it reports:

Error loading loadbitcoinaverage url

Operating System (OS and version): linux
OpenBazaar version: master
Hardware: intel

Reproducible (Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce):
always

Steps to reproduce:

  1. run the server

Observed Behavior:

...
OpenBazaar Server 0.2.6 starting...
Error loading loadbitcoinaverage url <urlopen error timed out>
...

Expected Behavior:

no timeout error

Additional info (links, images, etc go here):

@bladedoyle
Copy link
Author

market/btcprice.py
def loadbitcoinaverage(self):
for currency, info in self.dictForUrl('https://api.bitcoinaverage.com/ticker/global/all').iteritems():

but, that url seems down:
curl: (7) Failed to connect to api.bitcoinaverage.com port 443: Connection timed out

Ah... they changed the URL to "apiv2":

https://apiv2.bitcoinaverage.com/ticker/global/all

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants