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

issue in linux64 #13

Open
kalwalt opened this issue Jan 24, 2014 · 1 comment
Open

issue in linux64 #13

kalwalt opened this issue Jan 24, 2014 · 1 comment

Comments

@kalwalt
Copy link

kalwalt commented Jan 24, 2014

I continue the conversation http://forum.openframeworks.cc/t/posting-images-on-twitter-with-openframeworks/14328/10 here, this is my log from a console:

./twitters_simple_debug : just set CACERT to : /home/walter/of_v0.8.0_linux64_release/addons/ofxOAuth-linux64_wip/twitters_simple/bin/data/certdata.txt
[notice ] ofxOAuth::loadCredentials: Unable to locate credentials file: /home/walter/of_v0.8.0_linux64_release/addons/ofxOAuth-linux64_wip/twitters_simple/bin/data/credentials.xml
[verbose] ofxOAuthVerifierCallbackServer::~ofxOAuthVerifierCallbackServer: Server starting @ http://127.0.0.1:8569/
[verbose] ofxOAuthVerifierCallbackServer::~ofxOAuthVerifierCallbackServer: Server successfully started @ http://127.0.0.1:8569/
[verbose] ofxOAuth::obtainRequestToken: -------------------
[verbose] ofxOAuth::obtainRequestToken: consumerKey >key<
[verbose] ofxOAuth::obtainRequestToken: consumerSecret >secret<
[verbose] ofxOAuth::obtainRequestToken: requestToken ><
[verbose] ofxOAuth::obtainRequestToken: requestTokenVerifier ><
[verbose] ofxOAuth::obtainRequestToken: requestTokenSecret ><
[verbose] ofxOAuth::obtainRequestToken: accessToken ><
[verbose] ofxOAuth::obtainRequestToken: accessTokenSecret ><
[verbose] ofxOAuth::obtainRequestToken: -------------------
[verbose] ofxOAuth::obtainRequestToken: 0 >https://api.twitter.com/oauth/request_token<
[verbose] ofxOAuth::obtainRequestToken: 1 >oauth_callback=http://127.0.0.1:8569/<
[verbose] ofxOAuth::obtainRequestToken: 2 >oauth_consumer_key=............<
[verbose] ofxOAuth::obtainRequestToken: 3 >oauth_nonce=................<
[verbose] ofxOAuth::obtainRequestToken: 4 >oauth_signature_method=HMAC-SHA1<
[verbose] ofxOAuth::obtainRequestToken: 5 >oauth_timestamp=1390601064<
[verbose] ofxOAuth::obtainRequestToken: 6 >oauth_version=1.0<
[verbose] ofxOAuth::obtainRequestToken: 7 >oauth_signature=...................=<
[verbose] ofxOAuth::obtainRequestToken: Request URL = https://api.twitter.com/oauth/request_token?
[verbose] ofxOAuth::obtainRequestToken: Request HEADER = oauth_callback="http%3A%2F%2F127.0.0.1%3A8569%2F", oauth_consumer_key="key", oauth_nonce="key", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1390601064", oauth_version="1.0", oauth_signature="8ajRSNNj6EnRE%2B2OnH5evqxdbgs%3D"
[verbose] ofxOAuth::obtainRequestToken: http HEADER = Authorization: OAuth oauth_callback="http%3A%2F%2F127.0.0.1%3A8569%2F", oauth_consumer_key="key", oauth_nonce="azMhuCOZ5EF4PeQRmn", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1390601064", oauth_version="1.0", oauth_signature="8ajRSNNj6EnRE%2B2OnH5evqxdbgs%3D"
==================THIS IS THE INSIDE OF THE THE FUNCTION
in here
URL TO CHECK https://api.twitter.com/oauth/request_token?
SSLCACertificateFile: /home/walter/of_v0.8.0_linux64_release/addons/ofxOAuth-linux64_wip/twitters_simple/bin/data/certdata.txt
CURL RETURNED THIS: oauth_token=key.....&oauth_token_secret=secret......&oauth_callback_confirmed=true
[verbose] ofxOAuth::obtainRequestToken: HTTP-Reply: oauth_token=key......&oauth_token_secret=key.........&oauth_callback_confirmed=true
[verbose] ofxOAuth::update: Waiting for user verification (need the pin number / requestTokenVerifier!)
[verbose] ofxOAuth::update: If the server is enabled, then this will happen as soon as the user is redirected.
[verbose] ofxOAuth::update: If the server is disabled, verification must be done via 'oob'
[verbose] ofxOAuth::update: (Out-of-band OAuth authentication). Call setRequestTokenVerifier()
[verbose] ofxOAuth::update: with a verification code to continue.
È stata creata una nuova finestra nella sessione corrente del browser.
[verbose] ofxOAuthAuthReqHandler::handleRequest: request: /?oauth_token=key.........&oauth_verifier=key
[verbose] ofxOAuth::receivedVerifierCallbackRequest: Not implemented.
[verbose] ofxOAuthAuthReqHandler::handleRequest: Cookies are empty.
[verbose] ofxOAuth::receivedVerifierCallbackHeaders: Not implemented.
[verbose] ofxOAuth::receivedVerifierCallbackGetParams: oauth_token=key
[verbose] ofxOAuth::receivedVerifierCallbackGetParams: oauth_verifier=key
[verbose] ofxOAuthAuthReqHandler::handleRequest: Post Query params are empty.
Errore di segmentazione (core dump creato)

i omitted keys for obvious reasons.

@kalwalt
Copy link
Author

kalwalt commented Jan 24, 2014

also running from gdb:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe8b95700 (LWP 10519)]
check_match (sym=0x7ffff4bfedc0) at dl-lookup.c:132
132 dl-lookup.c: File o directory non esistente.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant