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
File "/home/user/nikola-testsite/plugins/gallery_shortcode/gallery_shortcode.py", line 58, in handler
text = [e.text for e in dom.xpath('//script') if e.text and 'jsonContent = ' in e.text][0]
IndexError: list index out of range
With other templates it's running well.
The text was updated successfully, but these errors were encountered:
With theme bnw this ends up in
With other templates it's running well.
The text was updated successfully, but these errors were encountered: