Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

Commented Issue: Assembly load errors from HttpClientWebHelper on Mono [2519]

$
0
0
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: JKeegan **

Hi all,
I've just come across this same problem.

Test env:
OS:
Ubuntu 14.04 LTS (server)

mono --version:
Mono JIT compiler version 3.12.1 (tarball Fri Mar 6 19:12:47 UTC 2015)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen

Log message w/ exception: http://pastebin.com/uXNNAvFK

It's not critical this works for me since i'm happy running this on a windows box for now, but i'm happy to help test any patches to address this issue.
Thanks,
Josh


Viewing all articles
Browse latest Browse all 4126

Trending Articles