https://bugzilla.wikimedia.org/show_bug.cgi?id=68606
Bug ID: 68606 Summary: flickrripper doesnt compile as it depends on config.flickr which is not defined Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: jayvdb@gmail.com Web browser: --- Mobile Platform: ---
flickrripper.py fails to compile
Traceback (most recent call last): File "pwb.py", line 157, in <module> run_python_file(fn, argv, argvu) File "pwb.py", line 67, in run_python_file exec(compile(source, filename, "exec"), main_mod.__dict__) File "scripts/flickrripper.py", line 631, in <module> main() File "scripts/flickrripper.py", line 511, in main if not config.flickr['api_key']: AttributeError: 'module' object has no attribute 'flickr'
https://bugzilla.wikimedia.org/show_bug.cgi?id=68606
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |69069
https://bugzilla.wikimedia.org/show_bug.cgi?id=68606
--- Comment #1 from Gerrit Notification Bot gerritadmin@wikimedia.org --- Change 151998 had a related patch set uploaded by Audiodude: flickrripper.py: Protect the import of flickrapi with a try block.
https://gerrit.wikimedia.org/r/151998
https://bugzilla.wikimedia.org/show_bug.cgi?id=68606
Gerrit Notification Bot gerritadmin@wikimedia.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |PATCH_TO_REVIEW
https://bugzilla.wikimedia.org/show_bug.cgi?id=68606
--- Comment #2 from Gerrit Notification Bot gerritadmin@wikimedia.org --- Change 151998 merged by jenkins-bot: flickrripper.py: Protect the import of flickrapi with a try block.
https://gerrit.wikimedia.org/r/151998
https://bugzilla.wikimedia.org/show_bug.cgi?id=68606
Mpaa mpaa.wiki@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|PATCH_TO_REVIEW |RESOLVED CC| |mpaa.wiki@gmail.com Resolution|--- |FIXED
https://bugzilla.wikimedia.org/show_bug.cgi?id=68606
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |---
--- Comment #3 from John Mark Vandenberg jayvdb@gmail.com --- That changeset didn't fix this bug; but it did clean up an import error, and improve code comment syntax.
https://bugzilla.wikimedia.org/show_bug.cgi?id=68606
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jayvdb@gmail.com Component|General |Other scripts
https://bugzilla.wikimedia.org/show_bug.cgi?id=68606
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.wikimedia. | |org/show_bug.cgi?id=71864
https://bugzilla.wikimedia.org/show_bug.cgi?id=68606
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy
https://bugzilla.wikimedia.org/show_bug.cgi?id=68606
--- Comment #4 from Gerrit Notification Bot gerritadmin@wikimedia.org --- Change 170646 had a related patch set uploaded by John Vandenberg: Add default config for flickrripper
https://gerrit.wikimedia.org/r/170646
https://bugzilla.wikimedia.org/show_bug.cgi?id=68606
Gerrit Notification Bot gerritadmin@wikimedia.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |PATCH_TO_REVIEW
https://bugzilla.wikimedia.org/show_bug.cgi?id=68606
xqt info@gno.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|PATCH_TO_REVIEW |RESOLVED CC| |info@gno.de Resolution|--- |FIXED
https://bugzilla.wikimedia.org/show_bug.cgi?id=68606
--- Comment #5 from Gerrit Notification Bot gerritadmin@wikimedia.org --- Change 170646 merged by jenkins-bot: Add default config for flickrripper
https://gerrit.wikimedia.org/r/170646
pywikipedia-bugs@lists.wikimedia.org