Kongaloosh / blog-a-loosh

This is an indieweb blog developed for personal use.
9 stars 2 forks source link

should be able to flash-message if something's already been published. #81

Closed Kongaloosh closed 6 years ago

Kongaloosh commented 6 years ago

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 1073, in run
    self.function(*self.args, **self.kwargs)
  File "/home/deploy/kongaloosh/pysrc/posse_scripts/bridgy.py", line 38, in bridgy_twitter
    raise KeyError("There was no url! {0}".format(syndication))
KeyError: 'There was no url! {u\'error\': u"Sorry, you\'ve already published that page, and Bridgy Publish doesn\'t yet support updating or deleting existing posts. Details: https://github.com/snarfed/bridgy/issues/84"}'```