![]() |
2011-06-28
, 21:11
|
Posts: 306 |
Thanked: 106 times |
Joined on Feb 2010
|
#1152
|
ser@MaemoBox:~$ /opt/usr/bin/qmltube QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. QObject::connect: Cannot queue arguments of type 'QNetworkConfigurationPrivatePointer' (Make sure 'QNetworkConfigurationPrivatePointer' is registered using qRegisterMetaType().) file:///opt/usr/share/qmltube/qml/qmltube/VideoPlaybackView.qml:611: ReferenceError: Can't find variable: title file:///opt/usr/share/qmltube/qml/qmltube/VideoPlaybackView.qml:1168: ReferenceError: Can't find variable: title file:///opt/usr/share/qmltube/qml/qmltube/scripts/vimeo.js:22: TypeError: Result of expression 'results.videos' [undefined] is not an object. file:///opt/usr/share/qmltube/qml/qmltube/scripts/vimeo.js:22: TypeError: Result of expression 'results.videos' [undefined] is not an object.
![]() |
2011-06-29
, 09:26
|
Posts: 535 |
Thanked: 598 times |
Joined on Apr 2011
@ Republic of the Philippines
|
#1153
|
![]() |
2011-06-29
, 10:05
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#1154
|
Yutube is working fine but Dailymotion and Vimeo not.
Code:ser@MaemoBox:~$ /opt/usr/bin/qmltube QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. QObject::connect: Cannot queue arguments of type 'QNetworkConfigurationPrivatePointer' (Make sure 'QNetworkConfigurationPrivatePointer' is registered using qRegisterMetaType().) file:///opt/usr/share/qmltube/qml/qmltube/VideoPlaybackView.qml:611: ReferenceError: Can't find variable: title file:///opt/usr/share/qmltube/qml/qmltube/VideoPlaybackView.qml:1168: ReferenceError: Can't find variable: title file:///opt/usr/share/qmltube/qml/qmltube/scripts/vimeo.js:22: TypeError: Result of expression 'results.videos' [undefined] is not an object. file:///opt/usr/share/qmltube/qml/qmltube/scripts/vimeo.js:22: TypeError: Result of expression 'results.videos' [undefined] is not an object.
![]() |
2011-06-29
, 10:26
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#1155
|
i just received the latest update! you're working on vimeo support?! this is really great!
i don't usually say this to another guy but i love you man!
is the meego coding competition some sort of voting/popularity contest? i'd like to vote for your app.
now i feel bad that none of my friends own a maemo/meego device... they're missing something really big... wait, does cutetube-qml run on symbian3? if it does i can still market your app!
edit: i hope nokia gives you an N950/N9, they really need an app like yours in their arsenal.
The Following 5 Users Say Thank You to marxian For This Useful Post: | ||
![]() |
2011-06-29
, 11:07
|
Posts: 535 |
Thanked: 598 times |
Joined on Apr 2011
@ Republic of the Philippines
|
#1156
|
Thanks for your kind words.Unfortunately, you have to be a TMO user for 4 months before you are eligible to vote in the Meego Coding Competition.
<rant>
When testing on Symbian^3, I found that YouTube videos suffered from major buffering issues using both the stock media player and the cuteTube player. There must be an issue with the backend streaming over HTTP (maybe there is a setting in a submenu of a submenu of a submenu that will fix it :/ ). There are also a few annoying behavioural differences regarding loading translation files, reading/writing to the SQLite database (returns an error even though the operation was successful), launching the cuteTube player (background is transparent on Symbian until playback starts, so you can see the homescreen behind it), and several other things that make me want to punch the nearest Nokia employee in the face. I've spent six months getting this thing to work in Maemo5. I then spent time ensuring the UI is scalable to accommodate the lower resolution displays. Now I find that I have to practically re-write the f**ker to get it working on Symbian^3. No thanks. :/ I will stick to developing for the platforms that I enjoy using.
</rant>
The Following User Says Thank You to vetsin For This Useful Post: | ||
![]() |
2011-06-29
, 11:40
|
Posts: 168 |
Thanked: 56 times |
Joined on Mar 2010
@ Sweden
|
#1157
|
![]() |
2011-06-29
, 19:33
|
Posts: 523 |
Thanked: 292 times |
Joined on Jan 2010
|
#1158
|
I haven't had much time to work on it, as I've been working on the cuteTube update. After further research and testing, it seems that none of the available BBC streams will play on the device. I was hoping to use the iPhone stream, but some changes made by the BBC mean that it is no longer possible to access it.
The Following User Says Thank You to droitwichgas For This Useful Post: | ||
![]() |
2011-06-29
, 19:39
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#1159
|
Nice update!
Some feedback:
Most Recent: YouTube shows the most recent videos, DailyMotion just loading...., Vimeo - No videos found
Same info on most viewed
If i do a search, YouTube and DailyMotion return viewable results but Vimeo does not.
Do I have to have an account on DailyMotion and Vimeo?
Edit: When i did the update only YouTube redirected me to an authentication process. Maybe thatīs why vimoe wonīt list any files.
And what does the facebook token do?
console.log(doc.responseText)
/opt/usr/bin/qmltube
The Following User Says Thank You to marxian For This Useful Post: | ||
![]() |
2011-06-29
, 20:10
|
Posts: 306 |
Thanked: 106 times |
Joined on Feb 2010
|
#1160
|
#/opt/usr/bin/qmltube QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. {"generated_in":"0.0037","stat":"fail","err":{"code":"100","expl":"The API key passed was not valid","msg":"Invalid API Key"}} file:///opt/usr/share/qmltube/qml/qmltube/scripts/vimeo.js:22: TypeError: Result of expression 'results.videos' [undefined] is not an object. file:///opt/usr/share/qmltube/qml/qmltube/scripts/vimeo.js:22: TypeError: Result of expression 'results.videos' [undefined] is not an object.
The Following User Says Thank You to rajil.s For This Useful Post: | ||
![]() |
Tags |
cutetube, marxian = god, marxian legend, son of a gun, son of douche, son of fail, son of god, youtube |
|
thanx a lot