Replies

Sep 18, 2020 5 years ago
Lihra
is sweet
User Avatar

Quote by Bug
anyone gets this particular error again (the "PhpAmqpLibExceptionAMQPTimeoutException" one), could you please click the arrow to expand the trace and include that in your report? It&;s all right :)
(And again include which page you got it on / what you were doing)

I happened to save the expanded error in a notepad just in case. I was on this page: https://subeta.net/shop.php?shopid=5 I can't remember what exact item I was buying, but if a UA can look up what I was doing at exactly 4:46pm PDT/7:46pm subeta time on the 16th, maybe they could see it?

^ 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" : 136 trace: {▼ /home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/AMQPReader.php:136 {▼ PhpAmqpLibWireAMQPReader->wait() … › if ($timeout > 0) { › throw new AMQPTimeoutException(sprintf( › 'The connection timed out after %s sec while awaiting incoming data', } /home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/AMQPReader.php:158 {▼ PhpAmqpLibWireAMQPReader->rawread($n) … › while (true) { › $this->wait(); › try { } /home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/AMQPReader.php:106 {▼ PhpAmqpLibWireAMQPReader->read($n) … › › return $this->rawread($n); › } arguments: {▼ $n: 7 } } /home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php:575 {▼ PhpAmqpLibConnectionAbstractConnection->wait_frame($timeout = 0) … › $this->wait_frame_reader->reuse( › $this->input->read(AMQPReader::OCTET + AMQPReader::SHORT + AMQPReader::LONG) › ); arguments: {▼ $n: 7 } } /home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php:632 {▼ PhpAmqpLibConnectionAbstractConnection->wait_channel($channel_id, $timeout = 0) … › try { › list($frame_type, $frame_channel, $payload) = $this->wait_frame($_timeout); › } catch (AMQPTimeoutException $e) { arguments: {▼ $timeout: 3.0 } } /home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Channel/AbstractChannel.php:234 {▼ PhpAmqpLibChannelAbstractChannel->next_frame($timeout = 0) … › › return $this->connection->wait_channel($this->channel_id, $timeout); › } arguments: {▼ $channel_id: 0 $timeout: 3.0 } } /home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Channel/AbstractChannel.php:351 {▼ PhpAmqpLibChannelAbstractChannel->wait($allowed_methods = null, $non_blocking = false, $timeout = 0) … › try { › list($frame_type, $payload) = $this->next_frame($timeout); › } catch (AMQPNoDataException $e) { arguments: {▼ $timeout: 3.0 } } /home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php:251 {▼ PhpAmqpLibConnectionAbstractConnection->connect() … › $this->last_frame = microtime(true); › $this->wait(array($this->waitHelper->get_wait('connection.start')),false,$this->connection_timeout); › $this->x_start_ok( arguments: {▼ $allowed_methods: array:1 [ …1] $non_blocking: false $timeout: 3.0 } } /home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php:223 {▼ PhpAmqpLibConnectionAbstractConnection->__construct($user, $password, $vhost = '/', $insist = false, $login_method = 'AMQPLAIN', $login_response = null, $locale = 'en_US', AbstractIO $io, $heartbeat = 0, $connection_timeout = 0, $channel_rpc_timeout = 0) … › if ($this->connectOnConstruct()) { › $this->connect(); › } } /home/forge/subeta.net/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AMQPStreamConnection.php:70 {▼ PhpAmqpLibConnectionAMQPStreamConnection->__construct($host, $port, $user, $password, $vhost = '/', $insist = false, $login_method = 'AMQPLAIN', $login_response = null, $locale = 'en_US', $connection_timeout = 3, $read_write_timeout = 3, $context = null, $keepalive = false, $heartbeat = 0, $channel_rpc_timeout = 0, $ssl_protocol = null) … › $connection_timeout, › $channel_rpc_timeout › ); arguments: {▼ $user: "" $password: "" $vhost: "" $insist: false $login_method: "AMQPLAIN" $login_response: PhpAmqpLibWireAMQPWriter { …} $locale: "en_US" $io: PhpAmqpLibWireIOStreamIO { …} $heartbeat: 0 $connection_timeout: 3.0 $channel_rpc_timeout: 0.0 } } /home/forge/subeta.net/src/include/queue.php:35 {▼ subetaQueue->connect() … › try { › $this->connection = new AMQPStreamConnection(getenv('MQ_HOST'), getenv('MQ_PORT'), getenv('MQ_USERNAME'), getenv('MQ_PASSWORD')); › $channel = $this->connection->channel(); arguments: {▼ $host: "" $port: "" $user: "" $password: "" } } /home/forge/subeta.net/src/include/queue.php:17 {▼ subetaQueue->__construct($name = '…10') … › if ($this->channel === false) { › $this->connect(); › } } /home/forge/subeta.net/src/include/user.php:1811 {▼ addevent($user, $text, $threadid = 0, $extraid = 0) … › if(!isset($laravelQueue)) { › t$laravelQueue = new subetaQueue('default'); › } arguments: {▼ $name: "default" } } /home/forge/subeta.net/src/include/class/buffs/buff_spoff.php:34 {▼ SpOff->onCreate($type = '') … › $this->showGain("You gain the buff Main Shop Discount which gives you 15% off the items in all npc shops!"); › addEvent($this->user->userid, "You've earned the Main Shop Discount buff! You get 15% off all items in the npc shops!"); › } arguments: {▼ $user: 99583 $text: "You've earned the Main Shop Discount buff! You get 15% off all items in the npc shops!" } } /home/forge/subeta.net/src/include/class/buffs/buff_spoff.php:27 {▼ SpOff->create($pass = '') … › parent::create(); › $this->onCreate(); // Runs the functions in this class that do cool things. › } } /home/forge/subeta.net/src/shop.php:269 {▼ › if (rand(1, 25) == 1) { › $buff->create(); › } } } } ^ "The connection timed out after 3 sec while awaiting incoming data"

Sep 18, 2020 5 years ago Official
Bug
User Avatar
Segfault

That's just what we needed, thank you!

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Sep 18, 2020 5 years ago Official
Bug
User Avatar
Segfault

Just made a tweak that will hopefully stop that particular timeout issue (this should also improve lag/errors in general by some amount)

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Sep 18, 2020 5 years ago
Rick
has a dragon
User Avatar

Thanks for the improve

Sep 18, 2020 5 years ago
MatrixedAgain
is never gunna give you up
User Avatar

Thank you for the update!

Sep 19, 2020 5 years ago
Truffula
is quali-tree company
User Avatar
Daryonka

Maybe this means they'll figure out what to do about this soon, I"m looking forward to it.

It seems it's not going to be handled by individual tickets anymore unless you know what you lost -- I opened a ticket back when Bug said that's how we should handle the issue right after the questathon, and it just got closed. This was what the person said: "The last information I heard from the programming team and upper management was that it would be dealt with on a broader scale and not one-on-one via the Ticket Center. {...} Once management has rendered a decision regarding compensation and instituted it, you'll see more about that in the News or Announcements."

Sep 20, 2020 5 years ago
PiinkSparkles
User Avatar
RRaina

extreme lag while buying again sigh

Beanie Baby Pricing PM me for information and cost. https://www.facebook.com/groups/538582170337230/

Sep 20, 2020 5 years ago
felidae
User Avatar
Prognosticator

apologies if this isn't the right place to ask, but will i be able to get a lost loyalty box? my twelve year anniversary passed a little over a week ago, and i got the achievement- but no box @^@;; thank you guys for your hard work!

Sep 20, 2020 5 years ago
PiinkSparkles
User Avatar
RRaina

I believe you go to your dashboard or make a ticket

Beanie Baby Pricing PM me for information and cost. https://www.facebook.com/groups/538582170337230/

Sep 20, 2020 5 years ago Official
Bug
User Avatar
Segfault

Ah yeah, not quite the right place haha. This topic is for site loading errors: general site lag (pages taking forever to load) and for timeouts and error codes such as Error 502, Error 504, Error 524.

For your issue, please file a ticket and a UA will assist you. If you are ever unsure of where to post, feel free to create a new topic here or file a ticket, and we'll point you in the right direction!

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Sep 20, 2020 5 years ago
felidae
User Avatar
Prognosticator

thank you very much, sorry for the trouble!

Sep 20, 2020 5 years ago
panda_cub29
is a zoo keeper
User Avatar
lil_elsie

Thank you for all the hard work you guys put into the site love subeta for ever

Sep 20, 2020 5 years ago
Rick
has a dragon
User Avatar

A lot of 504 erros in the morning.

Error 504 Gateway time-out

I entered at 4AM, and it is 5AM and it continues :/

Sep 22, 2020 5 years ago
Bliss
will always bounce back
User Avatar

I don’t know if it’s me, but I’m getting a lot of lag in patches and then it speeds up


🌹 Beloved Brother 1989-2018 (10/17 - 02/19)
Grammy 1937-2021 (11/14-10/28) 👼

Sep 23, 2020 5 years ago
PiinkSparkles
User Avatar
RRaina

bad lag again

Beanie Baby Pricing PM me for information and cost. https://www.facebook.com/groups/538582170337230/

Sep 24, 2020 5 years ago
Bliss
will always bounce back
User Avatar

I've been getting a lot of 504 errors around the site. It's mainly shops and quests and it was between 8:00pm to 9:10pm. There's also a bit of lag and some slow page loading. I did get some errors will trying to purchase from shops.


🌹 Beloved Brother 1989-2018 (10/17 - 02/19)
Grammy 1937-2021 (11/14-10/28) 👼

Sep 24, 2020 5 years ago
NEVER feed
BoaConstrictor
after midnight!!
User Avatar
SapphireSeasGoddess

How can we have lag with only 200 people online? Usually it was 1500 plus!?

Yesterday the site went offline for at least half an hour. Of course the status page claimed that everything was fully functional. What is it with that page, when even there were 50s popping up all the time? And no squirrel NOR word from Subeta staff thereafter.

Sep 24, 2020 5 years ago
Adventure Captain
Mikestoker51
User Avatar
Bang Chan

For the past couple of days I too have been getting 502 and 504 timeout errors as well as the site lagging very badly in some areas. What I have to do is reload or refresh to get to the place I want to visit and sometimes that doesn't even work it goes straight to either 502 or 504 timeout errors.

Mary Anne

Sep 27, 2020 5 years ago
PiinkSparkles
User Avatar
RRaina

504 error's when fragging and stocking higher amounts

Beanie Baby Pricing PM me for information and cost. https://www.facebook.com/groups/538582170337230/

Sep 27, 2020 5 years ago
Adventure Captain
Mikestoker51
User Avatar
Bang Chan

I'm still getting extreme lag and 504 timeout errors on my end as well even today. Even with this post I got a 504 timeout error.

Mary Anne

Please log in to reply to this topic.