Time Nick Message 10:07 Nigel rubenwardy, if you are around, I'm having problems with contentdb, whenever I try to add a new release (as the initial release has a bug) i keep getting "Task Failed" errors & such. 10:07 Nigel mod in question is the vbots mod you just approved. 10:09 rubenwardy repo links don't support trees currently 10:09 rubenwardy ie: repo should be https://github.com/nyje/visual-bots not https://github.com/nyje/visual-bots/tree/1.0_Stable 10:09 Nigel i cant upload a zip file either.. "server error" 10:09 Nigel ok, I'll try again... 10:11 Nigel says 'task failed, unknown server error" 10:11 Nigel and i copypasta'd the url you specified above. 10:12 rubenwardy the URL in the package details is still https://github.com/nyje/visual-bots/tree/1.0_Stable 10:12 rubenwardy also, hopefully fixed the zip support 10:14 Nigel cool, ok, I edited the package details. should I try again now? 10:15 rubenwardy yeah 10:15 Nigel kk 10:16 rubenwardy there was also a bug here that meant that it didn't give a proper error 10:18 Nigel ok zip upload seemed to work, says waiting for approval. 10:19 rubenwardy done 10:19 Nigel but I tried again from git with https://github.com/nyje/visual-bots and got the error again 10:19 Nigel 'task failed, unknown server error" 10:20 rubenwardy that's a different error now, looks like the github api is returning 404 10:20 Nigel odd, url is ok.. 10:21 rubenwardy https://api.github.com/repos/nyje/visual-bots/commits?sha=master 10:22 rubenwardy that's not a 404 10:22 rubenwardy did you change the reference field? 10:22 Nigel yes 10:22 rubenwardy what to? 10:22 Nigel https://github.com/nyje/visual-bots 10:22 rubenwardy that's the git url 10:22 rubenwardy not a reference 10:23 rubenwardy a reference is a branch name, commit id, or tag 10:26 Nigel ok, I'm confused. 10:27 Nigel i tried with a commit id https://github.com/nyje/visual-bots/commit/7561ab16144b4efd01e7e213958b38d8dc48e9ad and still just get the same Task Failed error 10:28 rubenwardy I'm testing locally 10:30 Nigel well, at least the download button & in-game content now provide a working version from the zip upload ;-) 10:31 rubenwardy it's working for me 10:31 rubenwardy https://rwdy.uk/14bFs.png 10:33 Nigel ok, I'll try like that... 10:33 rubenwardy how were you doing it? 10:34 Nigel I was giving it a url to the hash 10:34 Nigel yayy.. 10:35 Nigel thanks rubenwardy, and sorry for the trouble. 10:35 rubenwardy thanks for finding bugs XD 10:35 rubenwardy I should read the spec on references, and validate them 10:35 Nigel hehe 18:27 MinetestBot aldenp: Jun-27 23:45 UTC If you want to test here's a PR that should fix piston protection https://github.com/minetest-mods/mesecons/pull/466 18:28 aldenp hey so someone on my server lost their password, and I'm wondering if there's a way to reset it 18:28 sfan5 yes, /setpassword 18:28 aldenp oh, now I feel like an idiot 18:28 aldenp I assumed I'd need to change the hash in the auth sqlit3 database lol 18:28 aldenp thanks 18:29 sfan5 well 18:29 sfan5 copying an existing hash to another user would have worked 18:29 sfan5 pretty sure at least 18:29 sfan5 but that's more complicated than it needs to be 18:29 Krock aldenp: there's an API function to generate hashes 18:34 sfan5 that only works for SHA 18:34 sfan5 though if you put a SHA hash into the db it will be "upgraded" when the user logs in 18:35 Krock the SHA-base64-salt-legacy hash? 18:35 sfan5 yes