question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Stream lists are empty

See original GitHub issue

Bug report

  • I understand the difference between Streamlink and Streamlink Twitch GUI.
  • This is a bug report and I have read the contribution guidelines.

Environment details

Operating system and version:
Windows 10

Streamlink Twitch GUI version:
1.9.1 NW.js: 0.42.3 Architecture: x64

Streamlink version:
streamlink 1.3.1

Configuration details:
I just upgraded from 1.9.0 to 1.9.1 to see if the error was fixed but the error occures in both versions

Description

When I open Streams in the left menu, all I get is:

Top Streams

The returned list of top streams is empty.

When I open Games, I can see the list of all games being streamed. However, if I open any of them, I get the same result:

Dota 2

The returned list of streams of this game is empty.

Any stream under Featured works correctly.

Two days ago, everything worked smoothly with the previous versions Streamlink Twitch GUI 1.9.0 and Streamlink 1.3.0 so I suspect it’s an API change from Twitch.

Expected / Actual behavior

I expect to see all streams under Streams and all related streams when selecting a game under Games

See description above for actual behaviour.

Reproduction steps

  1. Open Streamlink Twitch GUI
  2. Click Straems in the left menubar under Browse
  3. See empty list

Log output

[2020-02-21T20:37:46.752Z][debug][Application]
Parameters
{
    "_": [],
    "tray": false,
    "hide": false,
    "hidden": false,
    "max": false,
    "maximize": false,
    "maximized": false,
    "min": false,
    "minimize": false,
    "minimized": false,
    "reset-window": false,
    "versioncheck": true,
    "version-check": true,
    "logfile": true,
    "loglevel": "debug",
    "l": "debug",
    "launch": "",
    "goto": ""
}

Additional comments, screenshots, etc.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

0reactions
alkim0commented, Apr 14, 2020

Note that the language parameter now works according to https://github.com/twitchdev/issues/issues/66. However, the broadcaster_language still seems broken. It seems it would be prudent to change language filtering settings from broadcaster_language to language.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Java 8 stream operation on empty list - Stack Overflow
toList()) , you'll always get an output List (you'll never get null ). If the Stream is empty (and it doesn't matter if...
Read more >
Stream empty() in Java with Examples - GeeksforGeeks
Stream empty () creates an empty sequential Stream. Syntax : static <T> Stream<T> empty(). Parameters : T : The type of stream elements....
Read more >
Java Null-Safe Streams from Collections - Baeldung
An empty Optional object is created if the collection is null. map(Collection::stream) extracts the value contained in the Optional object as an ...
Read more >
java.util.stream.Stream.empty java code examples - Tabnine
Stream. Best Java code snippets using java.util.stream.Stream.empty (Showing top ...
Read more >
Java 8 - Filter null and empty values from a Stream
A list contains numbers and null values; We are trying to remove all null values from Stream using 3 different approaches; 1st approach...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found