mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 14:45:50 +03:00
[GH-ISSUE #180] upload functionality does not work #147
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eugene55 on GitHub (Jun 29, 2020).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/180
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 on GitHub (Jun 29, 2020):
It looks like it's related to this issue: https://github.com/expressjs/connect-multiparty/issues/29
@asapach commented on GitHub (Aug 1, 2020):
Should be fixed now.