Closed aquilla12 closed 6 years ago
Released v0.6.0
. You may update your package dependencies, and try again ^_^
Btw
new WikiaSite(WikiClient, "http://theedgechronicles.wikia.com/")
for shorter code.WikiClient
instance in the end.Thank you very much! It's now working perfectly.
Can I dispose the WikiClient
after I initialize the WIkiaSite
or do I need to keep it until I'm finished making requests?
You need to dispose WikiClient
after finishing making all your requests to MediaWiki site; before then, keep it alive. Actually, it's the underlying HttpClient
that needs disposal.
I'm getting a Int32OverflowExeption when accessing Wikia through your client. Here's my code:
Here's the Exception message:
I'm stumped as to how to fix this, as the Exception seems to coming from a value that Newtonsoft tried to parse to an Int32 during the Initialization call.