-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enabling TTV plugin crashes the server and cannot be started again #523
Comments
just found that /LiveStreamDVR/data/streamlink_plugins directory is empty. idk if that is the problem |
how do i disble the ttv plugin from the files bc i cant even run the server it crashes every time edit: fixed. /LiveStreamDVR/data/config/config.json |
@MrBrax is this ever going to be fixed? |
i've been very busy for a long while now with other projects and me becoming unemployed losing mental strength looking for jobs, unless this can be fixed by just updating all the packages i don't think i'll be able to fix this any time soon |
good luck to you. wish you all the best
…On Mon, Dec 23, 2024, 7:45 PM MrBrax ***@***.***> wrote:
i've been very busy for a long while now with other projects and me
becoming unemployed losing mental strength looking for jobs, unless this
can be fixed by just updating all the packages i don't think i'll be able
to fix this any time soon
—
Reply to this email directly, view it on GitHub
<#523 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFY3LT6K5QWTA5DZV3LRUID2HA4ZTAVCNFSM6AAAAABSYBBB7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRQGAYTEMJQHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Don't worry about it too much all the best for you. |
i found the ttv plugin to be really unreliable anyway, it would cause issues with proxy timeouts and stuff like that, using turbo or maybe pihole would be the most sane option |
For me it does not make any problems whatsoevert, pihole sadly cannot block the ads on twitch. Turbo is kinda overkill if you could have a "plugin" do it for you for free. If I have time I will tinker a bit with a fork and maybe open a Pull Request. Question if I may ask, are you using ttv lol or ttv lol pro? Because ttv lol looks like it is dead? |
using a userscript on ublock works flawlessly. there is a github page for
twitch adblock solutions
…On Mon, Dec 23, 2024, 8:41 PM Seraph91P ***@***.***> wrote:
i found the ttv plugin to be really unreliable anyway, it would cause
issues with proxy timeouts and stuff like that, using turbo or maybe pihole
would be the most sane option
For me it does not make any problems whatsoevert, pihole sadly cannot
block the ads on twitch. Turbo is kinda overkill if you could have a
"plugin" do it for you for free. If I have time I will tinker a bit with a
fork and maybe open a Pull Request.
Question if I may ask, are you using ttv lol or ttv lol pro? Because ttv
lol looks like it is dead?
—
Reply to this email directly, view it on GitHub
<#523 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFY3LTZU4QNW6NPZKBIRIBD2HBDMTAVCNFSM6AAAAABSYBBB7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRQGA4DINBUGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
never got this working for me and this cannot be used on android apps or anything else. So love the ttv-lol-pro stuff because I just can add this to xtra for example aswell. |
purpletv for Android is very good never seen an ever on it. no config
needed for it
…On Mon, Dec 23, 2024, 9:15 PM Seraph91P ***@***.***> wrote:
using a userscript on ublock works flawlessly. there is a github page for
twitch adblock solutions
… <#m_6005104019149491816_>
On Mon, Dec 23, 2024, 8:41 PM Seraph91P *@*.*> wrote: i found the ttv
plugin to be really unreliable anyway, it would cause issues with proxy
timeouts and stuff like that, using turbo or maybe pihole would be the most
sane option For me it does not make any problems whatsoevert, pihole sadly
cannot block the ads on twitch. Turbo is kinda overkill if you could have a
"plugin" do it for you for free. If I have time I will tinker a bit with a
fork and maybe open a Pull Request. Question if I may ask, are you using
ttv lol or ttv lol pro? Because ttv lol looks like it is dead? — Reply to
this email directly, view it on GitHub <#523 (comment)
<#523 (comment)>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AFY3LTZU4QNW6NPZKBIRIBD2HBDMTAVCNFSM6AAAAABSYBBB7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRQGA4DINBUGI
<https://github.com/notifications/unsubscribe-auth/AFY3LTZU4QNW6NPZKBIRIBD2HBDMTAVCNFSM6AAAAABSYBBB7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRQGA4DINBUGI>
. You are receiving this because you authored the thread.Message ID: @.*>
never got this working for me and this cannot be used on android apps or
anything else. So love the ttv-lol-pro stuff because I just can add this to
xtra for example aswell.
—
Reply to this email directly, view it on GitHub
<#523 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFY3LT4YVVKNXKABQSMBQKT2HBHMXAVCNFSM6AAAAABSYBBB7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRQGEZDEMJWGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
https://github.com/2bc4/streamlink-ttvlol this one, but part of the error i think is that streamlink changed the arguments for how plugins load |
If I get this right you would have to set the Streamlink Plugin path somewhere because it is different from where it expects it: |
i do, seems like i updated it too, so there's something else wrong |
Looking at TwitchHelper.checkTTVLolPlugin(), it's likely not passing the --plugin-dir argument during the check, while you do pass it during actual capture. To fix this, you should use the same argument structure in the plugin check as we do in the actual capture. |
yeah i actually just discovered and wrote a fix for it hahaha |
well lol. if you add http proxy now aswell I am happy XD |
it seems that the docker image published to develop, i think that should work |
it seems to fail recording:
and software:
|
|
forgot to add http:// working fine now |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
ttv plugin to work
Screenshots
Logs
Please attach logs for both the main server and capture if applicable, can be found in
data/logs/
anddata/logs/software/
respectively.Please also use code tags and try to keep line breaks if possible.
server logs: https://gist.github.com/111100001/7e6d1ff675ea21dcd924c982d0e19728
capture logs: i deleted the software logs bc there was too many and i didnt know what logs i should use so i thought i should delete them all and try to run the server and surely that will create the logs i need, but it didnt create any capture logs sorry
Server:
ubuntu server
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: