Skip to content

AttributeError: 'list' object has no attribute 'apply' #44

@imfatant

Description

@imfatant

Solved one issue, and now another. Still trying to dump a site. Any ideas? Here's the output:

$ ./yahoo-groups-backup.py dump_site jokes_and_stories jas_test
Rendering templates...
Rendering config file...
Rendering index data...
Traceback (most recent call last):
File "./yahoo-groups-backup.py", line 129, in
main()
File "./yahoo-groups-backup.py", line 125, in main
arguments, cfg_args)
File "./yahoo-groups-backup.py", line 103, in invoke_subcommand
return module.command(args)
File "/home/bo/yahoo-groups-backup/yahoo_groups_backup/subcommands/dump_site.py", line 334, in command
ds.run()
File "/home/bo/yahoo-groups-backup/yahoo_groups_backup/subcommands/dump_site.py", line 318, in run
self.render_index()
File "/home/bo/yahoo-groups-backup/yahoo_groups_backup/subcommands/dump_site.py", line 246, in render_index
for message in self.db.yield_all_messages(start=self.redact_before)
File "/home/bo/yahoo-groups-backup/yahoo_groups_backup/subcommands/dump_site.py", line 246, in
for message in self.db.yield_all_messages(start=self.redact_before)
File "/home/bo/yahoo-groups-backup/yahoo_groups_backup/subcommands/dump_site.py", line 232, in apply_redactions
return self.redactions.apply(text)
AttributeError: 'list' object has no attribute 'apply'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions