-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
Secured Read Failed - FD Shutdown error on Async GRPC request #427
Comments
It's probably not you being stupid :) |
@mitbeaver Were you able to try @jerjou suggestion and make things work? |
Closing this for now. Please re-open if you're still having this issue, and we can dig deeper. |
yoshi-automation
added
triage me
I really want to be triaged.
🚨
This issue needs some love.
labels
Apr 6, 2020
8 tasks
Sita04
pushed a commit
that referenced
this issue
Feb 7, 2023
dizcology
pushed a commit
that referenced
this issue
Jun 16, 2023
Co-authored-by: Anthonios Partheniou <[email protected]>
9 tasks
dizcology
pushed a commit
that referenced
this issue
Jul 10, 2023
Co-authored-by: Anthonios Partheniou <[email protected]>
leahecole
pushed a commit
that referenced
this issue
Jul 11, 2023
Co-authored-by: Anthonios Partheniou <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having issues with the async grpc reqest. I have uploaded the audio raw file to GS under the project with the service account I'm using for authentication.
I'm able to access the file fine via gsutil and verified that the ACL seems to have the service account:
[email protected]:~/google/python-docs-samples/speech/api$ gsutil cp gs://#####/audio.raw .
Copying gs://#####/audio.raw...
Downloading file://./audio.raw: 56.6 KiB/56.6 KiB
[email protected]:~/google/python-docs-samples/speech/api$ gsutil acl get gs://#####/audio.raw
[
{
"email": "#####@call-qa.iam.gserviceaccount.com",
"entity": "user-#####@call-qa.iam.gserviceaccount.com",
"role": "OWNER"
}
]
But, keep getting the following transport errors
[email protected]:~/google/python-docs-samples/speech/api$ python speech_async_grpc.py gs://#####/audio.raw
D0721 10:58:13.542879368 20691 ev_posix.c:101] Using polling engine: poll
name: "851082764888594635"
Waiting for server processing...
Waiting for server processing...
Waiting for server processing...
Waiting for server processing...
E0721 10:58:19.494730797 20691 chttp2_transport.c:1810] close_transport: {"created":"@1469087899.491311775","description":"Secure read failed","file":"src/core/lib/security/transport/secure_endpoint.c","file_line":157,"referenced_errors":[{"created":"@1469087899.491294226","description":"FD shutdown","file":"src/core/lib/iomgr/ev_poll_posix.c","file_line":427}]}
Which looks like it just can't reach Google Storage to read the file? Just not sure what else to do or how to verify I have things setup properly. I'm hoping this is just a permission issue and I'm being stupid :)
The text was updated successfully, but these errors were encountered: