Skip to content

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

@Geek-Spirit

Description

@Geek-Spirit

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);

出现了这个错误.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions