dotnetwikibot runs in an intranet without access to the internet. if i try to create a new page in an intranet-wiki, an error occur:
Unbehandelte Ausnahme: System.Net.WebException: Der Remotename konnte nicht aufgel”st werden: 'meta.wikimedia.org'
bei System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
bei System.Net.WebClient.DownloadString(Uri address)
bei DotNetWikiBot.Bot.GetWebResource(Uri address, String postData)
bei DotNetWikiBot.Site.GetWikimediaWikisList()
bei DotNetWikiBot.Page.GetInterWikiLinks(Boolean inSquareBrackets)
bei DotNetWikiBot.Page.AddToCategory(String categoryName)
bei EORAbl”sung.Program.Main(String args)
what means, that he can not access meta.wikimedia.org.
what can i do?
Thanks in advance, Peter.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
DotNetWikiBot requires access to meta.wikimedia.org in order to get a list of languages and sister sites. If there is no need for this and no access to the internet, you should firstly set:
public static string WMSitesStr = "m";
public static string WMLangsStr = "en";
dotnetwikibot runs in an intranet without access to the internet. if i try to create a new page in an intranet-wiki, an error occur:
Unbehandelte Ausnahme: System.Net.WebException: Der Remotename konnte nicht aufgel”st werden: 'meta.wikimedia.org'
bei System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
bei System.Net.WebClient.DownloadString(Uri address)
bei DotNetWikiBot.Bot.GetWebResource(Uri address, String postData)
bei DotNetWikiBot.Site.GetWikimediaWikisList()
bei DotNetWikiBot.Page.GetInterWikiLinks(Boolean inSquareBrackets)
bei DotNetWikiBot.Page.AddToCategory(String categoryName)
bei EORAbl”sung.Program.Main(String args)
what means, that he can not access meta.wikimedia.org.
what can i do?
Thanks in advance, Peter.
DotNetWikiBot requires access to meta.wikimedia.org in order to get a list of languages and sister sites. If there is no need for this and no access to the internet, you should firstly set:
and then set: