rastating / DroidBeard

An Android app for managing SickBeard.
GNU General Public License v3.0
15 stars 2 forks source link

Error Report: Value [] at args of type org.json.JSONArray cannot be converted to JSONObject #459

Closed rastating closed 8 years ago

rastating commented 8 years ago

Configuration Information

Version: 1.5.0 HTTPS Enabled: true Trust All Certificates: true

Stack Trace

org.json.JSONException: Value [] at args of type org.json.JSONArray cannot be converted to JSONObject
    at org.json.JSON.typeMismatch(JSON.java:100)
    at org.json.JSONObject.getJSONObject(JSONObject.java:613)
    at com.rastating.droidbeard.net.FetchShowSummariesTask.doInBackground(FetchShowSummariesTask.java:56)
    at com.rastating.droidbeard.net.FetchShowSummariesTask.doInBackground(FetchShowSummariesTask.java:38)
    at android.os.AsyncTask$2.call(AsyncTask.java:295)
    at java.util.concurrent.FutureTask.run(FutureTask.java:237)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
    at java.lang.Thread.run(Thread.java:818)

Data

{
    "data": {
        "args": [], 
        "error_msg": "error Connection error HTTPConnectionPool(host='services.tvrage.com', port=80): Max retries exceeded with url: /feeds/search.php?show=the+closer (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known) while loading URL http://services.tvrage.com/feeds/search.php", 
        "kwargs": {}
    }, 
    "message": "SickBeard encountered an internal error! Please report to the Devs", 
    "result": "fatal"
}