cpsdqs / cohost-dl

download cohost onto your computer
MIT License
45 stars 4 forks source link

cohost-dl 2 crashes on 503 first byte timeout #20

Closed atomicthumbs closed 1 day ago

atomicthumbs commented 2 days ago

our old friend the varnish cache server is at it again

[2024-09-30T16:08:56Z ERROR cohost_dl::dl] inserting share tree post Loosf/2455720-yeah-yeahhh-my-robot for amagire/2456402-this-reminds-me-i-sh

    Caused by:
        0: inserting single post Loosf/2455720-yeah-yeahhh-my-robot
        1: inserting share tree post DaiWolf/2455519-empty for Loosf/2455720-yeah-yeahhh-my-robot
        2: additional data for share tree post DaiWolf/2455519-empty
        3: https://cohost.org/api/v1/trpc/posts.singlePost?input=%7B%22handle%22%3A%22DaiWolf%22%2C%22postId%22%3A2455519%7D 503 Service Unavailable:
           <?xml version="1.0" encoding="utf-8"?>
           <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
            "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
           <html>
             <head>
               <title>503 first byte timeout</title>
             </head>
             <body>
               <h1>Error 503 first byte timeout</h1>
               <p>first byte timeout</p>
               <h3>Error 54113</h3>
               <p>Details: cache-pao-kpao1770071-PAO 1727712536 642763671</p>
               <hr>
               <p>Varnish cache server</p>
             </body>
           </html>
cpsdqs commented 1 day ago

It will now retry up to 10 times with increasingly long gaps before giving up. I think after that point it’s probably not useful to keep trying without intervention