Sophy SEM

Results 9 comments of Sophy SEM

> @mikebronner is the issue fixed now? Nope. I just switched to `dev-master` and redeployed, I still got the error message in my log. ``` ERROR: Error executing "PostToConnection" on...

> That is a different error. You previously got a `410 Gone`, the one you are getting now is a `403 Forbidden`. Whoop, let's me re-test and let's you know.

@georgeboot , confirmed, it is fixed. I got not error now.

> It appears that I might still be getting the error. Here is the full stack trace: > > ``` > Aws\ApiGatewayManagementApi\Exception\ApiGatewayManagementApiException Error executing "PostToConnection" on "https://wxj1pjq938.execute-api.us-east-1.amazonaws.com/production/@connections/Df14mfUXIAMCIyg%3D"; AWS HTTP error:...

@mikebronner , indeed, there is only this scenario. I just wanted to confirm your scenario. :)

``` [PRODUCTION]: 2021-08-06 12:41:19🚨ERROR: Error executing "PostToConnection" on "https://xxxx.execute-api.ap-southeast-1.amazonaws.com/prod/@connections/DfyBYdK2SQ0CGCA%3D"; AWS HTTP error: Client error: `POST https://xxxxx.execute-api.ap-southeast-1.amazonaws.com/prod/@connections/DfyBYdK2SQ0CGCA%3D` resulted in a `410 Gone` response Unable to parse error information from response -...

I saw the creator of bref, he handled different way. ``` use Bref\Websocket\SimpleWebsocketClient; $websocketClient = SimpleWebsocketClient::create(getenv('API_GATEWAY_ID'), getenv('AWS_REGION'), 'prod',); foreach ($this->connectionStorage->getAllConnections() as $connectionId) { $websocketClient->message($connectionId, $message); } ```

I have uploaded many git repositories to mega, then i ran `megacmd -conf megacmd.json list mega:/`, this problem occurred. I tested by deleting all the uploaded repositories. Then everything is...