我的代码运行正常,我从服务器接收了数据,但是突然我收到了此错误:get(myObject, [...myPropsArray])
有时我也会收到此错误:
javax.net.ssl.SSLException: Read error: ssl=0x717c368708: I/O error during system call, Connection reset by peer
我正在使用
com.google.gson.stream.MalformedJsonException:
Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
这是它的初始化
implementation 'com.squareup.retrofit2:retrofit:2.0.0-beta4'
implementation 'com.squareup.retrofit2:converter-gson:2.0.0-beta4'
答案 0 :(得分:1)
我发现问题出在我的ISP上,该ISP将我重定向到他们的网站以显示有关互联网消费的消息,并停留在该重定向中,当我使用数据或其他WiFi运行该应用程序时,效果很好!