I'm trying to use a meme directory in my project folder that is softlinked to somewhere else on my system. Whenever I try to use it as my directory in the app it will begin searching the folder but give me a FileNotFoundError for a random file in the directory. Not sure what's causing it or if there's an easy fix for this.
Ok this seems to be working fine now. The error must have been caused by a separate issue that we've since fixed. It probably had to do with corrupt file handling. Closing
I'm trying to use a meme directory in my project folder that is softlinked to somewhere else on my system. Whenever I try to use it as my directory in the app it will begin searching the folder but give me a FileNotFoundError for a random file in the directory. Not sure what's causing it or if there's an easy fix for this.