Skip to content

service.getAction is return null #35

@dorobonneko

Description

@dorobonneko

Device.java 270 line
String absUrl = locationURLStr + urlString;

need change to

URL locationURL = new URL(locationURLStr);
// 重新拼接url
String absUrl = locationURL.getProtocol() + "://" + locationURL.getHost() + ":" + locationURL.getPort() + urlString;

service.getAction can be work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions