Open GoogleCodeExporter opened 8 years ago
Hi there. I too am facing the same problem since yesterday( 3-3-2011).MS light
flashes a few times and wifi light flashes once then just stays on. I am using
5.03MHU on a psp3004. The latest youtube[11]JS I downloaded from the Gotube
updater on the psp radioplayer too isn't working.
I would like to thank biscotte for continuing to provide help & support to
GoTube.
Thanks for helping everyone.
Original comment by unknownh...@gmail.com
on 4 Mar 2011 at 11:48
strange, i've entered 'bobobo episode 15' take the first result (with an orange
face on the bottom right)
start the play , see a man who got a smiley in his hand (duration 05:33)
uncomment the line "debug prupose" and post the last line you will found in
your log.txt
Original comment by biscotte...@gmail.com
on 4 Mar 2011 at 11:35
I get
ext(",5|http:",""") reachs the limite (from) p=0
Original comment by gopp...@gmail.com
on 5 Mar 2011 at 12:42
[deleted comment]
uncommented debug prupos but didnt get a log file after running gotube.
Original comment by rina.is....@gmail.com
on 5 Mar 2011 at 3:13
The log file is called log.txt and was in PSP\COMMON for me, which is also my
favorites folder.
Original comment by gopp...@gmail.com
on 5 Mar 2011 at 3:20
use your PC and go on YT
did the layout look like this :
http://img705.imageshack.us/img705/6869/ytlayout.png
(dis/like bar,show more etc...)
if that not the case , i hope your contry will get this new layout soon ...
Original comment by biscotte...@gmail.com
on 5 Mar 2011 at 4:45
This is the current Youtube layout in US:
http://img39.imageshack.us/i/desktopytlayout.png/
Log gave me this as well:
ext(",5|http:",""") reachs the limite (from) p=0
Original comment by 1PotH...@gmail.com
on 5 Mar 2011 at 5:06
another us screen: http://img12.imageshack.us/i/screenhlr.jpg/
Also thanks Goppend, I cant believe I didnt figure that out.
However my log also gave me: ext(",5|http:",""") reachs the limite (from) p=0
Original comment by rina.is....@gmail.com
on 5 Mar 2011 at 3:55
screen from youtube uk:- http://i52.tinypic.com/124c3f9.png
also the source for the page is attached if that helps
in my log also
ext(",5|http:",""") reachs the limite (from) p=0
Original comment by mark.web...@gtempaccount.com
on 5 Mar 2011 at 6:39
Attachments:
sorry to double post but i forgot to include i have psp 1003 5.00m33-6 with
gotube v1.2 and updater v4
youtube.js (11) and ext.3
have tryed normal gotube and gotube hmm still not working
also get the flashing ms led when try to play anything on youtube
but on other sites that play there is no ms flashing like google for example
i tryed to save a video which failed but the THM file was there but nothing
else if that helps in anyway
also something else i noticed is when motherless worked (no longer working)
a weird thing happend on that when i played a video on there the first one
whould play with just wlan led flashing but if i tryed to play another on same
page i whould then get the ms led flashing and the video whould not play
to get it to play i had to go to next page and then back to the page i was on
and then the video whould play no ms led flashing just the wlan led flashing
hope this helps if not sorry for wasting space and ya time
Original comment by mark.web...@gtempaccount.com
on 5 Mar 2011 at 7:01
hum the motherless problem sound simple to fix (by putting p=0; somewere)
the page source was very interesting, but can you put raw source please (are
you using IE or what ^^)?
Original comment by biscotte...@gmail.com
on 5 Mar 2011 at 7:23
[deleted comment]
doesnt seem to be an option if you tell me how ill give it a go
Original comment by mark.web...@gtempaccount.com
on 5 Mar 2011 at 7:29
[deleted comment]
looed for an addon but the raw source addon wont work on my version of firefox
can u tell me what to do?
Original comment by mark.web...@gtempaccount.com
on 5 Mar 2011 at 7:37
go on a video page
view source
copy
go on pastbin.com
past
send link
Original comment by biscotte...@gmail.com
on 5 Mar 2011 at 7:44
could you try to replace in motherless.js the line with video.URL by this one :
video.URL = 'p=0;GetContents("'+video.id+'").ext("flashvars\',\'file=","&")';
test and give me feedback (i cant test right now cuz my linksys rooter interupt
all wifi connection)
Original comment by biscotte...@gmail.com
on 5 Mar 2011 at 8:08
link to pastebin http://pastebin.com/0gfesQA0
Original comment by mark.web...@gtempaccount.com
on 5 Mar 2011 at 8:25
var Motherless = new Object();
Motherless.rev = 1;
Motherless.SearchDesc =
Motherless.Name = "Motherless";
Motherless.Search = function (keyword, page){
var result = new Object();
result.bypage = 41;//static
result.start = (page-1)*result.bypage+1;
c=GetContents('http://motherless.com/search/videos?page='+page+'&search='+escape(keyword));
result.total = -1;
result.VideoInfo = new Array();
while(p=c.indexOf("thumbnail-img-wrap",p)+1){
video = new Object();
video.attr = 3;
video.id = ext('<a href="');
video.Title = ext('title="');
video.ThumbnailURL = ext('url(');
video.ViewCount = ext('right ellipsis">',' ')*1;
video.URL = 'p=0;GetContents("'+video.id+'").ext("flashvars\',\'file=","&")';
result.VideoInfo.push(video);
}
result.end = result.start-1+result.VideoInfo.length;
return result;
}
SiteList.push(Motherless);
this is what i now have still just black screen when search wlan not flashing
Original comment by mark.web...@gtempaccount.com
on 5 Mar 2011 at 8:38
Youtube 11 isn't working for me either.
USA
1001
Gen-D
Original comment by joshuagl...@gmail.com
on 5 Mar 2011 at 11:15
Is it an issue with only the USA ver?
Original comment by rina.is....@gmail.com
on 6 Mar 2011 at 12:46
no im from uk and not working here so god knows where biscottes @ if his works
??
Original comment by mark.web...@gtempaccount.com
on 6 Mar 2011 at 12:56
@biscotte if you have firefox they hav an app called firebug it lets you see
the js script for page without having to use that pastebin etc it also has
other features might be worth a look ??
i hav tryed tweaking the scripts but dont seem to be having any luck if any1
happy to help me be much appreciated i tryed following guide on homepage but
getting nowhere fast
Original comment by mark.web...@gtempaccount.com
on 6 Mar 2011 at 1:01
okay motherless have changer they search query + flash player interface i've
commited the new script (rev 2)
going to work on other script now ...
Original comment by biscotte...@gmail.com
on 6 Mar 2011 at 2:36
i'v changed the url getting method , replace the youtube.play function by this
one :
____________________________________
YouTube.play = function (id){
c=GetContents("http://www.youtube.com/watch?v="+id);p=0;
var tbl = ext('"fmt_url_map": "').split(/,/);//list the available format in a array
var url = tbl[tbl.length-1];//take the lastest entry in the table (lowest quality)
return url.substring(url.indexOf("|")+1).replace(/\\/g,"");//format the url
}
____________________________________
test, give feedback
and i'm jaque from le france XD
Original comment by biscotte...@gmail.com
on 6 Mar 2011 at 3:54
dailymotion dosent provide FLV anymore so now i get the MP4 but they are
unplayable...
MPEG4 Video (H264) 512x384 29.99fps
AAC 44100Hz stereo 93kbps
maybe PPA or the XMB can play them ? :s
Original comment by biscotte...@gmail.com
on 6 Mar 2011 at 4:26
I've tried the new youtube.js(12) and I get the same response from my psp, ms
light flashes a little at first and no video. I checked the log.txt after this,
and the last line says
ext(""fmt_url_map": "",""") reachs the limite (from) p=0
Original comment by gopp...@gmail.com
on 6 Mar 2011 at 7:45
but i don't understand !
the past bin sample contain the word "fmt_url_map" (line 1139)
so why it dosent work for you ?!
i'm completly bored now !
Original comment by biscotte...@gmail.com
on 6 Mar 2011 at 1:53
hey biscotte am getting same code in log sorry to say
ext(""fmt_url_map": "",""") reachs the limite (from) p=0
its propa weird how yours work and im only over the river from you and mine
dont im still trying to get the hang of this scripting and then i might
actually be able to help 1day lol thnx agian to you and the others who keep
this alive
Original comment by mark.web...@gtempaccount.com
on 6 Mar 2011 at 6:16
just outta interest any1 else from france who its working for or just biscotte??
as it it dont seem to be working for uk or us users
Original comment by mark.web...@gtempaccount.com
on 6 Mar 2011 at 6:20
in germany it doesn't work as well
Original comment by Akhenta...@gmail.com
on 6 Mar 2011 at 6:29
have asked ppl to report back whether theres works or not in france or
elsewhere and for last line in log hope it helps
thread here if u wanna look:-
http://forums.psp-hacks.com/f120/gotube-v1-2-gotube-updater-v4-t259310/
Original comment by mark.web...@gtempaccount.com
on 6 Mar 2011 at 6:32
you can even try to use an older version using this url :
http://gotube.googlecode.com/svn-history/r126/trunk/biscotte/YouTube.js
change 126 by a lower number and replace the script on MS by the older on
Original comment by biscotte...@gmail.com
on 6 Mar 2011 at 6:58
deleted script and replaced with one from your link but how do i change 126 to
lower number? carnt seem to find 126 in the script or where do i look to change
but just using that script in link didnt work for me just same ms flashes black
screen and no video
Original comment by mark.web...@gtempaccount.com
on 6 Mar 2011 at 7:45
I live in France and i've got the same issue...
Original comment by porphyre...@gmail.com
on 6 Mar 2011 at 7:59
i think we can just wait until a developer (other than me) will fix the problem
...
here it's all ok (pic related)
http://img846.imageshack.us/img846/5612/ici.jpg
change 126 in the url by a lower number to get a lower revision of the script
Original comment by biscotte...@gmail.com
on 6 Mar 2011 at 8:16
weird are you using diffrent firmware to every1 else or whould that make no
diffrence?
and with the script get older copy and replace with the one you linked earlier
yes?
i give it ago and report back if any luck
on a diffrent note ive started to try and make scripts have notepad++ does it
have to be the source from page or the raw source to find the details i need??
Original comment by mark.web...@gtempaccount.com
on 6 Mar 2011 at 9:42
from the raw source (right click , view source) + network profiler
(adblock,firebug if you are on firefox. chrome if your on chrome)
Original comment by biscotte...@gmail.com
on 6 Mar 2011 at 10:02
i have ad block and firebug tryed copying ya tutorial on front page but canrnt
seem to find what im supposed to be looking for guess i need to do some
googling lol
Original comment by mark.web...@gtempaccount.com
on 6 Mar 2011 at 11:08
I got it to play videos with this replacing the Youtube.Play function
YouTube.play = function (id){
c=GetContents("http://www.youtube.com/watch?v="+id);p=0;
var tbl = unescape(ext('fmt_url_map=',';')).split(/,/);//list the available format in a array
PSPTube.log(tbl+"\n");//debugging!
var url = unescape(tbl[tbl.length-1]);//take the lastest entry in the table (lowest quality)
PSPTube.log(url+"\n");//more debugging!
return url.substring(url.indexOf("|")+1).replace(/\\/g,"");//format the url
}
Original comment by gopp...@gmail.com
on 7 Mar 2011 at 12:51
[deleted comment]
@gopp (Comment #41)
The videos play now but the video is black and white, thanks anyways though.
EDIT: Nvm, it was just one video! Thanks alot!
Original comment by 1PotH...@gmail.com
on 7 Mar 2011 at 3:12
Thankyou gopp!
Original comment by Pileofc...@gmail.com
on 7 Mar 2011 at 5:02
sweet working here 2 in uk thnx
Original comment by mark.web...@gtempaccount.com
on 7 Mar 2011 at 5:04
Also works for me in th US. Thank you Gopp!
Original comment by rina.is....@gmail.com
on 7 Mar 2011 at 5:18
hi i am also getting the same problem. i just updated youtbe to v12 ang got the
ext js but only like 1 or 2 videos load. can someone tell me how to fix this
Original comment by deoxys...@gmail.com
on 7 Mar 2011 at 5:39
Works for me, but how do I up the quality?
Original comment by joshuagl...@gmail.com
on 7 Mar 2011 at 5:40
tosh please tell me how you got it to work. btw i live in us
Original comment by deoxys...@gmail.com
on 7 Mar 2011 at 5:50
the quality carnt be fixedas far as i know because biscotte needs code for
original psptube on sofiacat wont give
@deoxy scroll up copy and paste to your youtube.js file or wait for biscotte or
whoever to release an update to download fromupdater
Original comment by mark.web...@gtempaccount.com
on 7 Mar 2011 at 5:56
Original issue reported on code.google.com by
rina.is....@gmail.com
on 4 Mar 2011 at 4:52