-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
Cannot fetch pull request data #1085
Comments
Hey @alexanmtz can I work on this issue ? |
Hey, @Dheeraj4103, yeah, feel free to get into this. it may be challenging to reproduce, but you can import an issue locally, go to the "Solve issue" and "Send Solution" tabs, paste one associated PR, and send a solution. You probably can't send the solution because you must be logged in with Github, but let me know if the error happens when fetching the data. |
Ok, understood. |
Hey @Dheeraj4103 , you're having this response because you're not authenticated. Once you authenticate locally, you can copy the token from the request and pass to Postman as an authorization bearer token, and you can evaluate better. But checking the line which is causing the error You will see that maybe the assignment is null, and we need to handle that. I will do some tests here to investigate the best solution, but I think the verification for the issue close should not have this assignment verification. However, a current solution to avoid the error is to check the property conditionally. |
Ok, I will work on it
|
Hey @alexanmtz, |
Hey @Dheeraj4103 let me go throught it to reproduce and I will get back to you soon |
@alexanmtz If the issue is still open , I would like to contribute, ASSIGN me |
Hey @Dheeraj4103 and @Sajid-tech, there's an issue on this flow that I have to work properly on it; please feel free to comment on any other issue you're interested in solving :) |
The text was updated successfully, but these errors were encountered: