Marc Vollmer

Results 9 comments of Marc Vollmer

We have the same problem, we have a kit with some custom icons. The custom icons ttf contains all custom icons, but the icons.json does not, neither does the generator...

I have a similiar problem. I have a series in DVD Order and can't simply rename the files (since two episodes are one file). This means I currently have files...

@alphatownsman I just checked some of them (not all since these are too many). Some are using software that is currently incompatible with Takahe and are probably fixed with #682...

This also happens on Takahe 0.10.1 on the Tags page. Found this in my log while investigating another error: ``` ERROR:django.request:Internal Server Error: /tags/nextcloud/ Traceback (most recent call last): File...

Yes, theres a plan to move to async commands, but I've got no timeframe yet.

It seems like your FTP Server does not understand the MLST Command to list files. Please enable the debug Flag (FTPClient constructor) and attach the log (remove any sensitive information...

LIST normally responds with a human readable version, while MLST/MLSD respond with a machine readable response, so this is not a general solution.

Thanks! I will investigate this further.

The timeout is currently not used as a socket timeout. It's just a timeout how long the lib waits for a reply from a command. I'll add the timeout to...