Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

setChannel doesn't work correctly #80

Closed
@MelanX

Description

@MelanX

Description

Der Channel wird scheinbar nicht richtig gesetzt. Denk ich. Kenn mich da nicht so gut aus :D

How to reproduce

https://gist.github.com/MelanX/898acdc9f0734efa05b017ddda484b0b
Ich habe das als Beispiel. Wenn man den sleep in Zeile 11 und 13 entfernt, wird der Bot nicht auf Nachrichten reagieren.

Der Teil vom Code, wo der Fehler hauptsächlich stattfindet (I guess)

val channel = "#skate702"
Thread.sleep(500)
twitchChatInput.get().setChannel(channel)
Thread.sleep(500)
twitchChatOutput.get().setChannel(channel)

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingioRelies on a connector / input / output / parameterurgentWhen something is more than just 'it's an open source project' important

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions