The Following 2 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2015-11-08
, 15:03
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#1502
|
The Following 5 Users Say Thank You to marxian For This Useful Post: | ||
|
2015-11-08
, 17:33
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#1503
|
|
2015-11-09
, 00:52
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#1504
|
The Following 2 Users Say Thank You to marxian For This Useful Post: | ||
|
2015-11-11
, 10:02
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#1505
|
Request is not intended to support parallel requests. It is supposed to act like a state machine, so once it enters Loading state, no further requests should be made (except internally, such as following a redirect) until the state changes again. The mistake is in leaving it to the application to police this (which is what cutetube2 does). So, as far as cutetube2 goes, there should be no possibility of a segfault using qyoutube 0.1.6, but if some other application were to make a further call to one of the request methods during the Loading state, there could be a problem. I prefer to fix this by enforcing the intended behaviour.
The Following 5 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2015-11-11
, 17:34
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#1506
|
The Following 14 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2015-11-24
, 10:43
|
Posts: 190 |
Thanked: 206 times |
Joined on Jan 2010
@ Accra,Ghana
|
#1507
|
|
2015-11-24
, 15:40
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#1508
|
Hi marxian. I've been unable to play any videos for the last two weeks. i keep getting "no streams found". I tried the fix above but sstill no change. I also changed the media player but same result!
|
2015-11-25
, 10:31
|
Posts: 190 |
Thanked: 206 times |
Joined on Jan 2010
@ Accra,Ghana
|
#1509
|
|
2015-11-26
, 20:54
|
Posts: 190 |
Thanked: 206 times |
Joined on Jan 2010
@ Accra,Ghana
|
#1510
|
Have you updated to the latest version of qyoutube (0.1.7)? The qyoutube library is used to retreive the video streams, so it's important to have the latest version installed to ensure that the video streams continue to work. The same also applies to the qdailymotion and qvimeo libraries.
@marxian:
cutetube2 is compiled in ARMEL ScratchBox with debug symbols and not stripped -
in debian/rules:
...
qmake "CONFIG+=debug"
...
# dh_strip
unfortunately package qyoutube does not provide debug symbols, so some backtrace information might be missing.
I have coredump as well, though I doubt it will provide more information, as by the time the segfault appears, the block in question (the QNetworkReply that gets deleted in QYouTube::StreamsRequestPrivate::getVideoWebPage() ) as already gone. Will provide it at request though.
Never fear. I is here.
720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900
Community SSU developer
kernel-power developer and maintainer