Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update exception #15

Open
DanielOaks opened this issue Sep 23, 2015 · 0 comments
Open

Update exception #15

DanielOaks opened this issue Sep 23, 2015 · 0 comments
Labels

Comments

@DanielOaks
Copy link
Contributor

Got this exception while updating. Related to #14

Exception in thread Thread-5:
Traceback (most recent call last):
  File "<site>/basc_archiver/sites/base.py", line 62, in run
  File "<site>/basc_archiver/sites/fourchan.py", line 219, in download_item
    print('  Thread JSON downloaded.')
  File "<site>/basc_py4chan/thread.py", line 172, in update
    self.replies.extend(Post(self, p) for p in posts if p['no'] > self.last_reply_id)
  File "<site>/basc_py4chan/thread.py", line 172, in <genexpr>
    self.replies.extend(Post(self, p) for p in posts if p['no'] > self.last_reply_id)
KeyError: 'no'
@DanielOaks DanielOaks added the bug label Sep 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant