It seems that rssdler has been crashing on me. Here's a snippet of the
log:
20091227.10:22 DEBUG determining filename
20091227.10:22 DEBUG filename from url
20091227.10:22 DEBUG determining size of file
20091227.10:22 CRITICAL Unexpected Error: Traceback (most recent call
last):
File "/usr/lib/python2.6/site-packages/rssdler.py", line 2079, in
main
run()
File "/usr/lib/python2.6/site-packages/rssdler.py", line 2049, in
run
rssparse(key)
File "/usr/lib/python2.6/site-packages/rssdler.py", line 1952, in
rssparse
userFunctArgs = downloadFile(ppage['entries'][i]['link'], tName,
ppage['entries'][i], dirDict)
File "/usr/lib/python2.6/site-packages/rssdler.py", line 784, in
downloadFile
size, data2 = getFileSize(data.info(), data)
File "/usr/lib/python2.6/site-packages/rssdler.py", line 634, in
getFileSize
try: tparse = bdecode(data)
File "/usr/lib/python2.6/site-packages/rssdler.py", line 916, in
bdecode
x = open(x, 'r').read()
TypeError: file() argument 1 must be encoded string without NULL
bytes, not str
It seems that it can't get the file size and it errors out. I've only
been using one feed with it, but all new entries seem to crash this
way.
Does anyone know where I should look? I'm not familiar with python at
all.
On 28 Dez. 2009, 06:07, danomac <djqf...@gmail.com> wrote:
> Hi,
>
> It seems that rssdler has been crashing on me. Here's a snippet of the
> log:
>
> 20091227.10:22 DEBUG determining filename
> 20091227.10:22 DEBUG filename from url
> 20091227.10:22 DEBUG determining size of file
> 20091227.10:22 CRITICAL UnexpectedError: Traceback (most recent call