sergree / matchering

🎚️ Open Source Audio Matching and Mastering
https://pypi.org/project/matchering/
GNU General Public License v3.0
1.29k stars 151 forks source link

upload-zone is hidden #50

Closed Stonley890 closed 1 year ago

Stonley890 commented 1 year ago

The interactable upload zones are unable to be actually interacted with because of their style properties:

display: none !important;
min-height: 0px !important;
height: 0px !important;

I am running the container on a separate computer on the local network and accessing it from Firefox on the client computer.

I did not run into this issue when testing everything on one system.

I've provided a short video of the issue:

upload-zone.webm

I'm not super familiar with Docker and I'm not sure how to get any debug information.

sergree commented 1 year ago

Hello. Thanks for opening this issue. I can't reproduce this bug on my side.

For me these style properties are empty: ΠΈΠ·ΠΎΠ±Ρ€Π°ΠΆΠ΅Π½ΠΈΠ΅

This is not Docker-related. It is browser- or system- issue.

  1. Check you browser extensions, please.
  2. Try Chrome (but for me it works in Firefox, https://mastering.dijitalmuzikdagitim.com/ for e.g.)
  3. Maybe you have some security setup that hides "Dropzone.js" blocks, tools like AdGuard can do that system-wide sometimes.
Stonley890 commented 1 year ago

Thank you! The Duck Duck Duck Go Security Essentials Extension was hiding it.