That's exactly what I was doing. Thank you! I was starting to get tunnel vision.boskid wrote: Fri May 08, 2020 8:29 pm Are you sure you are downloading a mod and not downloading a login page that each time has a different csrf token?
Search found 2 matches
- Fri May 08, 2020 11:24 pm
- Forum: Mod and installation managers
- Topic: Mod Portal Downloads have Inconsistent Checksums
- Replies: 2
- Views: 2534
Re: Mod Portal Downloads have Inconsistent Checksums
- Fri May 08, 2020 8:22 pm
- Forum: Mod and installation managers
- Topic: Mod Portal Downloads have Inconsistent Checksums
- Replies: 2
- Views: 2534
Mod Portal Downloads have Inconsistent Checksums
This is easy enough to reproduce. Just pick a mod at random and download it a few times:
> $ for i in {1..10}; do wget -q https://mods.factorio.com/download/Tapeline/5e8d0fab65e928000c0398d8; done
> $ sha1sum 5e8d0fab65e928000c0398d8*
> 8828d00723ad8268829a3f488a8f3ff50656058b ...
> $ for i in {1..10}; do wget -q https://mods.factorio.com/download/Tapeline/5e8d0fab65e928000c0398d8; done
> $ sha1sum 5e8d0fab65e928000c0398d8*
> 8828d00723ad8268829a3f488a8f3ff50656058b ...