rembo10 / headphones

Automatic music downloader for SABnzbd
GNU General Public License v3.0
3.37k stars 601 forks source link

Mako Runtime Error: torrent_downloader_deluge #2634

Open nitnelave opened 8 years ago

nitnelave commented 8 years ago

Hello,

I just updated to 0.5.13, and when trying to get to the settings, I get this:

Error !
KeyError: 'torrent_downloader_deluge'
<input type="radio" name="torrent_downloader" id="torrent_downloader_blackhole" value="0" ${config['torrent_downloader_blackhole']}> Black Hole <input type="radio" name="torrent_downloader" id="torrent_downloader_transmission" value="1" ${config['torrent_downloader_transmission']}> Transmission <input type="radio" name="torrent_downloader" id="torrent_downloader_utorrent" value="2" ${config['torrent_downloader_utorrent']}> uTorrent (Beta) <input type="radio" name="torrent_downloader" id="torrent_downloader_deluge" value="3" ${config['torrent_downloader_deluge']}> Deluge (Beta) </fieldset> <fieldset id="torrent_blackhole_options"> <div class="row"> <label>Black Hole Directory</label> <input type="text" name="torrentblackhole_dir" value="${config['torrentblackhole_dir']}" size="50">
/app/headphones/data/interfaces/default/config.html, line 314:
<input type="radio" name="torrent_downloader" id="torrent_downloader_deluge" value="3" ${config['torrent_downloader_deluge']}> Deluge (Beta)
/app/headphones/data/interfaces/default/base.html, line 78:
${next.body()}
/app/headphones/lib/mako/runtime.py, line 860:
callable_(context, *args, **kwargs)
/app/headphones/lib/mako/runtime.py, line 835:
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
/app/headphones/lib/mako/runtime.py, line 803:
**_kwargs_for_callable(callable_, data))
/app/headphones/lib/mako/template.py, line 443:
return runtime._render(self, self.callable_, args, data)
/app/headphones/headphones/webserve.py, line 59:

Any help there?

Thanks!

noam09 commented 8 years ago

Strange... You could try switching to the develop branch. There may be a mismatch between the settings file and the Headphones UI, but I'm not sure what could cause something like that to happen.

nitnelave commented 8 years ago

I get the same error on the develop branch...