tymmesyde / peario-client

Peario

Home Page:https://peario.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CORS issue on Arch

EmiliaTheGoddess opened this issue · comments

Describe the bug
Peario isn't able to fetch m3u8 files because of CORS

To Reproduce
Steps to reproduce the behavior:

  • Open up Stremio and pick Peario on the list.
  • Try to start the video and look at the developer console

Expected behavior
A CORS error should not happen

Screenshots
image
image

Environment

  • Platform: Desktop, GNU/Linux
  • Browser Firefox

Additional context
This issue also happens to my friend using Windows 10 and Chrome

Also worth noting here, working files like stats.json have Access-Control-Allow-Origin: * on their response headers while only m3u8 files don't.
image
image