gh-dash icon indicating copy to clipboard operation
gh-dash copied to clipboard

[BUG] Error 504 when retrieving PRs

Open marromlam opened this issue 8 months ago • 0 comments

Describe the bug I get the following error when loading the PRs.

non-200 OK status code: 504 Gateway Timeout body: \"<!DOCTYPE html>\r\n<!--\r\n\r\nHello future GitHubber! I bet you're here to remove those nasty inline styles,\r\nDRY up these templates and make 'em nice and re-usable, right?\r\n\r\nPlease, don't. https://github.com/styleguide/templates/2.0\r\n\r\n-->\r\n<html>\r\n  <head>\r\n    <title>Unicorn! &middot; GitHub</title>\r\n    <style type=\\

Using gh-cli command I can see a list of my PRs with no problem. To ensure is not related to my config, I created an empty yaml file.

  • is:pr is:open author:@me: previous error
  • is:pr is:open review-requested:@me : works OK
  • is:pr is:open involves:@me -author:@me: works OK
  • is:pr is:open author:@me repo:AAAA/BBBB: works OK

The repos I'm have PRs open would be private repos in an organization.

To Reproduce Steps to reproduce the behavior:

  1. Open gh-dash
  2. Switch to the PR view
  3. Wait till the error appears at the bottom right

Expected behavior Just loading PRs

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Debian under WSL

marromlam avatar Apr 17 '25 22:04 marromlam