You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
错误如下:
com.huangzhimin.contacts.exception.ContactsException: sina protocol has changed
at com.huangzhimin.contacts.email.EmailImporter.getContacts(EmailImporter.java:103)
at Test.testYahoo(Test.java:130)
at Test.main(Test.java:20)
Caused by: com.huangzhimin.contacts.exception.ContactsException: sina protocol has changed
at com.huangzhimin.contacts.email.SinaImporter.parseContacts(SinaImporter.java:91)
at com.huangzhimin.contacts.email.EmailImporter.getContacts(EmailImporter.java:100)
... 2 more
Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to org.json.JSONObject
at com.huangzhimin.contacts.email.SinaImporter.parseContacts(SinaImporter.java:76)
... 3 more
jar版本是 contactlist-1.13.0.jar
你好.请问这个问题如何解决 ? 谢谢
The text was updated successfully, but these errors were encountered:
错误如下:
com.huangzhimin.contacts.exception.ContactsException: sina protocol has changed
at com.huangzhimin.contacts.email.EmailImporter.getContacts(EmailImporter.java:103)
at Test.testYahoo(Test.java:130)
at Test.main(Test.java:20)
Caused by: com.huangzhimin.contacts.exception.ContactsException: sina protocol has changed
at com.huangzhimin.contacts.email.SinaImporter.parseContacts(SinaImporter.java:91)
at com.huangzhimin.contacts.email.EmailImporter.getContacts(EmailImporter.java:100)
... 2 more
Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to org.json.JSONObject
at com.huangzhimin.contacts.email.SinaImporter.parseContacts(SinaImporter.java:76)
... 3 more
jar版本是 contactlist-1.13.0.jar
你好.请问这个问题如何解决 ? 谢谢
The text was updated successfully, but these errors were encountered: