kstep / ajenti-transmission

Transmission plugin for Ajenti
2 stars 0 forks source link

Crashes consistently yet saves settings #4

Open pythoninthegrass opened 9 years ago

pythoninthegrass commented 9 years ago

I am running ajenti on a WD My Cloud 4TB NAS using Debian 7.7. Each time I make a change to Transmission's settings, it tells me it crashed. After reloading the page or continuing, it appears to have saved my settings.

I've uploaded the crash log here. I'm not super familiar with GitHub's markdown so if there's a better way to submit error logs, let me know ;)

Any ideas?

kstep commented 9 years ago

Sorry for late reply. Just read your message. The problem seems to be in uninitialized binder, which should actually never happen. I tried to apply a fix for it in branch issue-4-fix-try. Please try to install from this branch and check if your issue is gone. If not, please report back if anything has changed. Thank you for your patience.

pythoninthegrass commented 9 years ago

I'll give it a whirl! Thanks for taking the time to respond and work on bug fixes!

Konstantin Stepanov wrote:

Sorry for late reply. Just read your message. The problem seems to be in uninitialized binder, which should actually never happen. I tried to apply a fix for it in branch issue-4-fix-try. Please try to install from this branch and check if your issue is gone. If not, please report back if anything has changed. Thank you for your patience.

— Reply to this email directly or view it on GitHub https://github.com/kstep/ajenti-transmission/issues/4#issuecomment-66776008.

powerunlimited commented 9 years ago

Had the same binder problem, but using the new branch fixed it. thanks!