Mame29 / Indodax

Modul ini untuk trading di indodax
https://github.com/Mame29/Indodax
MIT License
15 stars 18 forks source link

raise JSONDecodeError("Expecting value", s, err.value) from None #11

Closed papanara closed 3 years ago

papanara commented 3 years ago

Sebelumnya untuk mendapatkan data dari function get_info() itu normal2. Tapi saya coba lagi tadi saya dapat error seperti diatas

from indodax import indodax

key = 'disini key saya' secret = b'disini secret saya'

account = indodax(key, secret) info = account.get_info()

print(info)

Outputnya error seperti diatas.

errorindodax

papanara commented 3 years ago

Fixed

Ternyata error dari web Indodaxnya.