Reply
Thread Tools
Maemish's Avatar
Posts: 1,702 | Thanked: 4,752 times | Joined on Apr 2018 @ Helsinki, Finland.
#101
Thanks. I tried to check this thread and the last pages on cutetube announce thread but could not find it. Links were for libsoup and qyoutube and for qt4-network. It may be that I got the right package on my laptop where I downloaded needed packages but then moved to N900 the wrong one or not at all cause didn't notice I had only the armhf package and just read the beginnings of packages already on N900.

Edit: Found the libssl files here
http://maemo.merlin1991.at/cssu/comm...ree/o/openssl/
__________________
"I don't know how but I can try!" (active)

Master of not knowing (active)

For me it is possible to get lost in any case (active)

Learning to fall from high (DONE)

Learning to code with BASIC (WIP)

Last edited by Maemish; 2019-09-03 at 15:12.
 

The Following User Says Thank You to Maemish For This Useful Post:
Maemish's Avatar
Posts: 1,702 | Thanked: 4,752 times | Joined on Apr 2018 @ Helsinki, Finland.
#102
@justmemory How did you query that libssl? dpkg -s libssl says I would not have them even though I already had both.
__________________
"I don't know how but I can try!" (active)

Master of not knowing (active)

For me it is possible to get lost in any case (active)

Learning to fall from high (DONE)

Learning to code with BASIC (WIP)
 

The Following User Says Thank You to Maemish For This Useful Post:
Maemish's Avatar
Posts: 1,702 | Thanked: 4,752 times | Joined on Apr 2018 @ Helsinki, Finland.
#103
Finally got something from which someone could understand something and maybe solve this. Firstly I am used to always go straight with sudo gainroot in terminal. the script /opt...etc. did not work in root but as a normal user which I now triied. So it gave this in terminal and I will look for the text file next.

/opt/cutetube2/bin/cutetube2 -v 5 > /home/user/MyDocs/yt-output.txt
Unsupported date format character at 1 (%-d.%-m.)
QNetworkReplyImpl::_q_startOperation was called more than once
Object::connect: No such slot YouTubePlaybackDialog:nStreamChanged()
__________________
"I don't know how but I can try!" (active)

Master of not knowing (active)

For me it is possible to get lost in any case (active)

Learning to fall from high (DONE)

Learning to code with BASIC (WIP)
 

The Following User Says Thank You to Maemish For This Useful Post:
Maemish's Avatar
Posts: 1,702 | Thanked: 4,752 times | Joined on Apr 2018 @ Helsinki, Finland.
#104
And here is the output when I tried to watch a video from youtube.

2019-09-03T19:28:08: Dailymotion::setUserId(). ID:
2019-09-03T19:28:08: YouTube::setUserId(). ID:
2019-09-03T19:28:08: PluginManager::load(): Loading plugins modified since 1970-01-01T02:00:00
2019-09-03T19:28:08: PluginManager::load() 0 plugins loaded
2019-09-03T19:28:08: Transfers::restore(). 0 transfers restored
2019-09-03T19:28:19: Resources::getResourceFromUrl. URL: music
2019-09-03T19:28:19: YouTubeVideoModel::list(). Resource path: /search
2019-09-03T19:28:31: YouTubeVideoModel::list(). Resource path: /search
2019-09-03T19:28:39: YouTubeStreamModel::list(). ID: M3N06KyK3s0
2019-09-03T19:28:43: VideoLauncher:layVideo(). URL: https://r1---sn-xap5-uh2e.googlevideo.com/videoplayback?expire=1567549679&ei=jpRuXYWvNZSTyQW owYjoAw&ip=83.245.252.248&id=o-AH2U9Kh3U2KDixrkChG9wg41HTa_1rW-pfMwrpWnJDcU&itag=18&source=youtube&requiressl=yes &mm=31,29&mn=sn-xap5-uh2e,sn-5go7ynez&ms=au,rdu&mv=m&mvi=0&pcm2cms=yes&pl=21&in itcwndbps=1406250&mime=video/mp4&gir=yes&clen=12151293&ratebypass=yes&dur=246.5 95&lmt=1567190684710004&mt=1567527970&fvip=6&c=WEB &txp=5531432&sparams=expire,ei,ip,id,itag,source,r equiressl,mime,gir,clen,ratebypass,dur,lmt&lsparam s=mm,mn,ms,mv,mvi,pcm2cms,pl,initcwndbps&lsig=AHyl ml4wRgIhAJ5_QffBPDMNxHOME6SUwjV2ZOuhsAXbNwVoOHSFuS syAiEA7JFYSKZwcJrN8Uv-2jX_cXQG9dVYxdyyxI1eHRAwX9Y=&type=video/mp4;+codecs="avc1.42001E,+mp4a.40.2"&sig=ALgxI2wwR QIgXt6hDj0Oh38XaL7f3HYfsXo6UVHDvbBImZNK9uFul70CIQD 9IQyTaSKjoQ3KFaQq4YCrKJWqrU6WGOjmofJtW5nuSQ==&sp=s ig&quality=medium, Player: mediaplayer
2019-09-03T19:29:13: Transfers::save(). 0 transfers saved
__________________
"I don't know how but I can try!" (active)

Master of not knowing (active)

For me it is possible to get lost in any case (active)

Learning to fall from high (DONE)

Learning to code with BASIC (WIP)
 

The Following User Says Thank You to Maemish For This Useful Post:
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#105
Originally Posted by Maemish View Post
How did you query that libssl? dpkg -s libssl says I would not have them even though I already had both.
For libssl there you have some version number in the package name so it is better to look first for the names.

Code:
dpkg -l | grep libssl
and then you can do for example

Code:
dpkg -s libssl0.9.8
 

The Following 3 Users Say Thank You to Halftux For This Useful Post:
Posts: 391 | Thanked: 908 times | Joined on Aug 2011 @ suncity
#106
Originally Posted by Halftux View Post
For libssl there you have some version number in the package name so it is better to look first for the names.

Code:
dpkg -l | grep libssl
and then you can do for example

Code:
dpkg -s libssl0.9.8
Yes, that was the way I did the query...
 

The Following 2 Users Say Thank You to justmemory For This Useful Post:
Maemish's Avatar
Posts: 1,702 | Thanked: 4,752 times | Joined on Apr 2018 @ Helsinki, Finland.
#107
Now I have the same as you, justmemory.
__________________
"I don't know how but I can try!" (active)

Master of not knowing (active)

For me it is possible to get lost in any case (active)

Learning to fall from high (DONE)

Learning to code with BASIC (WIP)
 

The Following User Says Thank You to Maemish For This Useful Post:
Posts: 256 | Thanked: 939 times | Joined on Jun 2014 @ Finland
#108
So does it work?
 

The Following User Says Thank You to Koiruus For This Useful Post:
Maemish's Avatar
Posts: 1,702 | Thanked: 4,752 times | Joined on Apr 2018 @ Helsinki, Finland.
#109
Nope. Now I have gone through the TLS 1.2 threads. Checked with microb the page howsmyssl and it says I have 1.0. I thought we were already having 1.2.

Edit: So the browser doesn't have TLS1.2 support. Mixing things.

I had not installed all deb packages from maemo-cert repo and now I have done that and then rehashed with and without perl. Just trying everything I find. Also made changes by halitux (was it?) for adding one text file to a certain place and editing line 160 and rebooting. But did not get at all what they were talking about. a lot of talk of 1.2 but didn't get it. I have also now the right libssl and openssl and have tried with different qyoutube versions. Now I think this could also be something to do with qt-x11 component thatmit should be right. But so puzzled with all these different versions (always miss where were those libqt4 -12 versions. I put that link myself on this thread maybe.Still trying but quite happy that atleast the downloading works.

So now my question is how to have / check / enable TLS 1.2 and 1.1 which freemangordon said libsoup disables or has he done it in some of those packages?
__________________
"I don't know how but I can try!" (active)

Master of not knowing (active)

For me it is possible to get lost in any case (active)

Learning to fall from high (DONE)

Learning to code with BASIC (WIP)

Last edited by Maemish; 2019-09-04 at 21:43.
 

The Following 2 Users Say Thank You to Maemish For This Useful Post:
Posts: 190 | Thanked: 206 times | Joined on Jan 2010 @ Accra,Ghana
#110
thanks Freemangordon for the new deb. I really love Youtube on my N900 as i can lie in bed and watch plus NO ADS! Initially cutetube2 wouldnt open. i got this error running the program in the terminal

"QSslSocket: cannot resolve OPENSSL_sk_free
QSslSocket: cannot resolve OPENSSL_sk_num
QSslSocket: cannot resolve OPENSSL_sk_pop_free
QSslSocket: cannot resolve OPENSSL_sk_value
QSslSocket: cannot resolve OPENSSL_init_ssl
QSslSocket: cannot resolve EVP_PKEY_id
QSslSocket: cannot resolve EVP_PKEY_base_id
QSslSocket: cannot resolve SSL_CTX_set_options
QSslSocket: cannot resolve X509_get_version
QSslSocket: cannot resolve X509_get_X509_PUBKEY
QSslSocket: cannot resolve RSA_bits
QSslSocket: cannot resolve DSA_security_bits
QSslSocket: cannot resolve DSA_get0_pqg
QSslSocket: cannot resolve X509_getm_notAfter
QSslSocket: cannot resolve X509_getm_notBefore
QSslSocket: cannot resolve TLS_client_method
QSslSocket: cannot resolve TLS_server_method
QSslSocket: cannot resolve X509_STORE_CTX_get0_chain
QSslSocket: cannot resolve OPENSSL_init_crypto
QSslSocket: cannot resolve OpenSSL_version_num
QSslSocket: cannot call unresolved function OPENSSL_init_ssl
QSslSocket: cannot call unresolved function TLS_client_method
QSslSocket: cannot call unresolved function OPENSSL_sk_num
QSslSocket: cannot call unresolved function X509_getm_notBefore
QSslSocket: cannot call unresolved function X509_getm_notAfter "

a little googling and Maemish posts made me realise there was a problem with my openssl version which was 0.98. I upgraded to openssl 1.1.0h-4 from CSSU testing.
 

The Following 3 Users Say Thank You to tcbl50 For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 08:54.