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

IDN conversion failed #3064

Closed
DaPoHou opened this issue Feb 6, 2020 · 0 comments
Closed

IDN conversion failed #3064

DaPoHou opened this issue Feb 6, 2020 · 0 comments

Comments

@DaPoHou
Copy link
Contributor

DaPoHou commented Feb 6, 2020

php 7.4
when I enable php intl (ICU version 65.1) extension,show:
IDN conversion failed …/vendor/guzzlehttp/guzzle/src/Client.php:243 #0 …/vendor/guzzlehttp/guzzle/src/Client.php(155): GuzzleHttp\Client-&gt;buildUri(Object(GuzzleHttp\Psr7\Uri), Array) #1 …/vendor/guzzlehttp/guzzle/src/Client.php(183): GuzzleHttp\Client-&gt;requestAsync(&#039;get&#039;, &#039;https://dev.web...&#039;, Array) #2 …/vendor/guzzlehttp/guzzle/src/Client.php(96): GuzzleHttp\Client-&gt;request(&#039;get&#039;, &#039;https://dev.web...&#039;, Array) #3 …/app/Services/UpgradeService.php(288): GuzzleHttp\Client-&gt;__call(&#039;get&#039;, Array) #4 …/app/Services/UpgradeService.php(231): Fisharebest\Webtrees\Services\UpgradeService-&gt;fetchLatestVersion() #5 …/app/Http/RequestHandlers/ControlPanel.php(130): Fisharebest\Webtrees\Services\UpgradeService-&gt;latestVersion() #6 …/app/Http/Middleware/WrapHandler.php(83): Fisharebest\Webtrees\Http\RequestHandlers\ControlPanel-&gt;handle(Object(Nyholm\Psr7\ServerRequest)) #7 …/vendor/oscarotero/middleland/src/Dispatcher.php(136): Fisharebest\Webtrees\Http\Middleware\WrapHandler-&gt;process(Object(Nyholm\Psr7\ServerRequest), Object(Middleland\Dispatcher)) <b>#8 …/modules_v4/faces/src/Modules/FacesModule.php(80): Middleland\Dispatcher-&gt;handle(Object(Nyholm\Psr7\ServerRequest))</b> #9 …/vendor/oscarotero/middleland/src/Dispatcher.php(136): UksusoFF\WebtreesModules\Faces\Modules\FacesModule-&gt;process(Object(Nyholm\Psr7\ServerRequest), Object(Middleland\Dispatcher)) #10 …/app/Http/Middleware/AuthAdministrator.php(51): Middleland\Dispatcher-&gt;handle(Object(Nyholm\Psr7\ServerRequest)) #11 …/vendor/oscarotero/middleland/src/Dispatcher.php(136): Fisharebest\Webtrees\Http\Middleware\AuthAdministrator-&gt;process(Object(Nyholm\Psr7\ServerRequest), Object(Middleland\Dispatcher)) #12 …/app/Http/Middleware/CheckCsrf.php(75): Middleland\Dispatcher-&gt;handle(Object(Nyholm\Psr7\ServerRequest)) #13 …/vendor/oscarotero/middleland/src/Dispatcher.php(136): Fisharebest\Webtrees\Http\Middleware\CheckCsrf-&gt;process(Object(Nyholm\Psr7\ServerRequest), Object(Middleland\Dispatcher)) #14 …/vendor/oscarotero/middleland/src/Dispatcher.php(118): Middleland\Dispatcher-&gt;handle(Object(Nyholm\Psr7\ServerRequest)) #15 …/app/Http/Middleware/Router.php(121): Middleland\Dispatcher-&gt;dispatch(Object(Nyholm\Psr7\ServerRequest)) #16 …/vendor/oscarotero/middleland/src/Dispatcher.php(136):

You may need to update the guzzle code to 6.5.2
guzzle/guzzle#2454
guzzle/guzzle#2489

@DaPoHou DaPoHou closed this as completed Feb 6, 2020
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

1 participant