我正在使用VolleyMultipartRequestwith上传图像和数据,我请求数据和图像,然后将其保存在DB上,但是当我获得响应时,我收到此错误“ E / ERROR:com.android.volley.NoConnectionError:java.net。 ConnectException:40000ms后无法连接到/192.168.1.7(端口80):isConnected失败:EHOSTUNREACH(无主机路由)错误”,我确认互联网连接正确,现在我不知道如何解决。请帮忙。
<Media object src={themes.image} alt={themes.name} className='my_image' />
enter image description here