Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 2447)

Ticket Resolution Summary Owner Reporter
#3361 Fixed Deluge 2.0.3 crashes on fedora 31 legacychimera247
Description

Well simply enough deluge 2.0.3 crashes about 60% of times under fedora 31

Seems a very random thing and it's due to a segfault, i don't have any other informations except for the #act that 1.3.5 wasn't crashing at all

#3353 Fixed Pillow v7 broke install script Skylar
Description

I've never submitted a bug report so my deepest apologies if I do something wrong here. I am attempting to build deluge from source on a Raspberry Pi.

setup.py searches for pillow, and installs Pillow 7.x which doesn't have support for Python 2.7, I modified my setup.py to search for "pillow<7" and everything installed properly.

#3351 Fixed rpcserver: dictionary changed size during iteration Bro
Description

This error is reported by a YaRSS2 user:

Traceback (most recent call last):
  File "/home/ubuntu/.config/deluge/plugins/YaRSS2-2.1.4-py3.7.egg/yarss2/rssfeed_scheduler.py", line 90, in rssfeed_update_handler_safe                      
    return self.rssfeed_update_handler(rssfeed_key=rssfeed_key, subscription_key=subscription_key)                                                            
  File "/home/ubuntu/.config/deluge/plugins/YaRSS2-2.1.4-py3.7.egg/yarss2/rssfeed_scheduler.py", line 108, in rssfeed_update_handler                          
    subscription_key=subscription_key)
  File "/home/ubuntu/.config/deluge/plugins/YaRSS2-2.1.4-py3.7.egg/yarss2/rssfeed_handling.py", line 372, in fetch_feed_torrents                              
    self.fetch_feed(subscription_data, rssfeed_data, fetch_data)
  File "/home/ubuntu/.config/deluge/plugins/YaRSS2-2.1.4-py3.7.egg/yarss2/rssfeed_handling.py", line 407, in fetch_feed                                       
    self.log.info("Fetching subscription '%s'." % subscription_data["name"])
  File "/home/ubuntu/.config/deluge/plugins/YaRSS2-2.1.4-py3.7.egg/yarss2/util/logging.py", line 42, in info                                                  
    self.handle_gtkui_log(message, gtkui)
  File "/home/ubuntu/.config/deluge/plugins/YaRSS2-2.1.4-py3.7.egg/yarss2/util/logging.py", line 34, in handle_gtkui_log                                      
    self.gtkui_log_message_event(message)
  File "/home/ubuntu/.config/deluge/plugins/YaRSS2-2.1.4-py3.7.egg/yarss2/util/logging.py", line 61, in gtkui_log_message_event                               
    component.get("EventManager").emit(GtkUILogMessageEvent(message))
  File "/usr/lib/python3/dist-packages/deluge/core/eventmanager.py", line 31, in emit                                                                         
    component.get('RPCServer').emit_event(event)
  File "/usr/lib/python3/dist-packages/deluge/core/rpcserver.py", line 541, in emit_event                                                                     
    for session_id, interest in self.factory.interested_events.items():
RuntimeError: dictionary changed size during iteration
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.