Joe Reeve
Joe Reeve
Response from ssastry: > At this point, I am tempted to say, this is pretty much a won't support scenario. Ideally, we would detect this wikitext pattern and flag it...
@kelson42 Removing milestone as this is now out of our hands
I spent quite a few hours on this last week with little progress. I got stuck on importing OOJS using the MW api, the live sites don't seem to request...
@kelson42 Do you mean the problem is that the articleList contains redirects, and MWO is not resolving them?
I think it is, yes
Surely that's fine? The reader serves the content from the redirect, and the hash is preserved? I have a fix nearly ready
This issue should have been closed by the PR above. I will close for now, we can re-open if it's not fixed :)
Error logs are always printed (regardless of `--verbose`). `--verbose` only controls the logging of `info` and `warn` logs...
Download failures are currently treated as warnings. I've been reserving "error" for fatal errors, rather than a download error. This SO post suggests that Error should be "fatal to an...
@kelson42 I actually meant that I would implement this. "fatal to an operation" would mean something like: an http request failed. I do think we should log failed downloads as...