Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while exporting #35

Open
swapnil-omni opened this issue Jan 22, 2025 · 1 comment
Open

Error while exporting #35

swapnil-omni opened this issue Jan 22, 2025 · 1 comment

Comments

@swapnil-omni
Copy link

While exporting data from my metabase server, after some time i get this error

   at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
   at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector)
   at metabase_exporter.MetabaseApiExport.GetMappedDashboards(MetabaseApi api, IReadOnlyDictionary`2 cardMapping, IReadOnlyCollection`1 exportedCollections) in /sln/metabase-exporter/MetabaseApiExport.cs:line 48
   at metabase_exporter.MetabaseApiExport.Export(MetabaseApi api, Boolean excludePersonalCollections) in /sln/metabase-exporter/MetabaseApiExport.cs:line 22
   at metabase_exporter.Program.Export(MetabaseApi api, Export export) in /sln/metabase-exporter/Program.cs:line 35
   at metabase_exporter.Program.Main(String[] args) in /sln/metabase-exporter/Program.cs:line 27
   at metabase_exporter.Program.<Main>(String[] args)
qemu: uncaught target signal 6 (Aborted) - core dumped

Maybe there is some issue with data in my metabase, not really sure. Any help is appriciated.

@mausch
Copy link
Member

mausch commented Jan 22, 2025

Hi, how are you running it exactly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants