You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/antony/.virtualenvs/jewishfalmouth/bin/pelican", line 11, in <module>
sys.exit(main())
File "/home/antony/.virtualenvs/jewishfalmouth/lib/python3.6/site-packages/pelican/__init__.py", line 609, in main
autoreload(watchers, args, old_static, reader_descs)
File "/home/antony/.virtualenvs/jewishfalmouth/lib/python3.6/site-packages/pelican/__init__.py", line 513, in autoreload
pelican.run()
File "/home/antony/.virtualenvs/jewishfalmouth/lib/python3.6/site-packages/pelican/__init__.py", line 184, in run
signals.all_generators_finalized.send(generators)
File "/home/antony/.virtualenvs/jewishfalmouth/lib/python3.6/site-packages/blinker/base.py", line 267, in send
for receiver in self.receivers_for(sender)]
File "/home/antony/.virtualenvs/jewishfalmouth/lib/python3.6/site-packages/blinker/base.py", line 267, in <listcomp>
for receiver in self.receivers_for(sender)]
File "/home/antony/src/git/pelican-plugins/pelican-open_graph/open_graph.py", line 45, in open_graph_tag_articles
open_graph_tag(page)
File "/home/antony/src/git/pelican-plugins/pelican-open_graph/open_graph.py", line 59, in open_graph_tag
soup = BeautifulSoup(instance._content, 'html.parser')
NameError: name 'instance' is not defined```
The text was updated successfully, but these errors were encountered:
The bug is that the pelican-plugins repro is linked to this repro at pelican-open_graph @ 83b5499 so the linked version does not work. The Master dos have the fix for this issue in the very next checkin.
I think the repo owners need to change the linked version.
As per stack trace below.
The text was updated successfully, but these errors were encountered: