Bugs in Exchange.php
See original GitHub issueMUST READ THIS BEFORE SUBMITTING ISSUES (read the links, then delete this message before submitting):
- https://github.com/ccxt/ccxt/wiki/FAQ
- https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-submit-an-issue
Make sure your local version of CCXT is up to date. Check by comparing the output of ccxt.version
to https://github.com/ccxt/ccxt/blob/master/package.json#L3
- OS:
- Programming Language version: php 7.4
- CCXT version: 1.65.41
in public function handle_market_type_and_params, I meet 2 problems.
- $market_type = isset($market) ? market[‘type’] : $method_type;
- I not sure, but market[‘type’] should have $ beside it?
- I using fetchOrder and createOrder function but it stuck at $method_type. Error Message: PHP Notice: Undefined variable: method_type in /vendor/ccxt/ccxt/php/Exchange.php on line 3494 huobipro cancelOrder() requires a $symbol for orders
$method_type and $method_options are both empty value because fetchOrder and createOrder does not exists in $this->options.
how to fix this?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Bug in __construct of Exchange.php on line 1218 · Issue #10201 ...
I found a bug on Exchange.php on Line 1218 of version 1.57.96 … throw new ExchangeError(this . id . ' warning! The glue...
Read more >PHP :: Bug #7090 :: PHP, IIS, and Exchange don't get along
Bug #7090, PHP, IIS, and Exchange don't get along ... PHP Version: 4.0.3RC2, OS: Windows NT Server 4.0 ... Install exchange server 5.5....
Read more >Search - PHP :: Bugs
Return bugs reported with PHP version · Return bugs reported with CVE-ID · Return bugs assigned to · Return bugs with author email...
Read more >Bugs Stats - PHP
Name Closed Open Verified Analyzed Assigned No Fdbk Susp Not a bug
All 81390 39741 1971 421 41 159 7355 833 25152
SOAP related 679...
Read more >PHP :: Bugs homepage
PHP Bug Tracking System · Used the form above or our advanced search page to make sure nobody has reported the bug already....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ngdekhai it should be fixed in CCXT 1.65.56+
@ngdekhai let me know if you still have issues with version 1.65.57+. Thanks for reporting!