question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bittrex error handling

See original GitHub issue
  • OS: archlinux
  • Programming Language version: PHP
  • CCXT version:
  • Exchange: bittrex
  • Method: handle_errors

I think there might be some issues here, such as: bittrex.php#L686 is a call to throwExceptionOrError which is not defined (likely it should call throw_exception_on_error)

Next, bittrex.php#L687 executes only if success key exists. It seems very odd that 400+ result code have a success key?

And bittrex.php#L692 seems redundant if bittrex.php#L686 gets corrected (or vice versa)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
LeonLegioncommented, Jan 17, 2018

What about error message ‘INVALID_SIGNATURE’? May be throw ‘AuthenticationError’?

1reaction
LeonLegioncommented, Jan 17, 2018

in throwExceptionOrError invalid letter “r” in “Or” it must be “On”

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting common error codes - Bittrex Support
Some common error codes you might run across are described in the table below with some troubleshooting tips for how to solve the...
Read more >
Bittrex error handling · Issue #2137 · ccxt/ccxt · GitHub
When calling an API function and there is an error, throwExceptionOnError gets called in the request function. If the error is unknown, no...
Read more >
Bittrex Developers
Bittrex provides a simple and powerful API consisting of REST endpoints for ... This section lists some common error codes that are returned...
Read more >
Bittrex error code? : r/CryptoHopper - Reddit
Agreed. You need to allow the bot to control the exchange. Check the boxes are ticked for everything but not withdrawls. Also its...
Read more >
Bittrex down? Current outages and problems. - Downdetector
Real-time overview of problems for bittrex. ... I lost 1.5055 BTC due to this error and it sounds like they know the error...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found