aliyunmq / mq-http-php-sdk

Aliyun Message Queue(MQ) Http PHP SDK
MIT License
74 stars 34 forks source link

xml:read() warning #3

Open ZackKing opened 5 years ago

ZackKing commented 5 years ago

version: 1.0.0

log

PHP Warning: XMLReader::read(): /app/:1: parser error : Document is empty in /app/app/vendor/aliyunmq/mq-http-sdk/MQ/Responses/BaseResponse.php on line 45
PHP Warning: XMLReader::read(): cURL error 28: Resolving timed out after 3000 milliseconds (see https://curl.hax in /app/app/vendor/aliyunmq/mq-http-sdk/MQ/Responses/BaseResponse.php on line 45
PHP Warning: XMLReader::read(): ^ in /app/app/vendor/aliyunmq/mq-http-sdk/MQ/Responses/BaseResponse.php on line 45
PHP Warning: XMLReader::read(): /app/:1: parser error : Document is empty in /app/app/vendor/aliyunmq/mq-http-sdk/MQ/Common/XMLParser.php on line 11
PHP Warning: XMLReader::read(): cURL error 28: Resolving timed out after 3000 milliseconds (see https://curl.hax in /app/app/vendor/aliyunmq/mq-http-sdk/MQ/Common/XMLParser.php on line 11
PHP Warning: XMLReader::read(): ^ in /app/app/vendor/aliyunmq/mq-http-sdk/MQ/Common/XMLParser.php on line 11

other

and i see the pull requests: Format Code have add ext-xmlwriter and ext-xmlreader to composer.json

is the xml warning ?

wengtinggui commented 3 years ago

sdk version 1.03,php version 7.3.9,swoole version 4.6.3 log: Warning: XMLReader::read(): /app/:1: parser error : Document is empty in /app/vendor/aliyunmq/mq-http-sdk/MQ/Responses/BaseResponse.php on line 46

Warning: XMLReader::read(): cURL error 28: Resolving timed out after 10004 milliseconds (see https://curl.ha in /app/vendor/aliyunmq/mq-http-sdk/MQ/Responses/BaseResponse.php on line 46

Warning: XMLReader::read(): ^ in /app/vendor/aliyunmq/mq-http-sdk/MQ/Responses/BaseResponse.php on line 46

Warning: XMLReader::read(): /app/:1: parser error : Document is empty in /app/vendor/aliyunmq/mq-http-sdk/MQ/Common/XMLParser.php on line 11

Warning: XMLReader::read(): cURL error 28: Resolving timed out after 10004 milliseconds (see https://curl.ha in /app/vendor/aliyunmq/mq-http-sdk/MQ/Common/XMLParser.php on line 11

Warning: XMLReader::read(): ^ in /app/vendor/aliyunmq/mq-http-sdk/MQ/Common/XMLParser.php on line 11