66 questions
0
votes
0
answers
12
views
Express.js with HTTP/2 (SPDY) - net::ERR_HTTP2_PROTOCOL_ERROR in Chrome Only
I have a Node.js server using Express.js with SPDY to enable HTTP/2 requests. The goal is to handle more concurrent streams than HTTP/1.1 allows.
Setup
I'm using SPDY to create an HTTP/2 server:
...
0
votes
1
answer
23
views
When running the MERN project on the local network, the data is only visible to the server computer due to the CORS problem
I have created a project where data is entered from the admin panel and this data is displayed to users in a table format on the home page. When I run my project on my computer, everything works ...
0
votes
0
answers
40
views
NL-NETWORK-01- java.nio.channels.AsynchronousCloseException in Neoload
A HTTP Post request was able to retrieve 200 OK response from Postman when Auth Proxy is enabled and username password is provided in settings.
The same request from NeoLoad controller is throwing “...
0
votes
0
answers
20
views
Random Network Error in Axiom+vue+laravel
So, I have a Laravel + Vue 3 app, that uses Axiom to send requests to get data from external API service. Sometimes i get complains from clients, that they get an error, and most of the time it's &...
0
votes
0
answers
149
views
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
I build a MERN stack website and deployed it using vercel and my site url is https://hotel-website-amaan.vercel.app/ . It used to work but now I am faced with the error Failed to load resource: net::...
0
votes
1
answer
46
views
How do you get a react app to communicate properly with a server that is on the same ec2 instance?
I have built a very small SERN app that was making requests to the back end api just fine when I was testing it on my computer but when deployed to ec2 the front and back end were no longer able to ...
0
votes
2
answers
456
views
API not working on react-native without SSL
I have been looking for the solution of a similar question but I couldn't find any. So that's why I am asking it here.
So I have deployed my api's on an AWS instance and whenever I try to access the ...
1
vote
1
answer
620
views
Expo Go app on IOS: Network failure on axios api calls
I'm using expo go to run my react native app on my iphone. I have a backend service hosted on render that handles my api calls. I'm trying to use axios to make calls to this service. Below I have the ...
1
vote
0
answers
497
views
How do I resolve net::ERR_INSUFFICIENT_RESOURCES on chromium browsers
I am fetching data from the Pokemon API and it seems to be able to fetch without error when I use the search function or just regular loading of the pokemon but when I filter the pokemon by type, the ...
0
votes
1
answer
273
views
Algrand Smart Contract Method Calling
So I am working with an Algorand smart contract in nextjs. I am using Pera wallet to sign transactions. And currently, I am running into a problem where I want to call methods from the contract from ...
0
votes
1
answer
226
views
Frozen script at unix socket read with EAGAIN (Resource temporarily unavailable) error
I have this Go connection snippet in a script:
d := net.Dialer{Timeout: time.Second * 5}
c, err := d.Dial("unix", CONFIG.ServiceSocket.Path)
if err != nil {
...
0
votes
0
answers
48
views
How can I resolve a Network Error while sending data from input fields to my backend in React Native with Expo Go and Express js?
I am experiencing Network Error while trying to send data from input fields to my backend.
I am running frontend of my app on Expo Go. Expo Go and my computer are connected to the same wifi. ...
0
votes
1
answer
7k
views
TypeError: Network request failed, when fetching API request
I am encountering an error when fetching a locally deployed API(Firebase). Pasting the API link in the web browser works, but not in my react-native app. When calling the function, it returns a ...
1
vote
1
answer
936
views
when ı run truffle migrate using truffle ı got this error
when ı run truffle migrate ı got this error
Something went wrong while attempting to connect to the network at http://127.0.0.1:8545. Check your network configuration.
CONNECTION ERROR: Couldn't ...
0
votes
1
answer
569
views
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 ...
1
vote
0
answers
102
views
Weird Axios Network Error with seemingly error-free code
I am trying to use react to get data from an API (Python, I'm hosting it on the same machine).
API Code:
from flask import Flask, jsonify, request
app = Flask(__name__)
@app.route('/')
def all_data()...
0
votes
1
answer
754
views
Distinguish network error from opaque response in fetch with 'no-cors'
tldr; How are opaque responses distinguishable from a network error when sending a fetch request with mode: 'no-cors'?
I believe:
opaque responses fail silently - fetch resolves
network errors fail ...
0
votes
1
answer
547
views
Getting Failed - Network Error while downloading PDF file from Amazon S3
Goal: Try to download a pdf file from Amazon S3 to my local machine via a NodeJS/VueJS application without creating a file on the server's filesystem.
Server: NodeJs(v 18.9.0) Express (4.17.1)
...
0
votes
0
answers
388
views
AWS Amplify returns generic Network Error for only on some android devices
I am using aws amplify to call apis, problem is for some android devices I am getting 'network error at create error' and the app is running somoothly on other devices.
I do not get any log in logs of ...
4
votes
0
answers
646
views
Install CYGWIN x86-64 on wine
I tried to install cygwin x86-64 on my Ubuntu 20.04 system with wine64 (5.5). Althouth that sounds strange I need it for development and debugging. But the install procedure leads to an error:
$ ...
1
vote
1
answer
1k
views
HTTP Status NIL using both URLSession and AlamoFire. Error Code=303 and NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask
What's Expected:
Response with status code 200 and a JSON body with auth token etc.
What's Happening:
A device will (randomly?) no longer make the login call to auth0 successfully.
HTTP status code,...
0
votes
1
answer
646
views
my website isn't loading currectly. showing a 404 error when connected with a certain network,
I recently created a website which was hosted on profreehost's free account, then I shift my website from profreehost to infinityfree and then I installed SSL on it but now website is reflecting a 404 ...
0
votes
0
answers
1k
views
Network error when attempting to fetch resource (NS_BINDING_ABORTED)
I keep getting the same error which is network error, specifically NS_BINDING_ABORTED when running the below code from my react app. I'm pretty sure it's something about the code I wrote because I've ...
5
votes
7
answers
28k
views
React Native Expo: Network error on android
I'm using axios in my app. When I make a post request for the very first time after opening the app, it is failing with the following error. From second time onwards, it works without any issue.
...
0
votes
1
answer
211
views
React native image upload error with Axios :Network error
React-Native version 0.63I am using Axios with Image upload to backend but getting error [Error:Network error ]
0
votes
1
answer
370
views
Network error using Axios get request in React Native app having Node.js backend
I have already tried some solutions from Stack Overflow but still unable to solve this. Need other solutions.
componentDidMount(){
this.getCar()
}
async getCar() {
try {
const response = ...
1
vote
0
answers
3k
views
NetworkError when attempting to fetch resource
I'm using React for front-end and Nodejs with express for backend and I have this error when my app tries to make an API call, in the local environment it works perfectly but not in production.
Api ...
1
vote
0
answers
372
views
Firebase login react native >0.60 "auth/network-request-failed" DEBUG only IOS
I recently converted all my code from react native 0.59 to 0.60.5 by simply creating a new repo and copying and pasting the new files in. I am getting this error when I try to login with facebook or ...
2
votes
1
answer
3k
views
Network error (such as timeout, interrupted connection or unreachable host) has occurred in flutter
I'm using flutter, and everything was working fine except today. Now, whenever I try to log in, I get this error: Network error (such as timeout, interrupted connection or unreachable host) has ...
0
votes
1
answer
732
views
how to handle server connection error and internet connection error and show different messages for each one in volley android?
what I want is to show different messages for connection errors, what I mean when there is a server connection error show to user that there is a server issue and if no internet tell the user that no ...
1
vote
1
answer
799
views
New User not saved in Firebase using Angular
i am working in angular and want to add new user in Firebase, everything work fine without any error but when i open firebase Database it didn't show any data and show error in console
FIREBASE ...
0
votes
1
answer
63
views
Redis replication for same variable
Let's say I have a variable that is being changed very frequently in the Master
set foo 1
set foo 5
set foo 4
set foo 8
set foo 4
set foo 10
set foo 7
...
If the network goes down, and more similar ...
2
votes
1
answer
2k
views
Python socket sends the first message but nothing afterward
My socket sends the first message but nothing afterward.
The output in the server:
What do you want to send?
lol
The client receives:
From localhost got message:
lol
And then it doesn't want to ...
2
votes
0
answers
3k
views
localhost unexpectedly closed the connection
I'm creating a new Angular 6 project using 'ng new appname'. However when I run the command 'ng serve -o' it builds the project as it should opens the browser. However the error 'The device or ...
0
votes
5
answers
19k
views
Possible Unhandled Promise Rejection (id:0) Error: network error in react native
Possible Unhandled Promise Rejection (id:0) Error: network error in react native
import React, {Component} from 'react';
import {View,Text} from 'react-native';
import axios from 'axios';
...
1
vote
1
answer
3k
views
Android Volley NoConnectionError
I use the same type of request in my app for over 10 different connection types, all of them work except this one and I can not find out why, the only difference between them is the params being sent. ...
1
vote
0
answers
97
views
Getting Network-related error Windows server 2008 R2
I am trying to setup my application on a server.
Below are the server configuration details:
Windows server 2008 R2
SQL server 2008 R2
Application which will run on Application pools v4.0 .net ...
0
votes
2
answers
96
views
Mysql error 10061 on Dual network
I have a redhat-linux machine where I have a mysql-server and this machine has been connected to two different network(dual network at a same time). While connecting to mysql-server from a remote ...
1
vote
1
answer
8k
views
Error: Network error on Axios API call
I am working with the CryptoCompare API to get data about cryptocurrencies for my project. I've made a few requests to the API and have had no issue getting a response.
Some of the queries for the ...
2
votes
1
answer
3k
views
In our application, while downloading PDF file getting "Failed - Network Error". The same functionality is working fine in IE and FF
In our application, while downloading PDF file getting "Failed - Network Error". The same functionality is working fine in IE and FF.
Chrome version: 62.0.3202.75
Operating system: Windows 10, 64 ...
0
votes
0
answers
47
views
Visual studio extensions and updates never retrieves information
I have installed visual studio 2013 , and because I was not able to download any package from package manager , I thought that problem is from the visual then I uninstalled it and installed vs 2017 ...
1
vote
1
answer
4k
views
Qt: Why is `QAbstractSocket::error(QAbstractSocket::SocketError)` signal not generated when internet is disconnected?
I am trying to achieve a signal when the internet is disconnected for an already connected SSL socket. Here is the way I have derived the QSslSocket:
struct CloudSSL::Socket : public QSslSocket
{
...
1
vote
0
answers
1k
views
Axios doesn't work with Android emulator raising a Network Error
I'n new with React Native, and I was playing around with components and http ajax request, and all went fine with iOs emulator, until I thought to test on Android emulator.
This is my Http class:
...
0
votes
0
answers
230
views
Google Maps Browser Script Not Loading?
I've been having an issue with the google maps script. The request to load the google maps script fails sometimes. In the chrome network tab, it shows an ERR_CONNECTION_REFUSED error while on Firefox, ...
1
vote
1
answer
1k
views
Entity Framework : handle error the underlying provider fail to open
What is the best way to handle a network error in Entity Framework? Each time I have a poor internet connection to the Azure SQL database, I get the following error:
The underlying provider failed ...
2
votes
4
answers
4k
views
Best approach to show network error in android in Android with Tap to Retry option
I have Navigation Drawer in my application with several Fragments and few new Activity also apart from main application flow.
Current Functionality For navigating to each Fragment, Network is ...
3
votes
0
answers
3k
views
Caused by: java.io.IOException: NetworkError,Network error while getting auth token
Below is the Manifest file .I am trying to get conected with parse ...but just after succussful gradle build I get the below mentioned error ..and I am not able to login or signup on the app.Please ...
0
votes
1
answer
16
views
Loading information from online db to display in activity
I am loading information from a php file using json. I am then trying to display this in a list view as soon as the page is loaded. However I have it in my onCreate() method which won't let me ...
0
votes
2
answers
130
views
#500 error with a simple Ruby on Rails and Angularjs project
thank you al for taking the time to help me with this issue. I am new to Ruby so this may seem like a simple answer. I created an api to allow Ruby and Angularjs to talk to each other. API below:
...
1
vote
1
answer
221
views
MS Access "Online Meeting" "Unknown Network error." When Opening
So I have a MSAccess dB that is scheduled to open and run every 3 minutes. Immediately when it opens, a dialog window pops up as shown . Through the task manager and services windows, I was able to ...