I've been trying to update Anki to Qt 5.11 for about the past week or so. (It uses PyQt5) Ironed out most of the bugs that were causing the program to crash immediately, but for some reason the MediaServer keeps getting file paths set incorrectly when selecting a deck.

The MediaServer is using Python3's built in server classes. I believe qwebchannel.js is what would be sending the buffer the server picks up, but nothing looks incorrect there. I'm getting paths for favicon.ico, which don't even exist in the project. Is anyone able to help figure out what's going on with the incorrect paths?