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

App can`t start #4

Open
sundevista opened this issue Aug 25, 2020 · 12 comments
Open

App can`t start #4

sundevista opened this issue Aug 25, 2020 · 12 comments

Comments

@sundevista
Copy link

When I write DanbooruDownloader dump MyDataset I see it:

2020-08-25 21:19:31.9651|INFO|DanbooruDownloader.Commands.DumpCommand|Downloading metadata ... (1 ~ )
2020-08-25 21:19:33.3554|INFO|DanbooruDownloader.Commands.DumpCommand|Checking 200 posts ...
System.AggregateException: One or more errors occurred. (Object reference not set to an instance of an object.) ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at DanbooruDownloader.Commands.DumpCommand.ConvertToPost(JObject jsonObject) in D:\Projects\Machine Learning Projects\DanbooruDownloader\DanbooruDownloader\Commands\DumpCommand.cs:line 240
   at System.Linq.Enumerable.SelectArrayIterator`2.ToArray()
   at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
   at DanbooruDownloader.Commands.DumpCommand.Run(String path, Int64 startId, Boolean ignoreHashCheck, Boolean includeDeleted) in D:\Projects\Machine Learning Projects\DanbooruDownloader\DanbooruDownloader\Commands\DumpCommand.cs:line 66
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at DanbooruDownloader.Program.<>c__DisplayClass0_1.<Main>b__2() in D:\Projects\Machine Learning Projects\DanbooruDownloader\DanbooruDownloader\Program.cs:line 46
   at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
   at DanbooruDownloader.Program.Main(String[] args) in D:\Projects\Machine Learning Projects\DanbooruDownloader\DanbooruDownloader\Program.cs:line 59
---> (Inner Exception #0) System.NullReferenceException: Object reference not set to an instance of an object.
   at DanbooruDownloader.Commands.DumpCommand.ConvertToPost(JObject jsonObject) in D:\Projects\Machine Learning Projects\DanbooruDownloader\DanbooruDownloader\Commands\DumpCommand.cs:line 240
   at System.Linq.Enumerable.SelectArrayIterator`2.ToArray()
   at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
   at DanbooruDownloader.Commands.DumpCommand.Run(String path, Int64 startId, Boolean ignoreHashCheck, Boolean includeDeleted) in D:\Projects\Machine Learning Projects\DanbooruDownloader\DanbooruDownloader\Commands\DumpCommand.cs:line 66<--
@undefined-moe
Copy link

The same.

@evanjs
Copy link

evanjs commented Oct 25, 2020

Seems to work fine if built from source.
I used .NET Core 3.1 to compile the application, as 2.2.0 has reached end of life status.

@hackwellfox
Copy link

the same

@RyouMon
Copy link

RyouMon commented Jun 26, 2021

Release files is not up to date.

@sundevista
Copy link
Author

I'm closing the issue because project's abandoned

@sundevista sundevista closed this as not planned Won't fix, can't repro, duplicate, stale Jun 13, 2022
@ghost
Copy link

ghost commented Jul 31, 2022

Even if projects abandonned, you shouldnt close the issue.

@sundevista
Copy link
Author

Even if projects abandonned, you shouldnt close the issue.

Developer will not fix it. This error will not be fixed even somebody does pull request.

@ghost
Copy link

ghost commented Aug 1, 2022

Yes but that would help new people see that the project is abandonned if there is lots of issue opened for years.
Else it looks like its working just fine.

@sundevista sundevista reopened this Aug 2, 2022
@ghost
Copy link

ghost commented Aug 2, 2022

Also, i just downloaded and compiled the project and it works correctly. Only the release is outdated

@MarisaCodes
Copy link

I compiled it but it keeps exiting whenever I run it. How do I fix it? I never worked with .NET before

@ghost
Copy link

ghost commented Dec 8, 2022

Sorry its been too long i have no idea how to help :/

@nemson-source
Copy link

what is the error you are getting @MarisaCodes ?

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

7 participants