-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Can't load Dynamic Mix when i use https domain to access! #1091
Comments
Can you share any errors from your web browser's developer tool console and network log? |
password:5566 I have recorded a complete network log using Chrome DevTools. |
|
When you load a dynamic mix page, the browser will download all 4 tracks in parallel in the background and when completed, the Play button becomes active. I tried loading the page and it looks something on the server side is interrupting the download: The WAV files are 40+MB in size but after downloading 10 MB or so it fails. Can you check your web server configuration? |
No matter how long I wait, it remains in the loading state. If i use
127.0.0.1:48000
to access, it will load quickly.Meanwhile, none of the 3 processes showed any errors:
fast worker:
slow worker:
Spleeter Web:
BTW, I have set this
ENABLE_CROSS_ORIGIN_HEADERS=1
in the.env
.The text was updated successfully, but these errors were encountered: