ibm-cloud

What is the 'rate limit' exceeded of SoftLayer API endpoint?

喜你入骨 提交于 2019-12-13 03:58:54
问题 I just met the rate limit exceeded error when send an API request. Its rate was about 1 per second. The service is SoftLayer_Resource_Metadata . So do anyone know the SoftLayer's rate limit strategy? Such as the number of limits, the scope of limit(the same IP or the same account, etc.) 回答1: the limit is 50 request for second for each user. The SoftLayer_Resource_Metadata service does not need an specific user so when you use this service I recommend do not exceed 50 request for second in

multiple modules not found when deploying app - Ibm cloud

跟風遠走 提交于 2019-12-13 03:20:49
问题 I am trying to deploy my app and it's always failing onto IBM cloud CI/CD. The issue I have is that there are always some modules not found. The list of modules not found (occurs once every single time when the previous one is being installed) is as follows: depd merge-descriptors finalhandler debug encodeurl escape-html esm etc... This keeps on going but I did not go down installing further more the missing npm packages. { "name": "MERN_1", "version": "1.1.0", "description": "MERN App",

IBM Watson Assistant: Chatbot Entity Confusion over regular expression

戏子无情 提交于 2019-12-13 03:13:14
问题 I have an entity called " @material_number " in which two values are stored. First value is " material_number1 " with the pattern (\d{3}).(\d{3}) The second value is " material_number2 " with the pattern (\d{3}).(\d{3}).(\d{3}) When the user enters a material number, I store the value with a context variable called " $materialnumber " and I set the value of this variable to " ?@material_number.literal? ". And at the end the bot responds " Oh okay, the material number is $materialnumber. " The

Inactive Text-to-Speech service not upgrading or reseting

孤人 提交于 2019-12-13 02:50:54
问题 My Text-to-Speech Lite plan reached its quota limit on 30 December 2018, so I tried to upgrade to a Standard account to continue working, but I keep getting a Bluemix user-info error: Forbidden error message. Even when I go to my account settings to do an account upgrade to Pay-As-You-Go, when I click on Add Credit Card, I get the same error message in the same window (I shouldn't really need to do this, as my credit card is already registered on my account anyway, but I tried and got the

Bluemix Cloud Foundry REST API

▼魔方 西西 提交于 2019-12-13 02:27:42
问题 Can I access Cloud Foundry REST API on Bluemix? If yes, how can I access it (cannot find any documentation)? 回答1: You can access the Cloud Foundry REST API on Bluemix as you would normally do with CF. In addition to that, if you need it and you are already familiar with cf curl you can take a look at the bluemix curl command. For example if you want to retrieve the information for all organizations of the current account: bluemix curl /v2/organizations Please see the Docs for more information

How can I convert a PHP application in Bluemix to use SQL Database instead of mySQL database?

北慕城南 提交于 2019-12-13 02:20:05
问题 I have been following this tutorial: "Build and deploy a REST API on IBM Bluemix with PHP and MySQL." The tutorial uses mySQL. I want to use the SQL Database service, which uses DB2, I think. The tutorial implements a REST API. When I try making a REST call using these links I get nothing in return. For example, here's how I use my Bluemix application's REST API: http://products-api-db2-test2-5.mybluemix.net/v1/products.json http://products-api-db2-test2-5.mybluemix.net/v1/products I have

Bluemix: MQA : how to make phone shake harder in android to report bug and feedback

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-13 01:51:57
问题 I am trying to integrate Bluemix MQA with my mobile app. I am using the MQA-Android-2.7.4.arr file in my project. I have one query related to phone-shake as below. How do I make the phone shake harder in Android to report a bug as slight shaking is also popping up the screen multiple times? 回答1: Android devices have different accelerometers and the same algorithm appears to have different effects on each. I’m creating a request for enhancement to add a shake threshold slider for the shake

Bluemix: Response of Text-to-speech is not playing audio using below code

好久不见. 提交于 2019-12-13 01:37:16
问题 Can you help met solve this issue, why the response of Text-to-speech is not playing audio using below code? index.jsp $.fn.PlayBtnClicked = function() { var txt=$(this).data("text"); $.ajax({ type: "GET", url: 'demo',async: false, data: { text: txt} , success: function(response) { $(".result").show(); var audio = document.getElementById("myAudio"); audio.src = response; audio.type = "type/ogg"; audio.play(); } }); }; <audio id="myAudio" autoplay preload="auto" autobuffer controls class=

Host app crash with status “127” in Bluemix server

[亡魂溺海] 提交于 2019-12-13 01:25:15
问题 I have created a c# WCF service with framework 3.5. and a Host application which will start the service.Now I have to upload this service and Host application into Bluemix server.I have also uploaded it on server by command cf push AppName -b https://github.com/cloudfoundry-community/.net-buildpack But the problem is when I start the service the error occur that : an instance of the app crashed: failed to accept connections within health check timeout exit status: 127, CRASHED All I have

Configuring SSO on Bluemix

心已入冬 提交于 2019-12-13 01:25:02
问题 I am trying to configure SSO on bluemix, and I added the SSO service in my dashboard, unbound to any application as the documentation says. But when I click on it to configure it, it ask me to name it. I just write an alphanumeric name, and then the bluemix console will wait up to a dozen minutes before answering "ERROR: env: Client Internal Error. This is a showstopping bug because I need this step to proceed. Any ideas? The error message 回答1: Hello it looks like a temporary issue with