maweki / twitchlive-extension

TwitchLive-Panel Gnome Shell Extension displaying your favorite streamers
GNU General Public License v3.0
38 stars 8 forks source link

Gnome 46 #103

Open gaussandhisgun opened 5 months ago

gaussandhisgun commented 5 months ago

Yeah. They broke it again, without any notices (or, at least, not any that i personally could find). Half of my extensions, including this one, complain that <something>.add_actor is not a function. Probably has something to do with this.

maweki commented 5 months ago

really???? come on...

maweki commented 5 months ago

Can you try out master? I did this: https://github.com/maweki/twitchlive-extension/commit/c94e94b01d79bde64655b80d8a5159a506015c16

and I have not tested it even spent a thought on it.

gaussandhisgun commented 5 months ago

Well, the error has changed, so this is a step in the right direction. Most likely. изображение

sobkas commented 4 months ago

Does it works with: https://github.com/maweki/twitchlive-extension/pull/104

corngoblin commented 4 months ago

Edit: It did work, but I also had to change add_actor in topbar.js to add_child in lines 38 and 59.

Now it seems like it's mostly working.

Thanks!

sobkas commented 4 months ago

Edit: It did work, but I also had to change add_actor in topbar.js to add_child in lines 38 and 59.

Now it seems like it's mostly working.

Thanks!

Do you have commit c94e94b01d79bde64655b80d8a5159a506015c16? It fixed some add_child problems