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

coinbase etc wallet problem #3

Open
huggyvilla opened this issue Jan 10, 2022 · 2 comments
Open

coinbase etc wallet problem #3

huggyvilla opened this issue Jan 10, 2022 · 2 comments

Comments

@huggyvilla
Copy link

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

    Coinbase

  • Fetch transactions     *
    

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()

@leeovery
Copy link
Owner

Is this still occurring? Looks like it might have been a temporary problem as its working fine for me.

@huggyvilla
Copy link
Author

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

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}

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

No branches or pull requests

2 participants