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

xml:read() warning #3

Open
ZackKing opened this issue Jul 18, 2019 · 1 comment
Open

xml:read() warning #3

ZackKing opened this issue Jul 18, 2019 · 1 comment

Comments

@ZackKing
Copy link

ZackKing commented Jul 18, 2019

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
Copy link

wengtinggui commented Apr 21, 2021

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

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