-
Notifications
You must be signed in to change notification settings - Fork 1k
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
GithubIssueBridge issue comments, Call to a member function getAttribute() on null on some issues #1267
Comments
Looks like it doesn't like issues with references in the timeline. Now that you referenced |
|
Seems to work for now :) Thanks for the workaround :) |
Issue exists in latest git as per today. the fix suggested by @TReKiE doesn't solve it. Current error:
Unticking the This only happens when using Any suggestions in how to fix this? |
I have sent a request pull here: #1444 Up to now it works fine for me, but if you could test it and vote for it, it may accelerate its merge |
This particular issue fixed in 2020-02-26 release. |
GithubIssueBridge is failing for certain issue comments with
Call to a member function getAttribute() on null
.For example for the issue:
microsoft/terminal#1043
Bridge encountered an unexpected situation! (18128)
Github Issue microsoft/terminal #1043 was unable to receive or process the remote website's content!
Error message:
Call to a member function getAttribute() on null
Query string:
action=display&bridge=GithubIssue&context=Issue+comments&i=1043&u=microsoft&p=terminal&format=Atom
Version:
2019-07-06
or
microsoft/terminal#766
Bridge encountered an unexpected situation! (18128)
Github Issue microsoft/terminal #766 was unable to receive or process the remote website's content!
Error message:
Call to a member function getAttribute() on null
Query string:
action=display&bridge=GithubIssue&context=Issue+comments&i=766&u=microsoft&p=terminal&format=Atom
Version:
2019-07-06
but other issues from the same repo are fine, ex. microsoft/terminal#2449
?action=display&bridge=GithubIssue&context=Issue+comments&i=2449&u=microsoft&p=terminal&format=Atom
In addition, if you use the project issues part of the bridge, instead of issue comments, and elect to include the Issue comments in the options, it also fails the same.
Ex.
?action=display&bridge=GithubIssue&context=Project+Issues&u=microsoft&p=terminal&format=Atom
will workbut
?action=display&bridge=GithubIssue&context=Project+Issues&c=on&u=microsoft&p=terminal&format=Atom
will yield the sameCall to a member function getAttribute() on null
error.The text was updated successfully, but these errors were encountered: