Edgewall Software

Ticket #4211 (closed defect: duplicate)

Opened 20 months ago

Last modified 20 months ago

error while uploading file

Reported by: anonymous Owned by: jonas
Priority: normal Milestone:
Component: general Version: 0.10.1
Severity: normal Keywords:
Cc:

Description (last modified by eblot) (diff)

Hi all. I was about to upload some files to bug.bery-project.org but i got the following error:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 379, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 230, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/trac/attachment.py", line 361, in process_request
    self._do_save(req, attachment)
  File "/usr/lib/python2.4/site-packages/trac/attachment.py", line 474, in _do_save
    for field, message in manipulator.validate_attachment(req, attachment):
  File "build/bdist.linux-i686/egg/tracspamfilter/adapters.py", line 130, in validate_attachment
  File "build/bdist.linux-i686/egg/tracspamfilter/api.py", line 131, in test
  File "build/bdist.linux-i686/egg/tracspamfilter/model.py", line 119, in insert
  File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 47, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/lib/python2.4/site-packages/sqlite/main.py", line 255, in execute
    self.rs = self.con.db.execute(SQL % parms)
TypeError: execute() argument 1 must be string without null bytes, not str

I tried several times but the result is still the same. File is a .jpg by the way, since the png is huge.

Attachments

Change History

Changed 20 months ago by eblot

  • version changed from 0.10.2 to 0.10.1
  • description modified (diff)

Did you mean: http://bugs.beryl-project.org/ ?

The site is running 0.10.1, not 0.10.2

Changed 20 months ago by cboos

  • status changed from new to closed
  • resolution set to duplicate

Duplicate of #4087. The interesting thing here seems to be that the error is happening with pysqlite1, which I thought would have been immune to the "binary string" problem...

Add/Change #4211 (error while uploading file)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.