steffenfritz / FileTrove

FileTrove indexes files and creates metadata from them.
https://filetrove.fritz.wtf
GNU Affero General Public License v3.0
32 stars 5 forks source link

[BUG] Rogue 1 in nsrl url means the database cannot be downloaded #45

Closed ross-spencer closed 6 months ago

ross-spencer commented 6 months ago

Describe the bug A clear and concise description of what the bug is.

An additional 1 in the NSRL database string means the database cannot be downloaded: https://github.com/steffenfritz/FileTrove/blob/5e5c16b19c5d5a9eab840331619889f82891a329/nsrl.go#L105

To Reproduce Steps to reproduce the behavior:

Download the commit referenced and attempt to install fileTrove.

Expected behavior A clear and concise description of what you expected to happen.

As per above.

Screenshots If applicable, add screenshots to help explain your problem.

N/A

Additional context Add any other context about the problem here, e.g. test data

N/A

steffenfritz commented 6 months ago

Yes. This was a dirty test to catch 404 error due to #40

In fact at the moment it is not supposed that the source builds after every commit, that's why I have the DEV releases. The last hours there are coming some change and bug reports ;) (I like!) but I won't create releases for every issue I close/work on.