bugranger - Bugs: bug #38444, crashed after filtering

 
 

bug #38444: crashed after filtering

Submitter:  None
Submitted:  Thu 28 Feb 2013 05:37:19 PM UTC
   
 
Severity:  3 - Normal Status:  Works For Me
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 28 Feb 2013 06:45:29 PM UTC, comment #1: 

I think your configs are out of date. Please tell me if this persists if you run "ranger --clean". If it does, also please explain what exactly you do to get this crash. If it doesn't, your configs are out of date and you should either delete them or merge them with up-to-date ones

Roman Z. <hut>
Group administrator
Thu 28 Feb 2013 05:37:19 PM UTC, original submission:  

Traceback (most recent call last):
  File "/usr/lib/python3.3/site-packages/ranger/core/main.py", line 132, in main
    fm.loop()
  File "/usr/lib/python3.3/site-packages/ranger/core/fm.py", line 276, in loop
    ui.handle_input()
  File "/usr/lib/python3.3/site-packages/ranger/gui/ui.py", line 209, in handle_input
    self.handle_key(key)
  File "/usr/lib/python3.3/site-packages/ranger/gui/ui.py", line 143, in handle_key
    elif not DisplayableContainer.press(self, key):
  File "/usr/lib/python3.3/site-packages/ranger/gui/displayable.py", line 261, in press
    focused_obj.press(key)
  File "/usr/lib/python3.3/site-packages/ranger/gui/widgets/console.py", line 173, in press
    self.type_key(key)
  File "/usr/lib/python3.3/site-packages/ranger/gui/widgets/console.py", line 202, in type_key
    self.on_line_change()
  File "/usr/lib/python3.3/site-packages/ranger/gui/widgets/console.py", line 418, in on_line_change
    if cmd and cmd.quick():
  File "/usr/lib/python3.3/site-packages/ranger/api/commands.py", line 380, in quick
    return self._make_cmd().quick()
  File "/usr/lib/python3.3/site-packages/ranger/config/commands.py", line 1020, in quick
    self.fm.thisdir.load_content(schedule=False)
  File "/usr/lib/python3.3/site-packages/ranger/fsobject/directory.py", line 329, in load_content
    for _ in self.load_generator:
  File "/usr/lib/python3.3/site-packages/ranger/fsobject/directory.py", line 218, in load_bit_by_bit
    for fname in filelist if accept_file(
  File "/usr/lib/python3.3/site-packages/ranger/fsobject/directory.py", line 219, in <listcomp>
    fname, self, hidden_filter, self.filter)]
  File "/home/ws/.config/ranger/options.py", line 13, in my_accept_file
    if name_filter and name_filter.lower() not in fname.lower():
AttributeError: '_sre.SRE_Pattern' object has no attribute 'lower'

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by hut (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-03-01 hut StatusNone Works For Me

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code