Skip to content

Commit

Permalink
FAQ.md minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Sep 3, 2020
1 parent c1e2514 commit fa7d6a3
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions wiki/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,18 @@ When asking a question:
- Use the search button for duplicates first!
- **Post your request and response in `verbose` mode!** Add `exchange.verbose = true` right before the line you're having issues with, and copypaste what you see on your screen. It's written and mentioned everywhere, in the [Troubleshooting](https://github.com/ccxt/ccxt/wiki/Manual#troubleshooting) section, in the [README](https://github.com/ccxt/ccxt/blob/master/README.md) and in many answers to similar questions among [previous issues](https://github.com/ccxt/ccxt/issues) and [pull requests](https://github.com/ccxt/ccxt/pulls). No excuses. The verbose output should include both the request and response from the exchange.
- Include the full error callstack!
- Write your language **and version**
- Write ccxt library version
- Write your programming language **and language version number**
- Write the CCXT / CCXT Pro library version number
- Which exchange it is
- Which method you're trying to call

- **Post your code** to reproduce the problem. Make it a complete short runnable program, don't swallow the lines and make it as compact as you can (5-10 lines of code), including the instantation code. Remove all irrelevant parts from it, leaving just the essence of the code to reproduce the issue.
- **DON'T POST SCREENSHOTS OF CODE OR ERRORS, POST THE OUTPUT AND CODE IN PLAIN TEXT!**
- **Surround code and output with triple backticks: ```GOOD```**.
- Don't confuse the backtick symbol (`) with the quote symbol (\'): '''BAD'''
- Don't confuse a single backtick with triple backticks: `BAD`
- **Post your code** to reproduce the problem. Make it a complete short runnable program, don't swallow the lines and make it as compact as you can (5-10 lines of code), including the exchange instantation code. Remove all irrelevant parts from it, leaving just the essence of the code to reproduce the issue.
- **DON'T POST SCREENSHOTS OF CODE OR ERRORS, POST THE OUTPUT AND CODE IN PLAIN TEXT!**
- **Surround code and output with triple backticks: ```GOOD```**.
- Don't confuse the backtick symbol (`) with the quote symbol (\'): '''BAD'''
- Don't confuse a single backtick with triple backticks: `BAD`

- **DO NOT POST YOUR `apiKey` AND `secret`!** Keep them safe (remove them before posting)!
- Post your version number of ccxt
- Post your language version number, how do you think we can guess it otherwise?


## I am calling a method and I get an error, what am I doing wrong?
Expand Down

0 comments on commit fa7d6a3

Please sign in to comment.