Replies

Jul 14, 2020 5 years ago
feral
will always find their way
User Avatar

While trying to send an smail just now I received a string of code;

Quote
^ PhpAmqpLibExceptionAMQPTimeoutException {
-timeout: 0
: "The connection timed out after 3 sec while awaiting incoming data"
: 0
: "/home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/AMQPReader.php"
: 141
trace: {▼
/home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/AMQPReader.php:141 {▶}
/home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/AMQPReader.php:163 {▶}
/home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/AMQPReader.php:106 {▶}
/home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php:566 {▶}
/home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php:623 {▶}
/home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Channel/AbstractChannel.php:234 {▶}
/home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Channel/AbstractChannel.php:352 {▶}
/home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php:245 {▶}
/home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php:217 {▶}
/home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AMQPStreamConnection.php:70 {▶}
/home/forge/subeta.net/src/include/queue.php:31 {▼
subetaQueue->connect() …
› try {
› $this->connection = new AMQPStreamConnection(getenv(&;MQ_HOST&;), getenv(&;MQ_PORT&;), getenv(&;MQ_USERNAME&;), getenv(&;MQ_PASSWORD&;));
› $channel = $this->connection->channel();
arguments: {▶}
}
/home/forge/subeta.net/src/include/queue.php:13 {▶}
/home/forge/subeta.net/src/include/user.php:1785 {▶}
/home/forge/subeta.net/src/mail.php:720 {▶}
}
}</p>
<p>^ &quot;The connection timed out after 3 sec while awaiting incoming data&quot;

I'm using Firefox (latest update). I've never experienced this error before. It appears the smail did send?? but I'm not 100% sure unless I receive a response that it made it to the other user and not just in my outbox.

[edit] it appears the mail DID send, and the response I sent back did not error, but I'll keep this info here in case programmers need it. Thank you.

Jul 23, 2020 5 years ago Official
Reya
has ALL of the beanbags!
User Avatar

Hi !

If you haven't already, please add your report here: Timeouts, Error Codes (5xx), Lag | FIRST POST UPDATED 7/22

Check over the first post for additional information and what would help the report. :)

Jul 23, 2020 5 years ago
feral
will always find their way
User Avatar

Done :) ty.

Jul 23, 2020 5 years ago
Reya
has ALL of the beanbags!
User Avatar

Locking this up :)

Please log in to reply to this topic.