trougnouf / dtMediaWiki

Wikimedia Commons export plugin for darktable
GNU General Public License v3.0
11 stars 3 forks source link

In GUI I see "exported 1/1 images to Wikimedia Commons" but in logs "Failed to export" - and yes actually the image is not uploaded #16

Open vitaly-zdanevich opened 1 month ago

vitaly-zdanevich commented 1 month ago

image

Upload log:

register_storage_store: exporting the following image:
/tmp/IMG_0332.jpg(Gonio Fortress: red hair man)
Performing HTTP request
  Path: https://commons.wikimedia.org/w/api.php
  Request body: meta=tokens&action=query&format=json&type=csrf
  Result status:    200
  Result body:  {"batchcomplete":"","query":{"tokens":{"csrftoken":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx+\\"}}}
Failed to export Gonio Fortress: red hair man (IMG_0332).jpg
exported 1/1 images to Wikimedia Commons
trougnouf commented 1 month ago

I think that's taken care of in b21c2f2faa81836eca776c1404e838b876fb0c17 (I forgot to make an earlier commit), can you confirm whether it's fixed?