mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-04 02:20:10 +00:00
[BUG] returned 404 http error code. #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sanji78 on 3/26/2025
When I run:
iframe, linkfinal = sc.get_links("9897-un-film-minecraft")
I got
File "/home/stefano/MovieStreaming/webserver.py", line 1532, in DownloadMovie
iframe, linkfinal = sc.get_links(linkweb)
File "/home/stefano/.local/lib/python3.10/site-packages/scuapi/scuapi.py", line 423, in get_links
iframe_page = self._wbpage_as_text(iframe_url)
File "/home/stefano/.local/lib/python3.10/site-packages/scuapi/scuapi.py", line 132, in _wbpage_as_text
raise WebPageStatusCodeError(url, response.status_code)
scuapi.scuapi.WebPageStatusCodeError:
'https://vixcloud.co/embed/?token=a357c909a64dc20e263771f0961d7495&t=VW4gZmlsbSBNaW5lY3JhZnQ%3D&referer=1&expires=1743001527&canPlayFHD=1' ha restituito 404 http error code.
'https://vixcloud.co/embed/?token=a357c909a64dc20e263771f0961d7495&t=VW4gZmlsbSBNaW5lY3JhZnQ%3D&referer=1&expires=1743001527&canPlayFHD=1' returned 404 http error code.