Bitcoin Forum
April 26, 2024, 09:02:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: All my widgets DEAD!!!  (Read 855 times)
DavinciJ15 (OP)
Hero Member
*****
Offline Offline

Activity: 780
Merit: 510


Bitcoin - helping to end bankster enslavement.


View Profile WWW
March 22, 2013, 01:15:01 PM
 #1

Looks like MTGox decided to remove https://mtgox.com/api/0/data/ticker.php
So all of my ticker apps are dead
My Mac OS Widget
My Windows Widget
My Iphone apps are all dead (bitcoin Explorer, and iBitcoin)


Nothing works! WTF! Anyone have a solution I can use?
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714122120
Hero Member
*
Offline Offline

Posts: 1714122120

View Profile Personal Message (Offline)

Ignore
1714122120
Reply with quote  #2

1714122120
Report to moderator
1714122120
Hero Member
*
Offline Offline

Posts: 1714122120

View Profile Personal Message (Offline)

Ignore
1714122120
Reply with quote  #2

1714122120
Report to moderator
1714122120
Hero Member
*
Offline Offline

Posts: 1714122120

View Profile Personal Message (Offline)

Ignore
1714122120
Reply with quote  #2

1714122120
Report to moderator
Frequency
Hero Member
*****
Offline Offline

Activity: 540
Merit: 500


COINDER


View Profile WWW
March 22, 2013, 01:16:21 PM
 #2

Same here whats going on (using ios) ..Huh

COINDER
COINDER
Lethos
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


Keep it Simple. Every Bit Matters.


View Profile WWW
March 22, 2013, 01:20:46 PM
 #3

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

https://data.mtgox.com/api/0/data/ticker.php
Quote
{"warning":"THIS API IS DEPRECATED. Please upgrade to newer API such as https:\/\/data.mtgox.com\/api\/2\/BTCUSD\/money\/ticker","ticker":{"high":74.9,"low":67.97999,"avg":71.66453376,"vwap":71.293711582,"vol":90050,"last_all":73.20001,"last_local":73.20001,"last":73.20001,"buy":73.20001,"sell":73.28}}

https://data.mtgox.com/api/2/BTCUSD/money/ticker
Quote
{"result":"success","data":{"high":{"value":"74.90000","value_int":"7490000","display":"$74.90","display_short":"$74.90","currency":"USD"},"low":{"value":"68.00000","value_int":"6800000","display":"$68.00","display_short":"$68.00","currency":"USD"},"avg":{"value":"71.67635","value_int":"7167635","display":"$71.68","display_short":"$71.68","currency":"USD"},"vwap":{"value":"71.30712","value_int":"7130712","display":"$71.31","display_short":"$71.31","currency":"USD"},"vol":{"value":"89705.82964867","value_int":"8970582964867","display":"89,705.83\u00a0BTC","display_short":"89,705.83\u00a0BTC","currency":"BTC"},"last_local":{"value":"73.28999","value_int":"7328999","display":"$73.29","display_short":"$73.29","currency":"USD"},"last":{"value":"73.28999","value_int":"7328999","display":"$73.29","display_short":"$73.29","currency":"USD"},"last_orig":{"value":"73.28999","value_int":"7328999","display":"$73.29","display_short":"$73.29","currency":"USD"},"last_all":{"value":"73.28999","value_int":"7328999","display":"$73.29","display_short":"$73.29","currency":"USD"},"buy":{"value":"73.28000","value_int":"7328000","display":"$73.28","display_short":"$73.28","currency":"USD"},"sell":{"value":"73.28999","value_int":"7328999","display":"$73.29","display_short":"$73.29","currency":"USD"},"now":"1363958418009930"}}

So in short, update to use their changed API structure.
It's all there, just moved about abit.

DavinciJ15 (OP)
Hero Member
*****
Offline Offline

Activity: 780
Merit: 510


Bitcoin - helping to end bankster enslavement.


View Profile WWW
March 22, 2013, 01:26:45 PM
 #4

So in short, update to use their changed API structure.
It's all there, just moved about abit.

Not very helpful for fixing my widgets.

I don't know the programers and can't just call them up to make a quick change for me.

flower1024
Legendary
*
Offline Offline

Activity: 1428
Merit: 1000


View Profile
March 22, 2013, 01:30:00 PM
 #5

So in short, update to use their changed API structure.
It's all there, just moved about abit.

Not very helpful for fixing my widgets.

I don't know the programers and can't just call them up to make a quick change for me.



you just need to change the url from mtgox.com to data.mtgox.com
even a pool-op should be able to do this Cheesy
Lethos
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


Keep it Simple. Every Bit Matters.


View Profile WWW
March 22, 2013, 01:32:37 PM
 #6

So in short, update to use their changed API structure.
It's all there, just moved about abit.

Not very helpful for fixing my widgets.

I don't know the programers and can't just call them up to make a quick change for me.



It's all the information the programmers need. It's not of any use to you personally, if you aren't the programmer.

DavinciJ15 (OP)
Hero Member
*****
Offline Offline

Activity: 780
Merit: 510


Bitcoin - helping to end bankster enslavement.


View Profile WWW
March 22, 2013, 01:39:02 PM
 #7

you just need to change the url from mtgox.com to data.mtgox.com
even a pool-op should be able to do this Cheesy

This is not for a pool it's for application running on iOS, Windows and Mac.  I know you linux dev types just say change the source and recompile, but... really?

Bottom line I am SOL unless I get the source, change it and recompile.
flower1024
Legendary
*
Offline Offline

Activity: 1428
Merit: 1000


View Profile
March 22, 2013, 01:41:08 PM
 #8

you just need to change the url from mtgox.com to data.mtgox.com
even a pool-op should be able to do this Cheesy

This is not for a pool it's for application running on iOS, Windows and Mac.  I know you linux dev types just say change the source and recompile, but... really?

Bottom line I am SOL unless I get the source, change it and recompile.

ok i misunderstood you.. you said *my* widgets and i thought they are actually yours...

so you are left with: contact devs
it should be possible to use a transparent proxy with an vpn tough - but its very ugly (but it could redirect some requests to mtgox.com to data.mtgox.com)
World
Hero Member
*****
Offline Offline

Activity: 743
Merit: 500



View Profile
March 22, 2013, 02:12:59 PM
 #9

$0.00 BitTicker does not work Sad
https://github.com/infincia/BitTicker

Supporting people with beautiful creative ideas. Bitcoin is because of the developers,exchanges,merchants,miners,investors,users,machines and blockchain technologies work together.
ingrownpocket
Legendary
*
Offline Offline

Activity: 952
Merit: 1000


View Profile
March 22, 2013, 02:15:42 PM
 #10

https://bitcointalk.org/index.php?topic=150786.0
flower1024
Legendary
*
Offline Offline

Activity: 1428
Merit: 1000


View Profile
March 22, 2013, 02:22:27 PM
 #11

btw i only use bitcoin paranoia (android app) which works
MrCrabs
Full Member
***
Offline Offline

Activity: 121
Merit: 100



View Profile
March 23, 2013, 09:52:42 AM
 #12

Its a bit shonky all the widgets dying at the same time.
Was there a warning.
Are there any working now.
List would be great..
Thanks.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!