You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should return an account, as describer in https://doc.bunq.com/#/android-emulator (Once installed, run tinker/user-overview, this will create an account for you when necessary)
What happens:
Returns a fatal error
Traceback
Micheles-MacBook-Pro:tinker-php michele$ tinker/user-overview.php
*** tinkering cool logo ***
Fatal error: Uncaught bunq\Exception\PleaseContactBunqException: HTTP Response Code: 500
The response id to help bunq debug: The response header "X-Bunq-Client-Response-Id" or "x-bunq-client-response-id" could not be found.
Error message:
Encountered unhandled exception.
in /Users/michele/dev/tmi/tinker-php/vendor/bunq/sdk_php/src/Exception/ExceptionFactory.php:64
Stack trace:
#0 /Users/michele/dev/tmi/tinker-php/vendor/bunq/sdk_php/src/Http/Handler/ResponseHandlerError.php(54): bunq\Exception\ExceptionFactory::createExceptionForResponse(Array, 500, 'The response he...') #1 /Users/michele/dev/tmi/tinker-php/vendor/bunq/sdk_php/src/Http/Handler/HandlerUtil.php(42): bunq\Http\Handler\ResponseHandlerError->execute(Object(GuzzleHttp\Psr7\Response)) #2 /Users/michele/dev/tmi/tinker-php/vendor/guzzlehttp/promises/src/FulfilledPromise.php(39): bunq\Http\Handler\HandlerUtil::bunq\Http\Handler{closure}(Object(GuzzleHttp\Psr7\Response)) #3 /Users/michele/dev/tmi/tinker-php/vendor/guzzlehttp/p in /Users/michele/dev/tmi/tinker-php/vendor/bunq/sdk_php/src/Exception/ExceptionFactory.php on line 64
Steps to reproduce:
bash <(curl -s https://tinker.bunq.com/php/setup.sh)
tinker/user-overview.php
What should happen:
What happens:
Returns a fatal error
Traceback
SDK version and environment
Response id
Additional info
I just tried the java tinker and I successfully created an account, so it sounds like a problem for this SDK and not a server error
The text was updated successfully, but these errors were encountered: