styxit / HTPC-Manager

A fully responsive interface to manage all your favorite software on your Htpc.
http://htpc.io
MIT License
529 stars 183 forks source link

Broken modules on Synology #193

Open styxit opened 10 years ago

styxit commented 10 years ago

Dynamicly importing modules does not work on Synology after updating to the current version (with the new import) htpcManager never starts.

https://github.com/styxit/HTPC-Manager/commit/a6b80d6356a40ab1cc1e3d5a31e97ff9c972b3f7

My guess is import inspect is not working.

@Decipher

styxit commented 10 years ago

I removed the dynamic import and used the old method again. Need to take a close look to see what actually went wrong and how to fix it. Because i do like the idea for dynamic importing modules.

Decipher commented 10 years ago

I thought I tested it on my syno VM and syno, but it's been so long that I can't remember for sure.

I'll have a play when I get back from holidays.