[10:04:47] Hi [10:04:47] I have a question: I'm trying to set a qualifier on an image (P18-property from which claim ID... are known) using Python3 and the API, and keep getting an error that indicates the provided snak wasn't formatted correctly. Could anybody advise on how to properly format the snak value that should be passed to the API? [10:06:06] Daniuu: try seting the same qualifier in the browser, with dev tools opened, and look at the network requests to see how the UI formats its API request [10:09:33] Lucas_WMDE: thanks for the response, I'll have a look [12:45:28] [[Tech]]; 201.230.199.78; /* valenamayay@03.gli.cmo */ new section; https://meta.wikimedia.org/w/index.php?diff=21246969&oldid=21245915&rcid=17746360 [12:45:56] [[Tech]]; ZI Jony; Undid edits by [[Special:Contribs/201.230.199.78|201.230.199.78]] ([[User talk:201.230.199.78|talk]]) to last version by Killiondude: test edits, please use the sandbox; https://meta.wikimedia.org/w/index.php?diff=21246971&oldid=21246969&rcid=17746366 [13:31:35] Lucas_WMDE: I tried what you indicated this morning (11:06 Lucas Werkmeister Daniuu: try seting the same qualifier in the browser, with dev tools opened, and look at the network requests to see how the UI formats its API request), and managed to handle it using API Sandbox, but keep getting the error while working on this from my Python file. Any idea what could cause that? [13:35:22] not sure [13:35:31] at a guess, maybe you have data=someDict instead of data=json.dumps(someDict)? [13:38:18] Lucas_WMDE: see pm :) [13:42:57] solved (timestamp did not start with "+")