Skip to content
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

Update to URL needed for MtGoxHMAC.py #67

Closed
GoogleCodeExporter opened this issue Apr 27, 2015 · 3 comments
Closed

Update to URL needed for MtGoxHMAC.py #67

GoogleCodeExporter opened this issue Apr 27, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

In MtGoxHMAC.py

Lines 42 and 43, the url needs to be changed.

        self.__url_parts = urlparse.urlsplit("https://mtgox.com/api/0/")
        self.__url_parts_1 = urlparse.urlsplit("https://mtgox.com/api/1/")


To

        self.__url_parts = urlparse.urlsplit("https://data.mtgox.com/api/0/")
        self.__url_parts_1 = urlparse.urlsplit("https://data.mtgox.com/api/1/")


found from:
https://mtgox.com/api/0/ticker.php  
returning:
{"error":"This API is not available directly anymore, please replace mtgox.com 
with data.mtgox.com in the url"}

Original issue reported on code.google.com by anderson...@gmail.com on 22 Mar 2013 at 4:53

@GoogleCodeExporter
Copy link
Author

Thank you for the heads up =)

Original comment by purge...@gmail.com on 23 Mar 2013 at 5:38

@GoogleCodeExporter
Copy link
Author

Fixed on the repo. Download version needs to be updated.

Original comment by brian.mo...@gmail.com on 26 Mar 2013 at 1:19

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Download version 0.3 contains the updated mtgox API URL.

Original comment by brian.mo...@gmail.com on 1 Apr 2013 at 12:42

  • Changed state: Fixed

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

No branches or pull requests

1 participant