I wanted to browse the example datasets on DroneDB, but when I visited the Brighton Beach dataset at Hub I got the following error:
To aid with diagnostics, I tried to check the Public organization on my own dronedb deployment (the registry Docker image for which I just updated this afternoon). Here’s the error message I saw in the logs:
[23:10:11 ERR] Exception in Organizations controller Get('public')
System.ArgumentNullException: Value cannot be null. (Parameter 'source')
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
at Registry.Web.Services.Managers.AuthManager.RequestAccessToOrganization(Organization org, AccessType access, User user) in /Registry/Registry.Web/Services/Managers/AuthManager.cs:line 149
at Registry.Web.Services.Managers.AuthManager.RequestAccess[T](T obj, AccessType access, User user) in /Registry/Registry.Web/Services/Managers/AuthManager.cs:line 86
at Registry.Web.Services.Managers.AuthManager.RequestAccess[T](T obj, AccessType access) in /Registry/Registry.Web/Services/Managers/AuthManager.cs:line 95
at Registry.Web.Services.Managers.OrganizationsManager.Get(String orgSlug) in /Registry/Registry.Web/Services/Managers/OrganizationsManager.cs:line 76
at Registry.Web.Controllers.OrganizationsController.Get(String orgSlug) in /Registry/Registry.Web/Controllers/OrganizationsController.cs:line 60
Based on the message, I think it’s the same problem.