asapach / peerflix-server

Streaming torrent client for Node.js with web ui.
MIT License
1.31k stars 586 forks source link

upload functionality does not work #180

Closed eugene55 closed 4 years ago

eugene55 commented 4 years ago

In log you can spot 500 status: POST /upload 500 Status message is: file is missing With that, you can notice your torrent file with name like 4ZmsjwYfXUxKVJ718nv4Hey2.torrent that appeared in /tmp

node --version is v14.4.0

asapach commented 4 years ago

It looks like it's related to this issue: https://github.com/expressjs/connect-multiparty/issues/29

asapach commented 4 years ago

Should be fixed now.