Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphQL: Field 'startLine' doesn't exist on type 'PullRequestReviewComment' [BUG] #376

Open
altyaper opened this issue May 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@altyaper
Copy link

Describe the bug
I'm not 100% if this is a bug, but I've install gh correctly, but when I installed the extension and then run gh dash it loads the UI for 1s an then the next PR is thrown:

2024/05/28 11:34:07 ERRO Task finished with error id="fetching_prs_2_2024-05-28 11:34:06.475409 -0700 PDT m=+0.120038335" err="GraphQL: Field 'startLine' doesn't exist on type 'PullRequestReviewComment' (query SearchPullRequests.search.nodes.... on PullRequest.reviewThreads.nodes.comments.nodes.startLine), Field 'line' doesn't exist on type 'PullRequestReviewComment' (query SearchPullRequests.search.nodes.... on PullRequest.reviewThreads.nodes.comments.nodes.line)"
2024/05/28 11:34:07 ERRO Task finished with error id="fetching_prs_3_2024-05-28 11:34:06.475434 -0700 PDT m=+0.120063918" err="GraphQL: Field 'startLine' doesn't exist on type 'PullRequestReviewComment' (query SearchPullRequests.search.nodes.... on PullRequest.reviewThreads.nodes.comments.nodes.startLine), Field 'line' doesn't exist on type 'PullRequestReviewComment' (query SearchPullRequests.search.nodes.... on PullRequest.reviewThreads.nodes.comments.nodes.line)"
2024/05/28 11:34:07 ERRO Task finished with error id="fetching_prs_1_2024-05-28 11:34:06.475109 -0700 PDT m=+0.119738585" err="GraphQL: Field 'startLine' doesn't exist on type 'PullRequestReviewComment' (query SearchPullRequests.search.nodes.... on PullRequest.reviewThreads.nodes.comments.nodes.startLine), Field 'line' doesn't exist on type 'PullRequestReviewComment' (query SearchPullRequests.search.nodes.... on PullRequest.reviewThreads.nodes.comments.nodes.line)"

To Reproduce
Steps to reproduce the behavior:

  1. Go to your terminal
  2. Run gh dash
  3. See error

Expected behavior
I would like to see my PR's in the dash UI, as shown in the Readme of this repo

Screenshots
image

Desktop (please complete the following information):

  • OS: Sonoma 14.4.1
  • Apple M2 Pro
@altyaper altyaper added the bug Something isn't working label May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant