Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not load new project due to "The remote server returned an error: (404) Not Found." occured #47

Closed
rxy opened this issue Oct 12, 2018 · 0 comments
Assignees
Milestone

Comments

@rxy
Copy link
Contributor

rxy commented Oct 12, 2018

This error occurred by recently MediaWiki core change.

We should be use MediaWiki API instead of "?action=raw"

@rxy rxy self-assigned this Nov 2, 2018
Krinkle pushed a commit that referenced this issue Nov 8, 2018
…rror

The action=raw approach only worked when the message was overridden by the local wiki.
If the message matched the default, it would get a 404 Not Found.

This used to be different, but was changed in MediaWiki a few months ago.

Use the MediaWiki API instead, which is also more efficient.

Fixes #47.
@Krinkle Krinkle added this to the 1.22 milestone Dec 27, 2018
Krinkle added a commit that referenced this issue Jul 21, 2019
Follows-up 38aeefb (#47). This kept the `==` check that was
originally added in df39aaa. But, when using Dictionary, accessing
a key as dict[key] causes `System.Collections.Generic.KeyNotFoundException`
to be thrown.

To check existence, use ContainsKey instead.

Ref #50.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants