diff --git a/InvenTree/plugin/plugin.py b/InvenTree/plugin/plugin.py index e531e6a56f..29b9891eff 100644 --- a/InvenTree/plugin/plugin.py +++ b/InvenTree/plugin/plugin.py @@ -366,7 +366,7 @@ class InvenTreePlugin(VersionMixin, MixinBase, MetaBase): try: website = meta['Project-URL'].split(', ')[1] - except (ValueError, IndexError, ): + except (ValueError, IndexError, AttributeError, ): website = meta['Project-URL'] return {