DroneDB example datasets not accessible (possible bug in registry)

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.

1 Like

I seem to be able to access the link without the error message shown.

1 Like

I tried again, and got the same error. I then logged out, and tried the link, and I was successful. Does it work for you when you are logged in?

I’m now wondering if it’s something about Safari?

1 Like

Seems to work if I’m logged in or not. Using Chrome on Arch Linux though.

2 Likes

Transient issue?

I’m good with FireFox on Alpine Linux currently… Same for FireFox on Android.

1 Like

Working now on both. Wacky stuff. Thanks for checking!

2 Likes