Emulator fails with "Error connecting to the service protocol" - android-studio

I am debugging flutter app from VS Code with Android emulator. I tried pixel 2 and 3. I use image 'Q'.
I am getting error:
Error connecting to the service protocol: HttpException: Connection closed before full header was received
What can be missing?

Something wrong with image 'Q'. Image 'Pie' works well.

Related

Is there any way to rectify stringApp communication error despite newer versions of STRING App and Cytoscape installed?

I am working on Cytoscape 3.9.1 and have stringApp 2.0.0 installed in my system.
Today, I tried importing 72 genes to String (both by web and in Cytoscape software).
STRING App web says stringApp communication error. Confirm that you have installed the latest version of stringApp (1.6+) and Cytoscape (3.8+).
I am getting an error message in Cytoscape: "This action cannot be performed on the current network as it appears to be an Old STRING network. Would you like to get the latest STRING network for the nodes in your network?
I have three options to solve
OK, upon clicking this, another dialogue box opens to Re-query the network.
Cancel, upon clicking this, the dialogue box closes.
Close the dialogue box, upon clicking this dialogue box closes.
My Cytoscape task history shows like this
  Loading data from STRING for 72 identifier(s).
 Network error: Unexpected error from server: Server returned HTTP response code: 503 for URL: https://api11.jensenlab.org/network
 POSTing JSON from https://api11.jensenlab.org/network
 Unexpected error from server: Server returned HTTP response code: 503 for URL: https://api11.jensenlab.org/network
  Re-query network
 null
 Caught exception executing task.
Can someone help me how to solve this problem?
I tried to generate PPI using STRING App and it didn't work.
The backend database was having problems yesterday. It should be fixed now -- can you try again?
-- scooter

Error when opening a terminal in Microsoft Azure Machine Learning

After creating a compute instance under Microsoft Azure Machine Learning and select Jupyter to open Jupyter Notebook, I am selecting a New terminal from the menu. However, I am getting the following errors:
terminado.js:4 WebSocket connection to 'wss://xalapa.eastus2.instances.azureml.ms/terminals/websocket/2' failed: Error during WebSocket handshake: Unexpected response code: 426
make_terminal # terminado.js:4
index.js:5 Uncaught TypeError: Cannot read property 'parentElement' of undefined
at proposeGeometry (index.js:5)
at fit (index.js:30)
at Terminal.terminalConstructor.fit (index.js:44)
at window.onresize (main.js:54)
I have recreated the compute instance with no luck.
Do you know what is the issue related?
Thanks
Looks like you might have your websockets blocked. Here is the troubleshooting doc: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-run-jupyter-notebooks#troubleshooting
If you can't connect to a notebook, ensure that web socket
communication is not disabled. For compute instance Jupyter
functionality to work, web socket communication must be enabled.
Please ensure your network allows websocket connections to
*.instances.azureml.net and *.instances.azureml.ms.
Looks like you cannot connect to your compute instance, and 426 means the server refuses to connect.
Could you try to open Jupyter / JupyterLab from the same compute instance?

Azure Speech SDK connection issue/error in unity

I am using unity 2019.3 and installed latest azure speech SDKas far as I know. I also subscribed to pay as you go plan. Here is the error generated in unity:
CANCELED:
Reason=[Error]
ErrorDetails=[Connection was closed by the remote host. Error code: 1011. Error details: Internal server error. USP state: 3. Received audio size: 0bytes.]
Did you update the subscription info?

Why am I getting this error in Speech to text code?

I use watson speech to text node.js sdk to develop a "speech to text" module using react. I'm stuck at this final step where I'm getting an error instead of output.
Apparently it says the "GET https://localhost:3002/api/speech-to-text/token net::ERR_CONNECTION_REFUSED
TypeError: Failed to fetch"
A number of reason could cause this, some are platform or browser specific, but to start with .
1) Is the website up and listening on that port ?
2) Is you firewall configured to allow traffic ?

HLS local http server on iOS8 doesn't work

I'm creating a local http server to provide http live streaming to a AVPlayer. It works fine on iOS 7, but failed in iOS 8 beta. Player never send request to my local server, its playerItem's status always become AVPlayerStatusFailed right after I call player's 'play' method.
The error I received is as following:
Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo=0x179c675c0 {NSUnderlyingError=0x17a252c60 "The operation couldn’t be completed. (OSStatus error -12666.)", NSLocalizedFailureReason=An unknown error occurred (-12666), NSLocalizedDescription=The operation could not be completed}
I have asked this issue on iOS Developer forum and got response from Apple - "it's due to a bug in the first 8.0 seed".
However, they didn't say that they'll fix this bug and instead asking me why I need to do this. Does anyone have the same problem?

Resources