You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
If I try to run audit for the owncloud GitHub org it results in an seg fault because of an invalid memory address or nil pointer dereference issue. That's what I get from audit:
After that I tried to find more information, I moved the errors parsing above the data parsing, and found this error message via Printf:
Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug. Please include `E7C0:116E:271B82:432CFE:5D78ACF1` when reporting this issue.
So far for my debugging, but I have no idea how this issue could be resolved. Maybe somebody of you got an idea?
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.98. Please mark this comment with 👍 or 👎 to give our bot feedback!
the issue is the response object returns contains a "502 Bad Gateway" Status and a 502 StatusCode, but the err is void.
I suspect this is a bug in how net handles this case. I set up a debugging environment but I couldn't get the breakpoint to fire and I stopped digging in
If I try to run audit for the
owncloud
GitHub org it results in an seg fault because of an invalid memory address or nil pointer dereference issue. That's what I get from audit:After that I tried to find more information, I moved the errors parsing above the data parsing, and found this error message via Printf:
So far for my debugging, but I have no idea how this issue could be resolved. Maybe somebody of you got an idea?
The text was updated successfully, but these errors were encountered: