Watson Studio: Not processing images - ibm-cloud

I am unable to complete the labs in the IBM computer vision class. I see these errors on the the IBM cloud.
Module 2; Lab: Classifying images with IBM Watson
Error in Watson Visual Recognition service: Internal Server Error Internal Server Error - Write The server encountered an internal error or misconfiguration and was unable to complete your request. Reference #4.3696f648.1608776368.905f1257
Module 3; Lab: Testing and Training a custom classifier
Error encountered while training.
Error in Watson Visual Recognition service: Internal Server Error - Write The server encountered an internal error or misconfiguration and was unable to complete your request.
Reference #4.4496f648.1608778902.7801fb22
Timestamp 11:01:42 AM
Can you help recommend what I must do? Thanks in advance.
Enoch David

Related

Unable To Load Redash Page to get API Key During Installation of Formsflow ai

Please can anyone help profer a solution. I am installing Formsflow ai on Docker Desktop following the Docker Based Quick Installation instructions on the formsflow page. On the command line,the Redash API Key is requested but when i go to Http://localhost:7000 for opening the Redash Application, i get Internal Server Error: "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
Pls can anyone help for how to resolve this.
I have not done anything as am new to this.

The listener for Azure function was unable to start - Microsoft.Azure.EventHubs.Processor Encountered error

I am getting the below error whilst running my Python Azure Function on the local machine in VSCode.
For clarification the message is:
The listener for function 'Functions.IoT_Data-Handler' was unable to
start. Microsoft.Azure.EventHubs.Processor: Encountered error while
fetching the list of EventHub PartitionIds. System.Private.CoreLib: A
connection attempt failed because the connected party did not properly
respond after a period of time, or established connection failed
because connected host has failed to respond.
This error has never occurred before in the time I have started using VSCode for Azure functions (since last September). The only thing that has changed recently is that I now deploy this function within an Azure Function premium resource, but really that should not matter in the dev environment.
For information, this function is hooked up to an Azure IoT-Hub endpoint and is simply reading and processing the uplink data before saving it to an Azure SQL database.
Can anyone offer any advice?
Check if my below findings help to fix your issue:
As #PeterBons said, check the connection string given correctly in the local.settings.json:
Whatever the Event Hub Endpoint/IoT Hub Endpoint Connection String given in the file local.settings.json, that property name should be mapped in the function.json file.
Try replacing the IoT Hub Connection String without the consumer group name as mentioned in this GitHub Issue #5512
I found similar issues in the SO 1 & 2 which will be helpful to fix your issue.

NuGet gives me an error when accessing server

We have set up a small NuGet server in our corporate network. It works fine for EVRYONE except me ;-)
When I try to list the available packages in Visual Studio, all I get is this error message:
Unable to load the service index for source (...).
An error occurre while sending the request.
The remote server returned an error: (502) Bad Gateway.
I've been struggeling with this issue for hours without success. Can anyone give me a hint on why this error occurs?

Error connecting Excel to Dashdb

I wanted to connect excel to my bluemix dashdb . I found and followed the directions in the IBM knowldegebase at Article. But am getting the connection error message box when attempting to open the BLUExcel.odc file as recommended in the article. The error I see basically states:
SQL30081N A communication Error has been detected. Communication protocal is tcp/ip. API used is sockets....Protocol specific error code 10061.
Investigation of the specific 10061 error did not resolve the issue.
Interestingly I couldn't connect Excel to any of my dashdb databases so thought I would have a look at the BLUExcel.odc file that gets generated as part of the process.
In there I found the connectionstring had
Hostname = localhost
so I changed this to the hostname that you find in the Connect tab of the dashdb instance you want to connect to and it works fine. Hope this helps someone else..

Visual Studio Online - operations failed getUser List

We are trialing a test migration of a project on TFS 2010 (on prem) to #visual-studio-online using #OpsHub . During the migration phase at the user mapping window we are getting the below error message.
2015-07-08 15:10:49,916 [4] ERROR Error : The operation has timed out
at System.Net.HttpWebRequest.GetResponse() at
Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequestAndGetResponse(HttpWebRequest
webRequest, WebException& webException)
I am not able to find much information on-line about this error. I tried doing the migration as a TFS administrator and as a domain user who has project admin access to the project but still get these time out errors.
I saw online a user upgraded to #OpsHub 1.3 from 1.2 to overcome this issue which I tried but still doesn't help. Do we need to open any other ports for this to work apart from 80 and 443? Any suggestion as to how to over come this issue?
From the logs we find out that error is about time out from your local tfs server.
Server Error : TF400324: Team Foundation services are not available from server tfs.nextdigital.com\Next Digital.
Technical information (for administrator):
The operation has timed out
Here you need to work with your tfs admin to increase timeout parameter of your tfs.
Following thread might help you in this.
http://blogs.msdn.com/b/ablock/archive/2008/09/16/increasing-the-time-out-time.aspx
Thanks & Regards,OpsHub Support