Hi there,
When I run Tweetinvi on Mono (3.12) I get the following printout to the console:
Could not load signature of Tweetinvi.WebLogic.HttpClientWebHelper:GenerateHttpClientFromWebRequest due to: Could not load file or assembly or one of its dependencies.
Could not load signature of Tweetinvi.WebLogic.IHttpClientWebHelper:GenerateHttpClientFromWebRequest due to: Could not load file or assembly or one of its dependencies.
This does not happen with 0.9.3 but does happen on 0.9.5.
My code is something like this:
TwitterCredentials.ApplicationCredentials = TwitterCredentials.CreateCredentials(accessToken, accessTokenSecret, apiKey, apiSecret);
TwitterCredentials.SetCredentials(TI.TwitterCredentials.ApplicationCredentials);
twitstream = Tweetinvi.Stream.CreateFilteredStream();
twitstream.AddTrack("sometags");
twitstream.StartStreamMatchingAnyCondition();
Any suggestions?
Comments: ** Comment from web user: linvi **
When I run Tweetinvi on Mono (3.12) I get the following printout to the console:
Could not load signature of Tweetinvi.WebLogic.HttpClientWebHelper:GenerateHttpClientFromWebRequest due to: Could not load file or assembly or one of its dependencies.
Could not load signature of Tweetinvi.WebLogic.IHttpClientWebHelper:GenerateHttpClientFromWebRequest due to: Could not load file or assembly or one of its dependencies.
This does not happen with 0.9.3 but does happen on 0.9.5.
My code is something like this:
TwitterCredentials.ApplicationCredentials = TwitterCredentials.CreateCredentials(accessToken, accessTokenSecret, apiKey, apiSecret);
TwitterCredentials.SetCredentials(TI.TwitterCredentials.ApplicationCredentials);
twitstream = Tweetinvi.Stream.CreateFilteredStream();
twitstream.AddTrack("sometags");
twitstream.StartStreamMatchingAnyCondition();
Any suggestions?
Comments: ** Comment from web user: linvi **
Hi,
I did not yet have a chance to look at the bug as I am trying to keep up with the development, the request for new features, the questions and the issues.
I will try to work on this during the weekend.
Regards,
Linvi