-
Notifications
You must be signed in to change notification settings - Fork 29
Repeatedly seeing 500 responses when fetching logs #40
Comments
Through much trial and error I have found that |
Thanks Dave. We've got this bug prioritized, will keep you updated. |
I'm trying to deploy a node app on cf right now, getting this bug and don't even know what's going wrong with deployment as the build seems to do just fine :/ |
Yes it is still an issue. In fact I was cursing it just 30min ago. |
Reopen? |
Of course, sorry about that. |
I'm also facing this problem Ruby-200-p195/lib/ruby/gems/2.0.0/gems/cfoundry-4.7.1/lib/cfoundry/baseclient.rb:180:in `handle_error_response': 500: Internal server error (CFoundry::BadResponse) |
We also see this on the frontend team with some frequency both with gcf and cf. The interesting thing that I found last time was to follow the output of a trace, there's a call to CC to get the files, but there's also an instance index in the URL. The CLIs use 0 - I bumped it to 1 and got my logs just fine. This points me toward a out of alignment DEA or something else that's in runtime's domain. Adding @aramprice and @MarkKropf to this discussion. |
Closing this since the cf gem has been moved to the attic. |
The text was updated successfully, but these errors were encountered: