How to always allow codesign to acces key "access" in my keychain - keychain

While uploading my app to the applestore with fastline, the CI crash, if I do not Always Allow to the following popup.
If I do not do so, I got the following error
ERROR: Job failed: execution took longer than 1h0m0s seconds
Does somebody knows how to Always Allow in the way that this popup never appears anymore ?

Related

Submitting Assistant Action to Alpha channel returns 500 Internal Server Error

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.

AWS mobile hub sign in function issue

I am using the AWS mobile hub sign in function. My goal is to have user to sign in (no need for sign up), so I created the pool through the mobile hub. I have gone through the integration guide for setting up and calling the sign in UI. However , by running the app, I got below error , do I still miss something ? Is there a more specific tutorial which I can take a look ? User I created in the pool do work, I tried different password , it display password not matched, but sign in ui does not disappear with correct password.
Below is the error log.
Cannot find executable for CFBundle 0x7fb75c2277b0 (not loaded)
Amazon DynamoDB Save Error: Error Domain=com.amazonaws.service.cognitoidentity.AWSCognitoCredentialsProviderHelper Code=0 "Obtaining an identity id in another thread failed or didn't complete within 5 seconds." UserInfo={NSLocalizedDescription=Obtaining an identity id in another thread failed or didn't complete within 5 seconds.}
Could not successfully update network info during initialization.
Could not successfully update network info during initialization.
Thanks

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

Paypal certificate error. PEM_read_bio:no start line

I need help. I'm trying to update a certificate used for paypal but I'm getting an error (see below).
I am following the steps provided by paypal seen here: https://cms.paypal.com/uk/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_encryptedwebpayments#id08A3I0P20E9.
Here is the error:
PHP Exception
A PHP exception has occured!
Could not sign data: error:0906D06C:PEM routines:PEM_read_bio:no start line
Please check your configuration.
I have done this successfully in the past on the same server following the same steps. I have no idea whats going on. Does this mean anything to anyone?
Figured it out. The path to the certificate was invalid and the error was because the cert file could not be found.
It took me forever to figure this out because I was simply updating an existing certificate that had expired so all I was doing was replacing the file. The cert file I was replacing was named my-pubcert.pem which worked fine for a few years but for whatever reason it wasn't working now. All I did was rename the file to something else and it worked.
Pretty dumb, no idea why that occurred and frustrated that I wasted so much time trying to figure out such a simple thing. Hopefully this helps someone in the future.

Application failed codesign verification - Command line used by Application Loader?

This appears in the Application loader but I cannot investigate as everything looks correct.
Can someone tell me how to get the Validation tool output to show the full verbose log of why I'm getting this.
I'm currently running:
PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"
PRODUCT_TYPE=com.apple.product-type.application
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validation ~/Desktop/EstateTest/Deliver/appAppStore.ipa
No output & exit code == 0
So in summary. What command is Application Loader running here that I am not in the terminal.
Also. Running codesign --verify checks also returns okay.
Thanks
I figured out why it was failing code sign validation. I had generated the the Push Certificates before generating the certificates/provisions.
Looking inside my AppStore.provision showed no entitlements section in the plist xml & thats how I knew.