[BUG] returned 404 http error code. #4

Closed
opened 2025-04-09 15:00:01 +00:00 by tcsenpai · 0 comments
Owner

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.

*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.
tcsenpai added the
bug
bug
labels 2025-04-09 15:00:01 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/StreamingCommunity#4
No description provided.