Skip to content

Unzipping archives throwing error

Quick Information

  • Operating System: Linux
  • Install Type: Docker

What Happened?

After uploading a .zip archive and trying to unzip it from the web panel, my browser refreshes without updating anything. The following error gets thrown in my container:

ERROR:  list indices must be integers or slices, not tuple

I wanted to test the feature of unzipping files by using a zipped server-icon which is not a big deal of uploading manually of course. But I was planning on using this feature to upload worlds into my server which would be a pain to do file by file.

Expected result

My .zip should've been unzipped

Steps to reproduce

  • Upload a .zip archive
  • Right click the file and hit unzip

Screenshots

Gyazo GIF of me trying to unzip the file

Note: the log about the deleted server-icon.png is me deleting and reuploading the file

Priority/Severity

  • High (anything that impacts the normal user flow or blocks app usage)
  • Medium (anything that negatively affects the user experience)
  • Low (anything else e.g., typos, missing icons/translations, layout/formatting issues, etc.)