Michael XU
Michael XU
I agree - was trying to figure out what was disabling the cache (thought I mis-configured the server) and traced it back to `@add_no_cache_headers`. Would be nice to have this...
AH... I think "god" is actually from package `badwords-list`, since I see that package imported, and "god" is in the list over there... Not sure though.
Hmmm, so it seems that in INetwork.py, line 268 `mask = imread(mask_path, mode="L") # Grayscale mask load` reads the image into an array, and then on the next line, `mask...
Sure. So if I change utils.py at ~line 33 into: ``` if type(img) != Image: try: img = Image.fromarray(img, mode='RGB') except: img = Image.fromarray(img) ``` I get the following: ```...
Hey I know this is an old issue - just wondering if you ever got this resolved? I'm running this same version and experiencing similar behaviors.
Thanks for the responses folks! For my particular situation I don't have a lot of flexibility in terms of choosing other alternatives, or for that matter, even updating the omxplayer...