My AppleID is suddenly not being accepted for Application Loader - ios11

I used my credentials for create 3 api's in morning but when in noon I tried to create 4th one, application loader fire a message "The application account information was incorrect". I tried to login again button getting same error. My AppleId and Password are correct because I am using same account for login in developer account.
I tried to close loader thrice but hand is still empty.Waiting for your precious suggestion.

Updated Answer:
It's working fine for me now, please try again now
Obsolete Answer:
Based on this
https://developer.apple.com/system-status/
and this https://forums.developer.apple.com/thread/90725
It seems that service is down to few users, therefore, keep patience and wait until the issue is resolved by Apple team.

I have the same issue which started about 90 minutes ago. Earlier this morning I had success uploading.
Updated 29 Oct. 0635Z back end services are working for me now.

Related

Why doesn't the code on Heroku get updated after updating the code on GitHub?

I'm making a simple TODO app and want to upload it to HEROKU.
But after I updated the code on Github, heroku code remained the same.
I've tried this and this and the other answers but nothing changed.
Site Code
Code on github here. As you can see console.log() on site has not disappeared
Heroku site
I even tried to re-create the app on Heroku but it didn't work.
Heroku's GitHub integration has been disabled for over a month as part of a security response. It appears that it will remain disabled for another week or so:
Based on current progress, we plan to complete our investigation by May 30, 2022
…
We know you are waiting for us to re-enable our integration with GitHub, and we've committed to you that we will only do so following a security review. We will post more information to status.heroku.com when it is available.
You should have received emails about this from Salesforce (Heroku's parent company) on or around April 15 and May 4, 2022.
At the moment, your only option is to deploy using some other method. See this question for more details. The answers there suggest some alternative ways to deploy your code.
(Your Heroku password was also forcefully reset; if you have not yet changed it you'll need to do that when you log back in.)

gapi.client.load() is not working in my cordova app's sign in feature

We have an app. It does a lot. But the first thing is to sign in to get the name and picture of the user. And we have problem with it.
We have built a website in react and we used 'react-google-login' to sign in the user and get details. But, when we create the build and execute it in cordova, we get error as shown in the code.
gapi.client.load("plus","v1",apiClientLoaded),
gapi.client.plus.pepole.get({
userId:'me'
}).execute(e)//e is another variable
plus should be loaded and we should be able to access people. But, "people is undefined". We have tried adding 'window' also . No change.
Thank you in advance
First, I would advise not using gapi.client.plus since according to google:
Google+ APIs will be shut down on March 7, 2019. This includes Google+ Sign-in and OAuth token requests with Google+ scopes. Google+ integrations for web and mobile apps will also cease to function March 7, 2019. Learn more. This will be a progressive shutdown, with intermittent failures starting as early as January 28, 2019.
Second, The issue is probably with the client not being loaded when your gapi.client.plus.pepole.get({ userId:'me' }).execute(e) code is executed. Try putting this code in the apiClientLoaded callback that you have provided to the gapi.client.load function.

Unable to publish LUIS App

We are unable to publish the LUIS application. Publish button was disabled. Please find the attached screenshot and suggest on this please.
I have this problem in the afternoons (UK) - wait a few hours and it's fine. I wonder if the system gets overloaded at times.
The reason was session time out. I looked at console and found 400 error which says token is missing. So i signed out and signed back in. It started working. I was able to publish code to any slot specified.
It looks like a bug and microsoft should address this session timeout with auto redirect or a proper message.
Try Browsing/Publishing in Incognito mode / Private Browsing.
There are Caching related issue in luis portal
Every day at about 18:30 GMT we get lots of timeouts and 503 and publishing problems. We decided not to publish during that time.
Today we got more delays than usual
https://azure.microsoft.com/en-us/status/ show no errors in westus (the endpoint we are reaching)
It'd very nice to get a LUIS Status page (and not the global Cognitive Status)
This bug has been around for a while now. Advice from Microsoft support was to:
delete all cookies for luis.ai
sign out of the session
then sign back
in
When you sign in again the publish to production button should be enabled again

SSL error- Connention reset by peer on using Generate Certificates for ios builds

We are able to successfully logged in using "Generate" button. After selecting and click on next button the following error is stopping us.
FYI, we are using direct internet connection.
Please find the screenshot of error message on generating certificates screen.
Thanks in advance.
There seems to be an issue in the wizard process that we are struggling with for the past 24 hours. I was able to go thru the process to the app by retrying 6 times to login then retrying 8 or so times to finish the wizard...
Unfortunately the responsible engineer is on vacation and we've been struggling to figure out why this is happening exactly.
As of today (Oct 19th) this was fixed by our engineer who took time off vacation.

Windows Live ID Error 1017

I have a web application that has been up and running for quite some time now using the Windows Live ID delegated authentication. It's been in production for a couple of months, and all of a sudden this morning, it failed with the following error:
There's a problem with the site you are trying to share your information with. Please try again later.
The url of the error page is
https://consent.live.com/pp700/Error.aspx?mkt=en-US&ErrorCode=1017
We require users consent to be able to see what e-mail address they used to log in. Has anybody run into this before? If so, what did you do to resolve it?
Thanks very much!
Still not sure what the error actually means, but the following forum posts give some more details. Basic problem: Microsoft changed the API and didn't tell anyone, Contact.View should be ContactsSync.FullSync when using the contacts API.
http://social.msdn.microsoft.com/Forums/en-IE/wliddev/thread/7f0bcc69-d256-4e2d-a596-25e6318d83b5
http://social.msdn.microsoft.com/Forums/en-IE/wliddev/thread/7ade3e5b-8329-4dde-b08b-a98515363383

Resources