Internal error when creating YDN app - yahoo-api

I'm trying to create a Yahoo Developer Network (YDN) app, but all I get is this: An internal error occurred (eid 5480371).
There's no way to send a support email and it says on Yahoo's site to use this channel.

Looks like its working again...

Related

Singning up on tawk.to gives me an access denied error

enter image description here
I am trying to add live chat on my laravel app using the tawk.to plugin but when I try to signup to get the integration code, I have the 1020 error (access denied).
Is there a way around this? I really need to use it or probably, someone should suggest another free live chat package to use for my Laravel application
I had thesame issue when trying to use it too but I figured out they were using cloud flare to restrict some locations such as African countries like Nigeria, etc. So the fix is simple if you can change your location with VPN or use a Tor browser(which I usedin my own case) I was able to sign up and use the platform

How to send SMS Verification code to user without using Firebase in Flutter

I am trying to send a **SMS verification code to a user in my app but i cant. Can any one help me, i will be very thankful to you kindly help me to resolve this issue **
Well since you not using API then you can either create this by using users sim card to send the verification message, I mean they would send a message like normal message but to their self, use below packages
https://pub.dev/packages/sms/
https://pub.dev/packages/otp/
https://pub.dev/packages/flutter_otp/

Unable to create bucket using domain name under google cloud storage - Server Error

I'm unable to create a domain name bucket under google cloud storage.
I get this error message:
Server Error
Whoops! Our bad.
Please try again. If the problem persists, please let us know using the "Send feedback" link below. Copy the tracking number below, and include it with your feedback. Thanks!
Tracking Number: undefined
Any thoughts? I tried putting any other domain name just in case it was specific to my domain and I keep getting the same message.
Most likely the issue is related to the domain verification. It's a google bug. You should open the Chrome developer tool and see the JSON response which provides some useful information.

Error: The application has already been subscribed to by another user for this company

I am locally testing an app that integrates with Quickbooks IPP. I had connected to a demo account provided by Quickbooks developer program when I signed up but it didn't have enough data so I created my own demo account with a copy of a bunch of good data. I then cleared out the tokens and stuff in my app stored from the other demo account so I could start over. The problem is, now when I try to connect my app to this new qb account (using a different login to Quickbooks), I just keep getting this error:
Oops! An error has occurred.
Please close this window and try again.
Error Code: invalid_database
Message: The application has already been subscribed to by another user for this company
I don't see how anyone could have connected to this local app before, but just in case, I went to the "Manage My Apps" screen and the only thing I see there is "QuickBooks Online".
It is probably not related, but I'm also getting a javascript error message after clicking "Authorize" in the Intuit popup.
Line: 3
Error: Unexpected call to method or property access.
When I attempt to debug the javascript it is code in jQuery but seems to stem from the "notifyDoubleClickOfSalesActivity" function in the "Intuit.DFA.min.js" file.
What can I do at this point? I know my code is good because I was able to connect the first time.
Go to you developer account and disconnect all connected connections. This should clear up the issue.
If not, please submit a support ticket through appcenter.intuit.com.
If you already have a valid access token/connection for a particular company, another user from the same company cannot again authorize access. That is the error you see. If you go into your account on appcenter you can disconnect that IA connection, so you are able to re-create it with another user. Your code can also call the disconnect API to disconnect it, and lastly you can login as the end user and go to your account and disconnect the app.
Jarred

Adding PushNotification service to an iPhone app

I am trying to implement Push Notification from server site in my application since many day but I am unable to get push notification service in my application. but I am getting this error:
error : Domain=NSCocoaErrorDomain Code=3000 'no valid' aps- environment' entitlement string found for application UserInfor=0x170140 {NSLOcalizedDescription=no valid 'aps- environment' entitlement string found for application}
Can any one help me out to resolve this error?
Or give me some more clear steps what I am missing in my application.
Actually I have to Send notification on some changes in my Server side application. Like If some one post a Blog on the site it should be shown in every app holder. For this we need to generate the JSON. So my main worry is how to connect my Server or my JSON updates with PushNotification service. I Think now it's more clear.
Thank you.
perhaps this will help you:
http://blog.boxedice.com/2009/07/10/how-to-build-an-apple-push-notification-provider-server-tutorial/
and try to do a bit of googling!!