Closed #501. `je/42cc_6922` Fixed that error (and couple of others along the way) on that repo.
Encountered other bug - imported attachments doesn't attach to comments (at least, they're not displayed on UI). Tested in master branch. I think you need another ticket for that. --- ** [tickets:#6922] GH import freezes on comment with image** **Status:** code-review **Labels:** import github 42cc **Created:** Tue Nov 26, 2013 10:59 PM UTC by Dave Brondsema **Last Updated:** Tue Dec 03, 2013 12:23 AM UTC **Owner:** nobody Testing `rauhryan/huboard` gets hung up. Running taskd manually and hitting ctrl-c let me see where it was at that point in time: ~~~~ File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/base.py", line 122, in import_tool mount_point=mount_point, mount_label=mount_label, **kw) File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 131, in import_tool self.process_comments(extractor, ticket, issue) File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 182, in process_comments body, attachments = self._get_attachments(comment['body']) File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 256, in _get_attachments for i, match in enumerate(found_matches): File "/var/local/env-allura/lib/python2.7/site-packages/async-0.6.1-py2.7-linux-x86_64.egg/async/__init__.py", line 20, in thread_interrupt_handler prev_handler(signum, frame) KeyboardInterrupt ~~~~ https://github.com/rauhryan/huboard/issues/48#issuecomment-5396859 is consistently the last comment to be saved to mongo. So something in the next one? --- Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.