Selfhosting: "request failed" for 4khdhub, VixSrc, RgShows #694

Closed
opened 2026-02-02 03:17:06 +00:00 by derrickb · 11 comments
derrickb commented 2026-02-02 03:17:06 +00:00 (Migrated from github.com)

I set up my selfhosted addons a week ago and at one point had WebStreamr up and running with no issues. As long as I used the https://webstreamr.domain.com as the URL in AIOStreams, everything worked and even 4khdhub streams played with no problems.

I was doing some testing and noticed that WebSteamr now only ever returns 1 stream (VidSrc) and the others (4khdhub, VixSrc, RgShows, etc) get "Request failed. request id: ......"

Let me know if there's anything I can configure on my end!

Image
I set up my selfhosted addons a week ago and at one point had WebStreamr up and running with no issues. As long as I used the https://webstreamr.domain.com as the URL in AIOStreams, everything worked and even 4khdhub streams played with no problems. I was doing some testing and noticed that WebSteamr now only ever returns 1 stream (VidSrc) and the others (4khdhub, VixSrc, RgShows, etc) get "Request failed. request id: ......" Let me know if there's anything I can configure on my end! <img width="402" height="400" alt="Image" src="https://github.com/user-attachments/assets/042f46ea-d193-4732-912e-8d6058c8759b" />
webstreamr commented 2026-02-02 05:57:32 +00:00 (Migrated from github.com)

You need to check logs.

You need to check logs.
derrickb commented 2026-02-02 13:17:26 +00:00 (Migrated from github.com)

Log only has this info:

2026-02-02T04:07:10.908Z info d8ca00b3-ed06-4dfa-af81-ef1a9fd1e678:     Got 1 url results, including 3 errors

No detail about the errors.

Log only has this info: ``` 2026-02-02T04:07:10.908Z info d8ca00b3-ed06-4dfa-af81-ef1a9fd1e678: Got 1 url results, including 3 errors ``` No detail about the errors.
webstreamr commented 2026-02-02 13:40:03 +00:00 (Migrated from github.com)

check all entries with that id, there must be something before or after

check all entries with that id, there must be something before or after
derrickb commented 2026-02-02 14:19:13 +00:00 (Migrated from github.com)

Here are all the logs. This is with a cleared log so this search/id is the only one.

Search stream for type "series" and...
Extract https://vidsrc-embed.ru/... using vidsrc extractor
Fetch GET https://vidsrc-embed.su/embed/...
Got 200 (OK) for https://vidsrc-embed.su/embed/...
Fetch GET https://cloudnestra.com... with referer https://vidsrc-embed.su/
Got 200 (OK) for https://cloudnestra.com/...
Fetch GET https://cloudnestra.com/... with referer https://cloudnestra.com/...
Got 200 (OK) for https://cloudnestra.com/...
Fetch GET https://tmstr5.cloudnestra.com/... with referer https://cloudnestra.com/...
Got 200 (OK) for https://tmstr5.cloudnestra.com/...
Got 1 url results, including 3 errors

I don't see any stderror/error entries in dozzle. Only stdout/info.

Here are all the logs. This is with a cleared log so this search/id is the only one. ``` Search stream for type "series" and... Extract https://vidsrc-embed.ru/... using vidsrc extractor Fetch GET https://vidsrc-embed.su/embed/... Got 200 (OK) for https://vidsrc-embed.su/embed/... Fetch GET https://cloudnestra.com... with referer https://vidsrc-embed.su/ Got 200 (OK) for https://cloudnestra.com/... Fetch GET https://cloudnestra.com/... with referer https://cloudnestra.com/... Got 200 (OK) for https://cloudnestra.com/... Fetch GET https://tmstr5.cloudnestra.com/... with referer https://cloudnestra.com/... Got 200 (OK) for https://tmstr5.cloudnestra.com/... Got 1 url results, including 3 errors ``` I don't see any stderror/error entries in dozzle. Only stdout/info.
webstreamr commented 2026-02-02 14:21:13 +00:00 (Migrated from github.com)

that's weird. the common pattern between those sources you mentioned is that they work with a tmdb ID. there could be an issue with the token. but the error should normally show clearer.

that's weird. the common pattern between those sources you mentioned is that they work with a tmdb ID. there could be an issue with the token. but the error should normally show clearer.
derrickb commented 2026-02-02 14:44:36 +00:00 (Migrated from github.com)

hmm okay. My setup is all selfhosted (aiometadata, aiostreams).
I know recently I requested that the aiom developer add a mapping between tvdb and imdb so that certain shows would play, but can't think of anything else.
anything I can check/test on my end?

hmm okay. My setup is all selfhosted (aiometadata, aiostreams). I know recently I requested that the aiom developer add a mapping between tvdb and imdb so that certain shows would play, but can't think of anything else. anything I can check/test on my end?
derrickb commented 2026-02-02 15:39:54 +00:00 (Migrated from github.com)

Confirmed that the public instance returns all streams (using english/multi), but my selfhosted one only returns the vixsrc/vidsrc ones for the titles I've tested. Strange as I swear 4khdhub was working last week.

Confirmed that the public instance returns all streams (using english/multi), but my selfhosted one only returns the vixsrc/vidsrc ones for the titles I've tested. Strange as I swear 4khdhub was working last week.
webstreamr commented 2026-02-02 20:43:03 +00:00 (Migrated from github.com)

4khdhub or rather the hoster hubcloud they use, also seems to be needing flaresolverr now. But that also would result in different errors like being blocked or smth like that

4khdhub or rather the hoster hubcloud they use, also seems to be needing flaresolverr now. But that also would result in different errors like being blocked or smth like that
derrickb commented 2026-02-02 21:35:59 +00:00 (Migrated from github.com)

Okay I did a bunch of resetting and restarting and it's working fine now (same results as the public instance). The key thing that seemed to help is to use the local docker address http://webstreamr:51546 in aiostreams rather than the https url.

Okay I did a bunch of resetting and restarting and it's working fine now (same results as the public instance). The key thing that seemed to help is to use the local docker address `http://webstreamr:51546` in aiostreams rather than the https url.
webstreamr commented 2026-02-03 09:59:26 +00:00 (Migrated from github.com)

still weird, that would be a network error which I'd also expect to show up somehow hmm. anyway, good that you could solve it.

is 4khdhub / hubcloud still working for you without flaresolverr? I thought they always show challenges now

still weird, that would be a network error which I'd also expect to show up somehow hmm. anyway, good that you could solve it. is 4khdhub / hubcloud still working for you without flaresolverr? I thought they always show challenges now
derrickb commented 2026-02-03 14:53:17 +00:00 (Migrated from github.com)

For me it's working without flaresolverr. My setup is all selfhosted using viren's docker-compose-template on Oracle VPS. Traefik, Authelia, AIOMetadata, AIOStreams, WebStreamr.

For me it's working without flaresolverr. My setup is all selfhosted using viren's docker-compose-template on Oracle VPS. Traefik, Authelia, AIOMetadata, AIOStreams, WebStreamr.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Creepso/webstreamr-github#694
No description provided.