-
Notifications
You must be signed in to change notification settings - Fork 85
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 talk to GitHub #78
Comments
We're experiencing the same issue here https://prow.ack.aws.dev/view/s3/ack-prow-logs/pr-logs/pull/aws-controllers-k8s_rds-controller/109/rds-unit-test/1558538624394334208 |
I see same issue:
|
same issue here:
|
I'm also facing same issue.
|
I am having the same issue right now. Any hints about how this issue was solved back in the time? |
I am having the same issue right now. I think the problem is related to Github but the status is showing all Operational |
Also hitting this |
And the problems is repeated fro days now... impossible to work on my apps. A “replace” directive didn't work for me... That's a very serious problem. Maybe I can make it work on local machine and change |
Having this same issue for multiple days
|
lots of comments in #63 as well |
I managed some things by forking repo and changed references to not use gopkg.in - but here, with Fyne.io, there are too many problems to solve. Really, the gopkg.in idea is good, but if the service doesn't respond, that a SPOF for thouthands of projects. |
Totally agree. I wonder if it's feasible to backup these repos/versions on a gitea or a CDN and failover to it. This just ate up my afternoon debugging why the |
This is a critical problem i wasn't able to deploy my workload for hours. But i think the problem is related to the way this tool communicates with github. Its weird we don't hear anything from the developers. We real need to find a work around for this. |
I've been off for two weeks now on intense company wide events that happen twice a year, and we still have the Ubuntu Summit starting tomorrow. That's why you haven't heard from me. That said, it's for exactly this kind of reason that this service is under the supervision of a 24x7 team at Canonical, and not me personally. I'll reach out to them. |
Here is some info from the team:
|
@niemeyer , I am seeing this issue again now. |
Indeed, there was an issue today: |
And again it was an infrastructure-wide issue, so probably the same link misbehaving again. 😕 |
@niemeyer Getting the same issue again |
just saw this today:
|
@niemeyer this is happening again today:
|
Yup I see the same thing:
EDIT: It's fixed for me now |
Seeing the same right now, not fixed yet. |
Same thing for me as well. |
Sorry for the trouble. I'm in touch with our IS team and apparently it's a connectivity issue again. If that's confirmed, I've suggested moving the service out of this provider to give gopkg.in a break as this is getting shameful. 😕 |
anyone still seeing the issue? I still get |
@niemeyer When would this be resolved in your opinion. Not pushing you but rather need to inform my teammates. Thanks |
So, is there any option to get around gopkg.in? |
I had a successful build, if it gives anyone hope. |
Think this might be here again. Am I the only one? |
Its down again: https://status.canonical.com/ |
Today I am facing the issue again: the build is keep on falling even if
|
+1 seeing this issue today:
|
Seeing the same issue as @curtismenmuir
|
@niemeyer is this something you could help us with? |
Reporting the same issue as @curtismenmuir and @harshit777 on our pipelines this morning - issue is intermittent (sometimes fails, sometimes succeeds):
|
Gopkg was affected today : Issue |
Still appears to be ongoing. @niemeyer |
Having the same issue : @niemeyer |
Work around for this: https://github.com/orgs/community/discussions/56932#discussioncomment-6069091 We got this working by setting the EG add |
I am getting this issue, my |
Running into the same issue today with |
Hitting this issue too, |
Having similar issues: |
Fixed this previously by setting We have not seen this issue since. |
I'm still seeing this intermittently from my Github Actions, even with the |
I'm getting this from my Github Actions just now. Thanks for the confirmation @rweir. |
We still see issues from time to time. Some of them are just either side (Canonical or GitHub) having connectivity issues, but there's also some sort of longstanding issue which seems related to problematic caching of idle connections after some other event. The code on gopkg itself is quite simple, though, so unless I'm missing something obvious it doesn't feel like this should persist the way it does. In either case, I've added a small attempt to workaround the issue by detecting this situation and dropping the idle connections. This has been deployed today, together with updated dependencies to bring them to recent releases. Let's see what happens next. |
Hey, could you please take a look at this issue? Looks like its not just for the YAML packages.
go-yaml/yaml#887
The text was updated successfully, but these errors were encountered: