ProfessionalWiki / SimpleBatchUpload

Allows for basic, no-frills uploading of multiple files
https://www.mediawiki.org/wiki/Extension:SimpleBatchUpload
Other
22 stars 17 forks source link

ERROR: Server Communication failed #57

Open Leader-board opened 1 year ago

Leader-board commented 1 year ago

Setup

Issue

See below Steps to reproduce: Upload anything using any method using Special:BatchUpload. Expected result: A file should be uploaded. Observed result: image The error "ERROR: Server communication failed" is observed, and nothing seems to have been uploaded. Normal MediaWiki file upload works without issues. Stacktrace: A generic 500 error message upon debugging in the console

malberts commented 1 year ago

Does this happen only with Edge on Windows 11?

I cannot reproduce this with Firefox and Chrome using:

Do you see any failing API calls in the browser dev tools?

malberts commented 1 year ago

There is also this old issue with the same error message: https://github.com/ProfessionalWiki/SimpleBatchUpload/issues/25

Did you do any additional LocalSettings config for $wgSimpleBatchUploadMaxFilesPerBatch?

Leader-board commented 1 year ago

Hi Morne, I haven't tested with other browsers, but don't think that's the issue. Here's what the console logs say:

image

We haven't configured $wgSimpleBatchUploadMaxFilesPerBatch.