Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#3083 closed bug (Fixed)

utf8_encoded missing for backward compatibility

Reported by: stokbaek Owned by:
Priority: minor Milestone: 2.0.0
Component: Plugin Version: develop
Keywords: Cc:

Description

Trying to use YaRSS2 with deluge 2.0b2.dev10 gives following error when trying to activate plugin

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/deluge/pluginmanagerbase.py", line 145, in enable_plugin
    instance = cls(plugin_name.replace('-', '_'))
  File "build/bdist.linux-x86_64/egg/yarss2/__init__.py", line 40, in __init__
    from core import Core as CorePluginClass
  File "build/bdist.linux-x86_64/egg/yarss2/core.py", line 15, in <module>
  File "build/bdist.linux-x86_64/egg/yarss2/rssfeed_scheduler.py", line 19, in <module>
  File "build/bdist.linux-x86_64/egg/yarss2/torrent_handling.py", line 17, in <module>
ImportError: cannot import name utf8_encoded

Change History (4)

comment:1 Changed 7 years ago by Cas

  • Milestone changed from not applicable to 2.0
  • Summary changed from backward compatibility for YaRSS2 to utf8_encoded missing for backward compatibility

comment:2 Changed 7 years ago by Cas

  • Resolution set to Fixed
  • Status changed from new to closed

comment:3 Changed 7 years ago by Cas

Also added back decode_string: [51b99caf24a]

comment:4 Changed 6 years ago by Cas

  • Milestone changed from 2.0 to 2.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.