niphlod / w2p_tvseries

TV Series Organizer, built with web2py
http://niphlod.github.io/w2p_tvseries/
Other
15 stars 3 forks source link

Issue in Log #2

Closed lorddaren closed 12 years ago

lorddaren commented 12 years ago

Error in log while trying to process a newly added show.

DEBUG:root: new scheduler_run record INFO:root:new task 10 "now_or_never:queue_torrents:1:9" w2p_tvseries.queue_torrents DEBUG:root: new task allocated: w2p_tvseries.queue_torrents DEBUG:root: task starting DEBUG:root: task started DEBUG:root: new task report: FAILED DEBUG:root: traceback: Traceback (most recent call last): File "/root/w2tv/web2py/gluon/scheduler.py", line 180, in executor result = dumps(_function(_args,__vars)) File "/root/w2tv/web2py/applications/w2p_tvseries/compiled/models/scheduler.py", line 123, in queue_torrents File "applications/w2p_tvseries/modules/w2p_tvseries_feed.py", line 187, in queue_torrents db.downloads.update_or_insert(db.downloads.guid==to_insert.guid, *_to_insert) File "/root/w2tv/web2py/gluon/dal.py", line 6856, in update_or_insert newid = self.insert(**values) File "/root/w2tv/web2py/gluon/dal.py", line 6829, in insert return self._db._adapter.insert(self,self._listify(fields)) File "/root/w2tv/web2py/gluon/dal.py", line 6805, in _listify raise SyntaxError, 'Field %s does not belong to the table' % name SyntaxError: Field type does not belong to the table

DEBUG:root: task completed or failed DEBUG:root: recording task report in db (FAILED) INFO:root:task completed (FAILED)

niphlod commented 12 years ago

good catch, I'll fix that in a few hours.