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
Unfortunately the re3data plugin is not working anymore on RDMO 1.7.0 or higher. Because this plugin to query is quite a nice feature, it would be nice, if this can be adapted to the newer RDMO versions.
Our error report:
mod_wsgi (pid=3248599): Failed to exec Python script file '/config/wsgi.py'.
mod_wsgi (pid=3248599): Exception occurred processing WSGI script '/config/wsgi.py'.
Traceback (most recent call last):
File "/config/wsgi.py", line 7, in
application = get_wsgi_application()
File "/lib/python3.7/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
django.setup(set_prefix=False)
File "/lib/python3.7/site-packages/django/init.py", line 19, in setup
configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
File "/lib/python3.7/site-packages/django/conf/init.py", line 82, in getattr
self._setup(name)
File "/lib/python3.7/site-packages/django/conf/init.py", line 69, in _setup
self._wrapped = Settings(settings_module)
File "/lib/python3.7/site-packages/django/conf/init.py", line 170, in init
mod = importlib.import_module(self.SETTINGS_MODULE)
File "/usr/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "/config/settings/init.py", line 20, in from .local import *
File "/config/settings/local.py", line 72, in
('re3data', ('Repositories from re3data'), 'rdmo_re3data.Re3DataProvider')
NameError: name '' is not defined
The text was updated successfully, but these errors were encountered:
Unfortunately the re3data plugin is not working anymore on RDMO 1.7.0 or higher. Because this plugin to query is quite a nice feature, it would be nice, if this can be adapted to the newer RDMO versions.
Our error report:
mod_wsgi (pid=3248599): Failed to exec Python script file '/config/wsgi.py'.
mod_wsgi (pid=3248599): Exception occurred processing WSGI script '/config/wsgi.py'.
Traceback (most recent call last):
File "/config/wsgi.py", line 7, in
application = get_wsgi_application()
File "/lib/python3.7/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
django.setup(set_prefix=False)
File "/lib/python3.7/site-packages/django/init.py", line 19, in setup
configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
File "/lib/python3.7/site-packages/django/conf/init.py", line 82, in
getattr
self._setup(name)
File "/lib/python3.7/site-packages/django/conf/init.py", line 69, in _setup
self._wrapped = Settings(settings_module)
File "/lib/python3.7/site-packages/django/conf/init.py", line 170, in init
mod = importlib.import_module(self.SETTINGS_MODULE)
File "/usr/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "/config/settings/init.py", line 20, in from .local import *
File "/config/settings/local.py", line 72, in
('re3data', ('Repositories from re3data'), 'rdmo_re3data.Re3DataProvider')
NameError: name '' is not defined
The text was updated successfully, but these errors were encountered: