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
I am running this command
liyun fc-open POST /2021-04-06/services/{Service}/functions/{Function}/invocations --header "Content-Type=application/json;X-Fc-Invocation-Type=Sync;X-Fc-Log-Type=Tail;" --body "{}"
I'm facing the same issue. I got context deadline exceeded (Client.Timeout exceeded while awaiting headers) while invoke a FC from aliyun cli, though the request actually succeeded.
How to change the endpoint in aliyun cli to the one you mentioned? I cannot find an entry.
Command Format:
Execution Command:
Output:
I am running this command
liyun fc-open POST /2021-04-06/services/{Service}/functions/{Function}/invocations --header "Content-Type=application/json;X-Fc-Invocation-Type=Sync;X-Fc-Log-Type=Tail;" --body "{}"
And getting this error
ERROR: Post "http://fc.cn-hangzhou.aliyuncs.com/2021-04-06/services/{Service}/functions/{Function}/invocations": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Despite the fact that I can see invocations on the web portal.
The text was updated successfully, but these errors were encountered: