fazalmajid / temboz

The Temboz RSS/Atom feed reader
MIT License
81 stars 4 forks source link

More problems with firts launch #106

Closed Pablo2m closed 11 years ago

Pablo2m commented 11 years ago

Create rss.db file but is an empty file, i check the file paran.py and saw nothing strange

W7 x64 , Python 2.7.4 x64

Here is the traceback:

C:\Users\Pablo2M\Desktop\Feeds\temboz-master>python temboz --import me.opml WARNING: empty database, populating..."sqlite3" no se reconoce como un comando i nterno o externo, programa o archivo por lotes ejecutable. done. 5888 1369961549.07 ("select sql from sqlite_master where name='vfeeds'",) 5888 1369961549.08 done 5888 1369961549.08 ("select count() from sqlite_master where name='fm_feeds' an d sql like '%feed_filter%'",) 5888 1369961549.09 done WARNING: upgrading table fm_feeds... 5888 1369961549.09 ACQUIRE 5888 1369961549.09 DONE 5888 1369961549.09 ('create table sop as select fmfeeds., 0 as feed_frequency, null as feed_auth, null as feed_filter from fm_feeds',) 5888 1369961549.1 no such table: fm_feeds sleeping for 0.1 5888 1369961549.2 no such table: fm_feeds sleeping for 0.2 5888 1369961549.4 no such table: fm_feeds sleeping for 0.4 5888 1369961549.81 no such table: fm_feeds sleeping for 0.8 5888 1369961550.61 no such table: fm_feeds sleeping for 1.6 5888 1369961552.21 no such table: fm_feeds sleeping for 3.2 5888 1369961555.42 no such table: fm_feeds sleeping for 5.0

fazalmajid commented 11 years ago

You may have a corrupted rss.db due to #105. Remove it and try it again.