Skip to content

TikTok抓取弹幕报错 #378

@mynameishzheng

Description

@mynameishzheng

public ScxWebSocket webSocket() {
if (this.webSocket == null) {
if (!this.handshakeSucceeded()) {
throw new RuntimeException("Unexpected response status: " + String.valueOf(this.response.status()));
}

        this.webSocket = new WebSocket(this.connection.tcpSocket, this.connection.dataReader, this.connection.tcpSocket.outputStream(), this.webSocketOptions, true);
    }

    return this.webSocket;
}

返回:Unexpected response status: 200

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