Closed
Bug 1489393
Opened 7 years ago
Closed 7 years ago
"ValueError: too many values to unpack" when running migrations
Categories
(Localization Infrastructure and Tools :: Fluent Migration, defect)
Localization Infrastructure and Tools
Fluent Migration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: flod, Assigned: Pike)
Details
Attachments
(1 file)
Traceback (most recent call last):
File "/usr/local/bin/migrate-l10n", line 11, in <module>
load_entry_point('fluent.migrate', 'console_scripts', 'migrate-l10n')()
File "/Users/flodolo/mozilla/mercurial/fluent-migration/fluent/migrate/tool.py", line 143, in cli
dry_run=args.dry_run
File "/Users/flodolo/mozilla/mercurial/fluent-migration/fluent/migrate/tool.py", line 55, in main
blame = Blame(client).attribution(files)
File "/Users/flodolo/mozilla/mercurial/fluent-migration/fluent/migrate/blame.py", line 28, in attribution
self.handleFile(file_blame)
File "/Users/flodolo/mozilla/mercurial/fluent-migration/fluent/migrate/blame.py", line 44, in handleFile
entities, emap = parser.parse()
ValueError: too many values to unpack
I assume one of the last updates in compare-locales require updates to the migration code.
| Reporter | ||
Comment 1•7 years ago
|
||
(In reply to Francesco Lodolo [:flod] from comment #0)
> I assume one of the last updates in compare-locales require updates to the
> migration code.
Bug 1475954?
| Reporter | ||
Comment 2•7 years ago
|
||
To clarify: migrations run fine if I install fluent-migrations and its dependencies, the issue is when running compare-locales's tip.
I guess this can only be fixed when a new version of compare-locales is released?
| Assignee | ||
Comment 3•7 years ago
|
||
The setup.py part, yes.
| Assignee | ||
Comment 4•7 years ago
|
||
The 4.0 release of compare-locales will come out soon.
This should be a good fix.
| Reporter | ||
Comment 5•7 years ago
|
||
Comment on attachment 9007191 [details]
bug 1489393, update to compare-locales 4.x, r=flod
Francesco Lodolo [:flod] has approved the revision.
Attachment #9007191 -
Flags: review+
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → l10n
| Assignee | ||
Comment 6•7 years ago
|
||
Released c-l 4, and landed this as https://hg.mozilla.org/l10n/fluent-migration/rev/bdd5c66026c0198555c9fedb957cfc5e8af50131.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•