X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Fpeertube-upload.ts;h=114fe8a290da599583d91fdb760b1e32d378a7b8;hb=c5b28f63367ac373bfa38d4b21791a0a5f1d78c1;hp=47ac87acd657c1ce6548bea736309841162a28d8;hpb=743dab5517d4501f6b35cfc795de6c8b6f41ebb3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tools/peertube-upload.ts b/server/tools/peertube-upload.ts index 47ac87acd..114fe8a29 100644 --- a/server/tools/peertube-upload.ts +++ b/server/tools/peertube-upload.ts @@ -65,7 +65,7 @@ async function run (url: string, username: string, password: string) { } catch (err) { const message = err.message || '' if (message.includes('413')) { - console.error('Aborted: the video file you try to upload it too big for this PeerTube instance.') + console.error('Aborted: user quota is exceeded or video file is too big for this PeerTube instance.') } else { console.error(require('util').inspect(err)) }