Page MenuHomePhabricator

Uploading images from Flickr via UploadWizard is broken
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:
UploadWizard immediately throws the following error and the upload stalls indefinitely:

jQuery.Deferred exception: Cannot read properties of undefined (reading 'getValue') TypeError: Cannot read properties of undefined (reading 'getValue')
    at uw.deed.Abstract.getSourceWikiText (https://commons.wikimedia.org/w/load.php?lang=en&modules=ext.uploadWizard&skin=vector&version=a0eyf:126:95)
    at mw.UploadWizardDetails.getWikiText (https://commons.wikimedia.org/w/load.php?lang=en&modules=ext.uploadWizard&skin=vector&version=a0eyf:270:979)
    at mw.UploadWizardDetails.submit (https://commons.wikimedia.org/w/load.php?lang=en&modules=ext.uploadWizard&skin=vector&version=a0eyf:272:442)
    at uw.controller.Details.transitionOne (https://commons.wikimedia.org/w/load.php?lang=en&modules=ext.uploadWizard&skin=vector&version=a0eyf:81:54)
    at uw.ConcurrentQueue.executeNext (https://commons.wikimedia.org/w/load.php?lang=en&modules=ext.uploadWizard&skin=vector&version=a0eyf:61:524)
    at uw.ConcurrentQueue.startExecuting (https://commons.wikimedia.org/w/load.php?lang=en&modules=ext.uploadWizard&skin=vector&version=a0eyf:61:790)
    at uw.controller.Details.transitionAll (https://commons.wikimedia.org/w/load.php?lang=en&modules=ext.uploadWizard&skin=vector&version=a0eyf:81:321)
    at uw.controller.Details.submit (https://commons.wikimedia.org/w/load.php?lang=en&modules=ext.uploadWizard&skin=vector&version=a0eyf:81:704)
    at https://commons.wikimedia.org/w/load.php?lang=en&modules=ext.uploadWizard&skin=vector&version=a0eyf:79:94
    at fire (https://commons.wikimedia.org/w/load.php?lang=en&modules=jquery%2Coojs-ui-core&skin=vector&version=3lhec:42:705) undefined
jQuery.Deferred.exceptionHook @ jquery.js:3783

What should have happened instead?:
The file should upload normally.

Other information (browser name/version, screenshots, etc.):
Chrome 121.0.6167.184 (Official Build) (x86_64) on MacOS. It was working fine for me 2 weeks ago.

Event Timeline

The problem has also been reported on Commons by 2 other people. The earliest report is from February 21.

@Samwilson - It seems very similar, but the error is different. Not sure if it's a duplicate or not.

I think the underlying issues is the same, and the other ticket has been resolved. @Nosferattus can you check if it works for you now please?

Nosferattus claimed this task.

I have confirmed that this is fixed. Thank you!