Firebot icon indicating copy to clipboard operation
Firebot copied to clipboard

Stuck in Auto Update land

Open krisnova opened this issue 2 years ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

I start Firebot v5.53.2 and the auto updater "Downloading update" screen appears without working.

The menu hangs indefinetly and firebot is unusable.

Expected Behavior

Firebot works without an update, or the update works.

Steps To Reproduce

No response

Version

v5.53.2

What operating system are you using Firebot on?

Linux Distro

Relevant log output

},
            list: [
              'api.twitch.tv:443::::::::::::::::::',
              'raw.githubusercontent.com:443::::::::::::::::::',
              'github.com:443::::::::::::::::::'
            ]
          }
        },
        socketPath: undefined,
        method: 'GET',
        maxHeaderSize: undefined,
        insecureHTTPParser: undefined,
        path: '/crowbartools/firebot/master/auto_updater.json',
        _ended: true,
        res: { '$ref': '$["response"]' },
        aborted: false,
        timeoutCb: null,
        upgradeOrConnect: false,
        parser: null,
        maxHeadersCount: null,
        reusedSocket: false,
        host: 'raw.githubusercontent.com',
        protocol: 'https:'
      },
      write: [Function: writeAfterFIN]
    },
    httpVersionMajor: 1,
    httpVersionMinor: 1,
    httpVersion: '1.1',
    complete: true,
    headers: {
      connection: 'close',
      'content-length': '14',
      'content-security-policy': "default-src 'none'; style-src 'unsafe-inline'; sandbox",                                                                              
      'strict-transport-security': 'max-age=31536000',
      'x-content-type-options': 'nosniff',
      'x-frame-options': 'deny',
      'x-xss-protection': '1; mode=block',
      'content-type': 'text/plain; charset=utf-8',
      'x-github-request-id': 'C402:1060:11B675:1CFE6E:62D11DA1',
      'accept-ranges': 'bytes',
      date: 'Fri, 15 Jul 2022 07:56:17 GMT',
      via: '1.1 varnish',
      'x-served-by': 'cache-lga21943-LGA',
      'x-cache': 'MISS',
      'x-cache-hits': '0',
      'x-timer': 'S1657871777.163019,VS0,VE65',
      vary: 'Authorization,Accept-Encoding,Origin',
      'access-control-allow-origin': '*',
      'x-fastly-request-id': '3aab945b8e0657e2eff129bcae22bfddbfa100e9',
      expires: 'Fri, 15 Jul 2022 08:01:17 GMT',
      'source-age': '0'
    },
    rawHeaders: [
      'Connection',
      'close',
      'Content-Length',
      '14',
      'Content-Security-Policy',
      "default-src 'none'; style-src 'unsafe-inline'; sandbox",
      'Strict-Transport-Security',
      'max-age=31536000',
      'X-Content-Type-Options',
      'nosniff',
      'X-Frame-Options',
      'deny',
      'X-XSS-Protection',
      '1; mode=block',
      'Content-Type',
      'text/plain; charset=utf-8',
      'X-GitHub-Request-Id',
      'C402:1060:11B675:1CFE6E:62D11DA1',
      'Accept-Ranges',
      'bytes',
      'Date',
      'Fri, 15 Jul 2022 07:56:17 GMT',
      'Via',
      '1.1 varnish',
      'X-Served-By',
      'cache-lga21943-LGA',
      'X-Cache',
      'MISS',
      'X-Cache-Hits',
      '0',
      'X-Timer',
      'S1657871777.163019,VS0,VE65',
      'Vary',
      'Authorization,Accept-Encoding,Origin',
      'Access-Control-Allow-Origin',
      '*',
      'X-Fastly-Request-ID',
      '3aab945b8e0657e2eff129bcae22bfddbfa100e9',
      'Expires',
      'Fri, 15 Jul 2022 08:01:17 GMT',
      'Source-Age',
      '0'
    ],
    trailers: {},
    rawTrailers: [],
    aborted: false,
    upgrade: false,
    url: 'https://raw.githubusercontent.com/crowbartools/firebot/master/auto_updater.json',                                                                             
    method: null,
    statusCode: 404,
    statusMessage: 'Not Found',
    client: { '$ref': '$["response"]["socket"]' },
    _consuming: false,
    _dumped: false,
    req: { '$ref': '$["response"]["socket"]["_httpMessage"]' },
    requestUrl: 'https://raw.githubusercontent.com/crowbartools/firebot/master/auto_updater.json',                                                                      
    body: '404: Not Found'
  }
}


### Contact Details (Optional)

_No response_

krisnova avatar Jul 15 '22 07:07 krisnova

Update: After a few moments the auto update timed out and I was able to use Firebot as expected.

krisnova avatar Jul 15 '22 08:07 krisnova