TinkerPatch / tinkerpatch-sdk

TinkerPatch SDK
http://tinkerpatch.com
MIT License
294 stars 56 forks source link

Failed to connect to q.tinkerpatch.com/127.0.0.1:80 这个问题是怎么产生的,是平台的问题吗? #180

Open Geek-Spirit opened 4 years ago

Geek-Spirit commented 4 years ago

vovo型号:V1818A Android版本:8.1.0 TinkerPatch.with().fetchDynamicConfig(new ConfigRequestCallback() { @Override public void onSuccess(HashMap<String, String> hashMap) { final Set<Map.Entry<String, String>> entries = hashMap.entrySet(); for (Map.Entry<String, String> entry : entries) { final String key = entry.getKey(); final String value = entry.getValue(); Log.i("TinkerPatch", "key == " + key + " value == " + value); } }

        @Override
        public void onFail(Exception e) {
            Log.e("TinkerPatch", e.getMessage() != null ? e.getMessage() : "message is null");
        }
    }, true);

出现了这个错误.

nishizawa23 commented 4 years ago

同问