GuVAnj8Gv3RJ/NeosAccountDownloader

Log File Does Not Report Assets Count or Asset Download Errors

Closed this issue · 4 comments

When completing the download, the tool reported that 59 assets were missing (Assets: 17564 / 17623).

image

Due to this, I checked the logs to see which assets it had failed to download. However, I could not find any sort of errors reported. Thinking that this was perhaps an incorrect number being reported, I looked at the bottom of the log for the count when I realized that it is missing.

image

I believe the count should be recorded in the log as it is also shown in the application (see the first image). Additionally, I understand the disclaimer that the tool may be unable to download everything from my account. However, if the tool is reporting assets that it had found, then it should state a warning or error about retrieving that asset instead of silently ignoring the issue. I know this sort of thing would not be acceptable by many Neos groups.

You're meant to see this:
image

In the UI which took... forever to write... :'(

I'll see about figuring out why BOTH are broken :'(

Alright much better:
image

Time to use the above UI to display info aswell. GridViews are not fun.

I agree. It's like HTML tables. Not fun.

Fixed in #69 , probably needs a bunch of UI tweaks but those can happen later. PR for timeout issue coming soon(90% of asset failures are caused by this)