Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Geek-Spirit opened this issue May 15, 2020 · 1 comment

Comments

@Geek-Spirit
Copy link

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
Copy link

同问

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants