touchandgo-devs / touchandgo

Torrent streaming CLI and python library
GNU General Public License v3.0
140 stars 23 forks source link

Error #75

Closed evmer closed 8 years ago

evmer commented 9 years ago

File "/usr/local/lib/python2.7/dist-packages/touchandgo/search/init.py", line 68, in watch self.search_magnet() File "/usr/local/lib/python2.7/dist-packages/touchandgo/search/init.py", line 81, in search_magnet self.kat_search() File "/usr/local/lib/python2.7/dist-packages/touchandgo/search/init.py", line 98, in kat_search results = Search(search_string).list() File "/usr/local/lib/python2.7/dist-packages/KickassAPI.py", line 357, in init self.url = SearchUrl(query, page, category, order) File "/usr/local/lib/python2.7/dist-packages/KickassAPI.py", line 140, in init self.build() File "/usr/local/lib/python2.7/dist-packages/KickassAPI.py", line 162, in build self.max_page = self._get_max_page(ret) File "/usr/local/lib/python2.7/dist-packages/KickassAPI.py", line 94, in _get_max_page tds = int(pq("h2").text().split()[-1]) IndexError: list index out of range

zodman commented 9 years ago

the error is on KickassAPI packages and external from touchandgo ... not valid!