dutchcoders / dutchcoders/transfer.sh
VirusTotal Error 500
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
When uploading a file to virustotal I am getting an error on the client side (both using transfer.sh and my selfhosted server)
```sh
curl -X PUT --upload-file app-release.apk https://transfer.sh/grouper.apk/virustotal
unexpected end of JSON input
```
The unexpected end of JSON input happens after about 30-60 seconds (I'm guessing after uploading?)
On the server side the only relevant logs I'm getting are
```
[transfer.sh]2023/10/19 01:12:44 Submitting to VirusTotal: grouper.apk 33248114
[transfer.sh]2023/10/19 01:13:20 scanid: , resource: , permalink: , md5:
[transfer.sh]2023/10/19 01:13:20 203.7.113.107:0 - - [2023-10-19T01:13:20Z] "PUT /grouper.apk/virustotal HTTP/1.1" 500 "" "curl/7.81.0"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.