Fork me on GitHub

Wikimedia IRC logs browser - #wikidata

Filter:
Start date
End date

Displaying 47 items:

2017-04-22 01:02:53 <Alphos> facepalms
2017-04-22 01:05:07 <Alphos> i create a bot that mass reverts stuff. i ask for a bot flag. i wait for a testbed (it's not often you have to mass revert). i find one that's suitable. I run the bot to prove it works as intended. the bot gets blocked indefinitely as unapproved.
2017-04-22 01:09:31 <Alphos> did i mention it was blocked two days after completing its run, and it wasn't doing anything anymore ? >_>
2017-04-22 14:46:32 <multichill> aude: I'm looking for the task to index strings in statements in the search engine. Quite sure we had one, but can't find it. See https://www.wikidata.org/wiki/Wikidata:Project_chat#Tool_to_look_for_the_existence_of_one_identifier_in_Wikidata
2017-04-22 15:05:05 <Alphos> hey people
2017-04-22 15:06:45 <Alphos> i don't mean to be a bother, but would you consider normal to block a bot in training wheels, as its request is pending, two days after it's completed its test run with reasonable success (there are things it can't do, but it did no harm), because it doesn't have a bot flag yet ?
2017-04-22 15:08:22 <Alphos> test runs are mandatory to get the flag, and i had enough trouble finding a suitable one, it seems absurd to block a bot during a (long-standing) pending bot flag request, two days after its last edit, when everything went fine
2017-04-22 15:14:21 <Alphos> planemad : ping https://www.wikidata.org/wiki/User_talk:Alphos#User:RollBot -_-"
2017-04-22 15:44:23 <multichill> Alphos: You started https://www.wikidata.org/wiki/Wikidata:Requests_for_permissions/Bot/RollBot in jan 2016 and all of a sudden you do 500+ edits without approval. Yes, that gets you bot blocked
2017-04-22 15:47:07 <Alphos> yet i explained i had issue finding a testbed and battling the mother of all neurological conditions :/
2017-04-22 15:47:52 <Alphos> and there has been edits in that page since jan 2016
2017-04-22 15:49:04 <multichill> Both very unfortunate, but both your problems to solve. That doesn't give you a free card to let loose an unapproved bot that for 100's if not 1000's of edits
2017-04-22 15:49:26 <Alphos> so what should i have picked as a testbed ?
2017-04-22 15:50:23 <Alphos> there aren't many cases where 1) people need a big enough batch of reverts that they need a bot 2) people actually think of rollbot
2017-04-22 15:51:45 <multichill> Alphos: Your wasting your energy here. Just update https://www.wikidata.org/wiki/Wikidata:Requests_for_permissions/Bot/RollBot with your progress so it can be reviewed
2017-04-22 15:52:19 <multichill> And if you promise not to do any more tested before requested or approved at https://www.wikidata.org/wiki/Wikidata:Requests_for_permissions/Bot/RollBot , I'll unblock it now
2017-04-22 15:56:03 <Alphos> well, it's not like there's all that many requests for what my bot does, as i said. and i had to finish the edits it couldn't perform, which took me time, discovered a million and a half missing precisions for geolocations, which i had to investigate, ended up having a fit, and yeah, i did forget to publish a message that it was a testbed
2017-04-22 15:56:48 <Alphos> i don't really need to promise not to kill a black swan if there's no black swan in sight, right ? :/
2017-04-22 16:45:11 <WikidataFacts> is there a tool for creating a small number of similar Wikidata items?
2017-04-22 16:47:24 <Alphos> ask Dereckson, he has one for first names and last names
2017-04-22 16:51:37 <Dereckson> there is perhaps https://tools.wmflabs.org/wikidata-todo/quick_statements.php
2017-04-22 16:51:47 <Dereckson> Harmonia uses that a lot
2017-04-22 16:53:44 <WikidataFacts> Dereckson: thanks, I’ll see if that can do what I need
2017-04-22 17:02:52 <Alphos> i'll try and publish sparquickl 4 tomorrow, it's about languages ^^
2017-04-22 17:04:44 <Alphos> bbl
2017-04-22 17:16:44 <WikidataFacts> hm, what will quickstatements do if I add two source pairs – two references, or one reference with two “statements”?
2017-04-22 17:17:48 <WikidataFacts> I guess I’ll find out…
2017-04-22 17:26:25 <WikidataFacts> (it adds two references)
2017-04-22 19:26:13 <multichill> SMalyshev: Where in the query interface can I copy the url in a format to paste in Wikitext? I used to just copy it from the url bar in Firefox, but looks like that behaviour changed and it's no longer urlencoded.
2017-04-22 19:27:32 <WikidataFacts> multichill: I usually get the tiny URL and then copy the url that redirects to – it’s ugly, but it works :/
2017-04-22 19:28:26 <multichill> That stopped working too after the recent update
2017-04-22 19:28:43 <multichill> 53.0
2017-04-22 19:28:48 <WikidataFacts> I use this function to copy it: https://github.com/lucaswerkmeister/home/blob/master/.bashrc.d/copy-location
2017-04-22 19:29:16 <WikidataFacts> (I have no idea if you’re familiar with the command line, so I don’t know if this is helpful… sorry if it isn’t)
2017-04-22 19:30:08 <multichill> If you can attach a keyboard to it, I can probably work with it WikidataFacts ;-) Thanks
2017-04-22 19:30:18 <WikidataFacts> okay then :D
2017-04-22 19:33:52 <WikidataFacts> perhaps that was a stupid thing to say, I just don’t know enough people/nicknames yet :D
2017-04-22 19:35:58 <multichill> Looking at it, it's still encodedish, just the spaces are not %20
2017-04-22 19:36:05 <multichill> That breaks the wikitext
2017-04-22 19:37:16 <WikidataFacts> weird
2017-04-22 19:37:29 <WikidataFacts> | sed 's/ /%20/g', I guess ?
2017-04-22 19:38:32 <SMalyshev> multichill: worked for me so far, maybe chrome changes something :\ I'll check on Monday
2017-04-22 19:40:23 <multichill> SMalyshev: Looks like it shipped 3 days ago
2017-04-22 19:40:58 <SMalyshev> may be related to that homophones problem fix they rolled out recently...
2017-04-22 19:54:28 <multichill> https://www.wikidata.org/wiki/Topic:Tp6l9aae8e3nsbl1 <- is it weird of me to expect from a property creator to actually do the steps on https://www.wikidata.org/wiki/Wikidata:Property_creators#Steps_when_creating_properties ? :P
2017-04-22 22:41:39 <seutail> hi, is there any admin around?
2017-04-22 22:41:49 <seutail> it's not an urgent issue, but i'd love to get it fixed if it's possible

This page is generated from SQL logs, you can also download static txt files from here