Reactjs 可能未经处理的承诺拒绝(id:0):[Answer]在通过设备或仿真器执行XMLHttpRequest时发生本机错误

Reactjs 可能未经处理的承诺拒绝(id:0):[Answer]在通过设备或仿真器执行XMLHttpRequest时发生本机错误,reactjs,react-native,Reactjs,React Native,记录错误,如:未处理的承诺拒绝,错误为:网络错误 当您的设备或仿真器未连接到internet,并试图使用axios生成XMLHttpRequest或通过设备或仿真器获取时,会出现此错误。 请确保您的机器和设备连接在同一网络上。还要重新确认调试器正在本地主机上运行。 Possible Unhandled Promise Rejection (id: 0): Error: Network Error Error: Network Error at createError (blob:http

记录错误,如:未处理的承诺拒绝,错误为:网络错误


当您的设备或仿真器未连接到internet,并试图使用axios生成XMLHttpRequest或通过设备或仿真器获取时,会出现此错误。 请确保您的机器和设备连接在同一网络上。还要重新确认调试器正在本地主机上运行。

Possible Unhandled Promise Rejection (id: 0):
Error: Network Error
Error: Network Error
    at createError (blob:http://localhost:8081/3aab7ec1-40be-4c43-864c-6474a71b00c9:79490:17)
    at XMLHttpRequest.handleError (blob:http://localhost:8081/3aab7ec1-40be-4c43-864c-6474a71b00c9:79398:16)
    at XMLHttpRequest.dispatchEvent (blob:http://localhost:8081/3aab7ec1-40be-4c43-864c-6474a71b00c9:17902:39)
    at XMLHttpRequest.setReadyState (blob:http://localhost:8081/3aab7ec1-40be-4c43-864c-6474a71b00c9:17657:20)
    at XMLHttpRequest.__didCompleteResponse (blob:http://localhost:8081/3aab7ec1-40be-4c43-864c-6474a71b00c9:17484:16)
    at blob:http://localhost:8081/3aab7ec1-40be-4c43-864c-6474a71b00c9:17594:47
    at RCTDeviceEventEmitter.emit (blob:http://localhost:8081/3aab7ec1-40be-4c43-864c-6474a71b00c9:3480:37)
    at MessageQueue.__callFunction (blob:http://localhost:8081/3aab7ec1-40be-4c43-864c-6474a71b00c9:2386:44)
    at blob:http://localhost:8081/3aab7ec1-40be-4c43-864c-6474a71b00c9:2156:17
    at MessageQueue.__guardSafe (blob:http://localhost:8081/3aab7ec1-40be-4c43-864c-6474a71b00c9:2348:11)