blackmassgroup / v_exchange

A scalable web app features LiveView authentication, user roles and permission system, and secure S3/Wasabi uploads. It calculates file hashes with Erlang crypto library and uses Oban for all most API requests for automated retries.Has CI/CD setup and is deployed on Fly.io.
https://virus.exchange
82 stars 7 forks source link

File Sample Upload/Search Error #4

Closed BradleyVX closed 1 year ago

BradleyVX commented 1 year ago

After uploading a sample to the database, the file successfully uploads to triage, but does not appear in the vxu.fly.dev database. When searching for the file's SHA256 in the database, a "we can't find the internet" message appears. upload12

BradleyVX commented 1 year ago

The error has changed, albeit slightly. The sample successfully uploads to triage, as shown here:

sample

but then does not appear in the vxu.fly database. It does appear on triage. The following error appears when trying to upload the file again:

er12

guessthepw commented 1 year ago

Pushed a fix, test again