Submitting Assistant Action to Alpha channel returns 500 Internal Server Error - actions-on-google

We are no longer able to submit our action to the Alpha and/or Preview channels for testing.
From the Actions Console:
Clicking the Deploy tab
Start New Release
Select 'Alpha' Channel
Clicking Submit
Normally, the page would now refresh and show the draft version being deployed to Alpha.
Instead, we get this error: "Your submission of Version XX was denied"
Note: This error appears immediately, the Action did not go through review and get denied; the submission itself failed. We're not getting any more error info on why the submission failed, and also didn't get any info by email. (Normally, when the Action gets reviewed and there's a problem, we get an email explaining what we should do to fix it)
When trying to deploy the Action from the Google Actions SDK (gactions), a similar error appears:
powershell
PS C:\src\google-action\definitions> gactions push
Pushing files in the project "gluco-check-prod" to Actions Console. This may take a few minutes.
Sending configuration files...
Waiting for server to respond...
Done. Files were pushed to Actions Console, and you can now view your project with this URL:
https://console.actions.google.com/project/gluco-check-prod/overview.
If you want to test your changes, run "gactions deploy preview",
or navigate to the Test section in the Console.
PS C:\src\google-action\definitions> gactions deploy preview
Deploying files in the project "gluco-check-prod" to Actions Console for preview.
This may take a few minutes.
Sending configuration files...
Waiting for server to respond.
It could take up to 1 minute if your cloud function needs to be redeployed.
[ERROR] Server did not return HTTP 200.
{
"error": {
"code": 500,
"message": "Internal error occurred"
}
}
Again, there's no info other than this 500 Internal Server Error.
I have also tried deploying the exact same version that we have currently in Production, and the submission still fails.
Am I overlooking something, or is this an issue on Google's side?

Likewise, we've been unable to submit any releases to preview, alpha, beta or production channels for almost a week.
CLI throws 500 errors, website shows a blank page and all attempted submissions show up minutes later with "submission failed."
Emails to support under the topic Deployment Issues have gone unanswered as well, so there's no way to figure out what's going on or how to fix it.

Related

IBM watson assistant export logs

I used the script below to export logs from watson successfully a few weeks ago. However, I couldn't use the same script to export logs in the past few days.
I received error message "no logs found" after sending the request.
May I know if anyone also encounter this problem?
https://github.com/watson-developer-cloud/community/commit/b91891c5379ecc62b1ddcded34f6e4a1d58d6e1c
If you receive a result like "no logs found" and no error message, then it seems ok. Depending on your service plan of IBM Watson Assistant there are different limits how long logs are retained. Thus, you might have received logs when checking first, but when checking again some days later with no new activities there might be no log data anymore to return.
The API docs for Watson Assistant have details on list log events and have code samples for Python, Node.js, Java, Go and more languages. Check that your script follows that Python example.

Gateway Timeout when accessing Bluemix WEB IDE/Node.js logs

I am using Web IDE and want to see the log by clicking on the arrow.I can only see an empty "Untitled" page. The Node.js app is running normally. Live edit is switch off.
After some minutes:
Gateway Timeout
The proxy server did not receive a timely response from the upstream server.
Reference #1.45bf1402.1511018717.3dddb8b
I'm not for sure what Web IDE you are referring to. The only one I'm aware of is the DevOps (which works for me below):
It seems to me like this error that you posted would indicate a temporary outage. Is it still an issue?
In any case, I would advise opening a support ticket if you encounter this issue again (more details about your account would help). I think the Bluemix proxy will time out requests if they take too long.

google assistant demo crash S3 connection time out

When i try to launch the google assistant it crashes displaying the following error.
And when it reply it either say :
"There as been an error try in a few second"
"There as been a glitch"
ON_MUTED_CHANGED:
{'is_muted': False}
ON_START_FINISHED
[19218:19229:ERROR:speech_processing_task.cc(646)] Detected communication error: Downstream closed prematurely.
ON_CONVERSATION_TURN_STARTED
[19218:19229:ERROR:speech_processing_task.cc(646)] Detected communication error: Downstream closed prematurely.
[19218:19229:ERROR:assistant_output_handler.cc(589)] Failed with a general speech recognition error
ON_ASSISTANT_ERROR:
{'is_fatal': False}
ON_RESPONDING_STARTED:
{'is_error_response': True}
ON_RESPONDING_FINISHED
ON_CONVERSATION_TURN_FINISHED:
{'with_follow_on_turn': False}
[19218:19229:ERROR:speech_processing_task.cc(340)] S3 connection has timed out: No data from S3
[19218:19229:ERROR:speech_processing_task.cc(646)] Detected communication error: Downstream closed prematurely.
I am connected to the raspberry pi via ssh and can ping so i don't think it is a connection issue.
This my first post let me know if there is something i need to change or details i might have forget.
[upadate] i checked on myactivities and nothing appear in the logs but when I try with my smartphone it logs it properly
Also I updated my raspberry pi3 to the latest version and still no change in the error log
I had the same problem.
The thing was that the google assistant api wasn´t enabled.
do ctrl+c and run this command with env
python -m googlesamples.assistant.grpc.pushtotalk
When it says Press enter to send a new request, press enter and say something.
It will give you an error with a lot of command lines.
The last paragraph is important.
It´s here :-
PERMISSION_DENIED, Google Assistant API has not been used in project integrigate before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/embeddedassistant.googleapis.com/overview?project=projectname then retry.
If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.)>
copy and paste the link in your browser and click enable api.
once it is finished
run the command below
google-assistant-demo.
It should work now.
Yusonious

SSIS Redirect Request Failed Error

I have an SSIS package that calls an SSRS report hosted on a local server that produces a series of PDFs. It has been working perfectly for months, but all of the sudden I am now getting this error:
Error: 0xC001600B at SSIS_Package, Connection manager "ReportServer": The specified server, URL http://server/report&parameter1=401&parameter2=13&rs:Command=Render&rs:Format=PDF, has a redirect and the redirect request failed.
I have checked all my credentials in the package and on the server and everything is connected properly. I haven't been able to find anything at all about this error and I'm hoping someone out there has come across it!
It turned out to be a permissions error that was resolved by another user running the package.

Firebase deploy fails with different errors

I get different error messages every time I try to deploy my ~700MB angular app to firebase hosting with firebase-tools.
It progresses something between 10-30% and comes up randomly with different errors like:
Deploy Error - Storage error
Deploy Error - Request timed out
Deploy Error - Socket hang up
I've got node 0.10+, tried with two machines (both Windows 7, using cmder shell). Tried both "firebase init" to an existing directory and "firebase bootstrap" to an empty one and copied my files over but issues persist.
I've also made sure there are no href or src attributes with expressions in them as some other guy had issues with those.
Am I doing something wrong and is there some more enlightening log-file to read to understand what actually fails?