You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with your previous version the error is still the same, with the updated version I'm getting this:
C:\xampp\cryptocredible-main>php cryptocredible sync:coinbase
PHP Warning: require(C:\xampp\cryptocredible-main/../../autoload.php): Failed to open stream: No such file or directory in C:\xampp\cryptocredible-main\cryptocredible on line 18
Warning: require(C:\xampp\cryptocredible-main/../../autoload.php): Failed to open stream: No such file or directory in C:\xampp\cryptocredible-main\cryptocredible on line 18
PHP Fatal error: Uncaught Error: Failed opening required 'C:\xampp\cryptocredible-main/../../autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\cryptocredible-main\cryptocredible:18
Stack trace:
#0 {main}
thrown in C:\xampp\cryptocredible-main\cryptocredible on line 18
Hi Lee,
when I run cryptocredible for Coinbase I get the errors below with the dump request. Thanks, huggyvilla
C:\xampp\cryptocredible-main>php cryptocredible sync:coinbase --dump
Open Coinbase connection: ✔
Fetch transactions for:
ETH2 Wallet: ✔
XRP Wallet: ✔
BSV Wallet: ✔
BAT Wallet: ✔
Portefeuille en USDC: ✔
Portefeuille en ZRX: ✔
BCH Wallet: ✔
ETC Wallet: failed
Illuminate\Http\Client\RequestException
HTTP request returned status code 400:
{"errors":[{"id":"validation_error","message":"Unknown currency"}]}
at C:\xampp\cryptocredible-main\vendor\illuminate\http\Client\Response.php:288
284▕ /
285▕ public function toException()
286▕ {
287▕ if ($this->failed()) {
➜ 288▕ return new RequestException($this);
289▕ }
290▕ }
291▕
292▕ /*
1 C:\xampp\cryptocredible-main\vendor\illuminate\http\Client\Response.php:305
Illuminate\Http\Client\Response::toException()
2 C:\xampp\cryptocredible-main\vendor\illuminate\http\Client\PendingRequest.php:683
Illuminate\Http\Client\Response::throw()
The text was updated successfully, but these errors were encountered: