kuuko pushed a commit to branch master. http://git.enlightenment.org/apps/epour.git/commit/?id=6d40183e1394bdf658af9807194e01f92d87b1d5
commit 6d40183e1394bdf658af9807194e01f92d87b1d5 Author: Kai Huuhko <[email protected]> Date: Fri Oct 17 16:56:32 2014 +0300 Update TODO --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO b/TODO index ee53988..7179ed0 100644 --- a/TODO +++ b/TODO @@ -47,6 +47,14 @@ Misc: ☐ Total count of torrents in session status ☐ Local search function for torrents, files? ☐ Web search + ☐ Handle switching between py2 <--> py3, messes up with pickled list of torrents + File "/usr/bin/epour", line 7, in <module> + app = Epour() + File "/usr/lib/python2.7/dist-packages/epour/Epour.py", line 89, in __init__ + self.session.load_torrents() + File "/usr/lib/python2.7/dist-packages/epour/session.py", line 182, in load_torrents + torrents = cPickle.load(pkl_file) + AttributeError: 'module' object has no attribute 'OrderedDict' Error handling: ☐ Torrent errors http://libtorrent.org/reference-Alerts.html#torrent_error_alert --
