Git Product home page Git Product logo

php-sdk's People

Contributors

anahkiasen avatar anthonywschmidt avatar camerona93 avatar cottonaf avatar ellardli avatar firehed avatar kromped avatar leblanc avatar naissa12 avatar skyzyx avatar svenrtbg avatar vasusen avatar vrana avatar y2chaits avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

php-sdk's Issues

/account/get_update_uri

The account_uri gives me an error. I have to add some code like the following in order to get a link that works:

        // call api to get the wepay update link for the account, in iframe
        $theuri2account = $wepay->request('account/get_update_uri', array( 
              'account_id' => $account->account_id,
                'mode' =>'iframe'
        ));

Tag a release version

Tagging a version allows Composer users to use this SDK in a defined, stable version instead of relying on a branch that might be developed adding incompatible features.

It also allows other packages to use this SDK as their dependency without the hassle of not being able to install that package somewhere else if the user does not lower their stability level to "dev".

Please tag a version. You already have a version in your class constant WePay::VERSION, should be a no-brainer.

Use of undefined constant CURL_SSLVERSION_TLSv1_2

Very easy fix for PHP versions prior to CURL_SSLVERSION_TLSv1_2 constant being available...

somewhere before...

curl_setopt(self::$ch, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_2);

executes, add...

if ( ! defined('CURL_SSLVERSION_TLSv1_2')) {
	define('CURL_SSLVERSION_TLSv1_2', 6);
}

Error while intergrating PHP sdk using composer

Root package 'wepay/php-sdk' cannot require itself in its composer.json
Did you accidentally name your root package after an external package?

Could you please provide the steps to integrate the php sdk.
Can you start after download the zip folder from github

cc_number invalid parameter

All my API calls in staging stopped working all the sudden. cc_number is the correct paramenter. I also did a quick test in production and it's doing the same thing.

{
"client_id": "48134",
"cc_number": "REDACTED",
"user_name": "aV3bCiUDvE7at1tclNLYv0BKWLpLhxm3EExx39YmCgQ=",
"expiration_month": "REDACTED",
"expiration_year": "REDACTED",
"cvv": "REDACTED",
"email": "4ybBhrbnNBYQCwNx8WUZ7zt6/cDfr+Wc8YasJqL49BI=",
"address": {
"country": "US",
"postal_code": "90210"
},
"original_ip": "65.188.237.22",
"original_device": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6;\n en-US) AppleWebKit/534.13 (KHTML, like Gecko)\n Chrome/9.0.597.102 Safari/534.13"
}
Response Argument
{
"error": "invalid_request",
"error_description": "Invalid parameter cc_number",
"error_code": 1003
}

CURLOPT_TIMEOUT is not configurable

In response to timeouts on create/batch calls, WePay support suggest increasing the CURLOPT_TIMEOUT. However, this is hard coded. It would be great to allow this to be configurable, either on a per-call basis or globally for the object.

Wepay localhost WebSocket connection

i have setup Custom Checkout Using Tokenization demo form (https://developer.wepay.com/docs/process-payments/custom-checkout) link but it's not working it's display
A cookie associated with a cross-site resource at https://nr-data.net/ was set without the SameSite attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with SameSite=None and Secure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
demo.php:1 A cookie associated with a cross-site resource at http://wepay.com/ was set without the SameSite attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with SameSite=None and Secure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
demo.php:1 A cookie associated with a cross-site resource at https://t.wepay.com/ was set without the SameSite attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with SameSite=None and Secure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
12WebSocket connection to '' failed: WebSocket is closed before the connection is established.
blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18 WebSocket connection to 'wss://127.0.0.1:5900/' failed: WebSocket is closed before the connection is established.
td_Of @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
setTimeout (async)
td_Wx @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
(anonymous) @ blob:http://localhost/725dc0bd-9669-48b6-977e-e65645056a5f:18
blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18 WebSocket connection to 'wss://127.0.0.1:5902/' failed: WebSocket is closed before the connection is established.
td_Of @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
setTimeout (async)
td_Wx @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
(anonymous) @ blob:http://localhost/2eb88043-dd94-4581-bed6-56edd7f2e899:18
blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18 WebSocket connection to 'wss://127.0.0.1:63333/' failed: WebSocket is closed before the connection is established.
td_Of @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
setTimeout (async)
td_Wx @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
(anonymous) @ blob:http://localhost/722f955e-335b-48c0-848a-452a1bd00fdf:18
blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18 WebSocket connection to 'wss://127.0.0.1:5901/' failed: WebSocket is closed before the connection is established.
td_Of @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
setTimeout (async)
td_Wx @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
(anonymous) @ blob:http://localhost/71ec1a9c-4266-423e-b823-50c48a120845:18
blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18 WebSocket connection to 'wss://127.0.0.1:3389/' failed: WebSocket is closed before the connection is established.
td_Of @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
setTimeout (async)
td_Wx @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
(anonymous) @ blob:http://localhost/ca514814-c761-4ec0-b1e2-1bd4f65bc1a5:18
blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18 WebSocket connection to 'wss://127.0.0.1:5903/' failed: WebSocket is closed before the connection is established.
td_Of @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
setTimeout (async)
td_Wx @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
(anonymous) @ blob:http://localhost/1bde626e-50d0-4d28-b061-881ad2eaa28d:18
blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18 WebSocket connection to 'wss://127.0.0.1:5939/' failed: WebSocket is closed before the connection is established.
td_Of @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
setTimeout (async)
td_Wx @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
(anonymous) @ blob:http://localhost/2df65729-2177-4673-9922-d960e02a113d:18
blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18 WebSocket connection to 'wss://127.0.0.1:5931/' failed: WebSocket is closed before the connection is established.
td_Of @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
setTimeout (async)
td_Wx @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
(anonymous) @ blob:http://localhost/7c8f97d9-bacc-47bb-a238-9cffd0185a29:18
blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18 WebSocket connection to 'wss://127.0.0.1:5950/' failed: WebSocket is closed before the connection is established.
td_Of @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
setTimeout (async)
td_Wx @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
(anonymous) @ blob:http://localhost/4b3c648f-4b59-4800-b755-11982fd50229:18
blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18 WebSocket connection to 'wss://127.0.0.1:6039/' failed: WebSocket is closed before the connection is established.
td_Of @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
setTimeout (async)
td_Wx @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
(anonymous) @ blob:http://localhost/db1475bb-6b0f-4bf0-853c-1d0d2e5adee4:18
blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18 WebSocket connection to 'wss://127.0.0.1:5279/' failed: WebSocket is closed before the connection is established.
td_Of @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
setTimeout (async)
td_Wx @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
(anonymous) @ blob:http://localhost/56e782ec-d24d-47e7-a032-89c5baf72793:18
blob:http://localhost/8c82e196-e13c-48c6-94a9-5c0c163a95c1:18 WebSocket connection to 'wss://127.0.0.1:7070/' failed: WebSocket is closed before the connection is established.

improper error code when instantiating WePay

WePay::useStaging($client_id, $client_secret);

$wepay = new WePay($access_token);

When I supply my app access token from my dashboard I get the error:

You are trying to use an access_token from production on stage

This error would make you think that I must be using my production app token (which I'm not), so why don't I try WePay::useProduction to match the token.
Nope! now I get the error:

You are trying to use an access_token from stage on production

Since I haven't changed the access_token, these two error codes are paradoxical.
I suspect it takes another type of access token but without a more useful error code, this is very very confusing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.