Jump to content


Photo

Can't download file from UBot


  • Please log in to reply
39 replies to this topic

#21 JohnB

JohnB

    Advanced Member

  • UBot Users
  • PipPipPip
  • 3350 posts
  • LocationNJ
  • OS:Windows 7
  • Total Memory:8Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 16 May 2012 - 01:02 PM

Jonathan. you'll need to submit the script so we can get it to Eddie. You can send it to me, or you can attach it to a ticket. Either way we'll have him look and see if there is something he can do about it.

John

#22 tooltrainer

tooltrainer

    Advanced Member

  • UBot Users
  • PipPipPip
  • 341 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:unsure
  • License:Standard

Posted 18 May 2012 - 02:22 AM

But that's my just my point - there is no script required. Just open the UBot browser, manually log into www.videoblocks.com and try to download a clip. This has nothing at all to do with any bot, it's an issue with the browser in general.

Jonathan

#23 JohnB

JohnB

    Advanced Member

  • UBot Users
  • PipPipPip
  • 3350 posts
  • LocationNJ
  • OS:Windows 7
  • Total Memory:8Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 18 May 2012 - 08:53 AM

Ok, checking into it.

John

#24 odeesuba

odeesuba

    Advanced Member

  • UBot Users
  • PipPipPip
  • 140 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 18 May 2012 - 11:46 AM

try this code, tested it works great, download takes time



click(<class="download-now">, "Left Click", "No")
save downloaded file("{$special folder("Desktop")}\\{$rand(111111111, 9999999999)}.mov")



#25 tooltrainer

tooltrainer

    Advanced Member

  • UBot Users
  • PipPipPip
  • 341 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:unsure
  • License:Standard

Posted 18 May 2012 - 04:31 PM

Try that code how exactly? I'm talking about not being able to even download with a physical push of the button in the UBot browser. I'm not even dealing with coding issues, just getting the UBot browser to be able to download in the first place.

Download speed isn't an issue as I'm on 105MBit, but all I can ever get is the same empty 1k file from UBot (and only UBot).

Jonathan

#26 JohnB

JohnB

    Advanced Member

  • UBot Users
  • PipPipPip
  • 3350 posts
  • LocationNJ
  • OS:Windows 7
  • Total Memory:8Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 18 May 2012 - 04:41 PM

I have to say Jonathan. I have no idea what the issue is. I can download fine:

navigate("http://www.videobloc.../eagle-nebula/", "Wait")
set(#movie, $scrape attribute(<href=w"http://hss.338c.edge...eviews1/*.flv">, "href"), "Global")
download file(#movie, "{$special folder("Desktop")}/mymovie.flv")

And if your concern is to download in a browser manually, then use a browser. If you want it automated, Ubot works.

John

#27 odeesuba

odeesuba

    Advanced Member

  • UBot Users
  • PipPipPip
  • 140 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 19 May 2012 - 02:02 AM

Try that code how exactly?
Jonathan


Hi Jonathan,

I only wanted to tell you that you can download in ubot from the site you mentioned, and to give you the code to do that. That code works if you run it while ubot browser is displaying the download page to any of the videos.

Below is the complete code , just subsititue ***** with your username and email, in line 2 and 3.

navigate("https://www.videoblocks.com/login/", "Wait")
type text(<username field>, "*****", "Standard")
type text(<password field>, "*****", "Standard")
click(<outerhtml="<input type=\"submit\" class=\"submit_button\">">, "Left Click", "No")
wait for browser event("Everything Loaded", "")
navigate("http://www.videoblocks.com/videos/details/slow-motion-windy-american-flag/", "Wait")
wait for browser event("Everything Loaded", "")
click(<class="download-now">, "Left Click", "No")
save downloaded file("{$special folder("Desktop")}\\{$rand(8, 12)}.mov")




#28 tooltrainer

tooltrainer

    Advanced Member

  • UBot Users
  • PipPipPip
  • 341 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:unsure
  • License:Standard

Posted 22 May 2012 - 05:13 PM

Ahhh ok, sorry I was misunderstanding. I thought that was just some generic download code, didn't realize it had actually been tested on the site in question (since it's a pay site I didn't think anyone would likely be able to truly test it). Also since I wasn't able to download the file manually, and UBot couldn't either when it pressed the download button in a script (not using your exact code example however), it stood to reason that it simply couldn't do it for whatever reason.

Anyway I may give this a try sometime... I moved on to other things. Thanks all for the help though!

Jonathan

#29 brusacco

brusacco

    Advanced Member

  • UBot Users
  • PipPipPip
  • 79 posts
  • LocationAsuncion, Paraguay
  • OS:Windows XP
  • Total Memory:3Gb
  • Framework:v4.0
  • License:Standard

Posted 22 July 2012 - 02:23 PM

Is this issue resolved? Dont have the Update option anymore, and if there are issues like this resolved, will pay it.
But then again, why do we have to pay for broken software updates? I have no problems paying new version updates, new features updates ... etc.... but paying to get the soft to work right???? Thats no right from my point of view.

#30 brusacco

brusacco

    Advanced Member

  • UBot Users
  • PipPipPip
  • 79 posts
  • LocationAsuncion, Paraguay
  • OS:Windows XP
  • Total Memory:3Gb
  • Framework:v4.0
  • License:Standard

Posted 22 July 2012 - 02:40 PM

Any updates on this issue? Im having the same problem here. All I have is some 1k empty files all over my bots :)
I even try to click manually on the download link, file popups, input file name, save file.... all manually, same problem, I get an empty file as well.

#31 JohnB

JohnB

    Advanced Member

  • UBot Users
  • PipPipPip
  • 3350 posts
  • LocationNJ
  • OS:Windows 7
  • Total Memory:8Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 22 July 2012 - 02:42 PM

brusacco, can you provide a site I can look at?

John

#32 brusacco

brusacco

    Advanced Member

  • UBot Users
  • PipPipPip
  • 79 posts
  • LocationAsuncion, Paraguay
  • OS:Windows XP
  • Total Memory:3Gb
  • Framework:v4.0
  • License:Standard

Posted 22 July 2012 - 02:44 PM

Also tried to pay for the update 4.99$ option and the page was broken... some message like:
"Sorry something went wrong ...." as far I remember... the credit card is working since I was using it on other services, like textbroker to pay for credits...

#33 brusacco

brusacco

    Advanced Member

  • UBot Users
  • PipPipPip
  • 79 posts
  • LocationAsuncion, Paraguay
  • OS:Windows XP
  • Total Memory:3Gb
  • Framework:v4.0
  • License:Standard

Posted 22 July 2012 - 02:47 PM

Im trying to download a CVS file from Google Keyword Tool ... after the "Download" popups, y click it and wait for the download option, the download goes there and the file is created.... but is empty.

I do this process manually as well, inside Ubot Studio, same results... click download, file popups, put file name, and download ... but I get an empty file as well.

Any idesa about this?

brusacco, can you provide a site I can look at?

John



#34 JohnB

JohnB

    Advanced Member

  • UBot Users
  • PipPipPip
  • 3350 posts
  • LocationNJ
  • OS:Windows 7
  • Total Memory:8Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 22 July 2012 - 02:47 PM

For update issues you will need to submit a ticket. That can't be solved on the forum.

John

#35 brusacco

brusacco

    Advanced Member

  • UBot Users
  • PipPipPip
  • 79 posts
  • LocationAsuncion, Paraguay
  • OS:Windows XP
  • Total Memory:3Gb
  • Framework:v4.0
  • License:Standard

Posted 22 July 2012 - 02:50 PM

I need to know if this is a solved issue, so I go and pay for updates or is an open one.
All I get are 1k files ... empty ones. Even doing the process manually inside Ubot Studio.


For update issues you will need to submit a ticket. That can't be solved on the forum.

John



#36 JohnB

JohnB

    Advanced Member

  • UBot Users
  • PipPipPip
  • 3350 posts
  • LocationNJ
  • OS:Windows 7
  • Total Memory:8Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 22 July 2012 - 03:03 PM

Google KT uses a popup save as dialog to save files. They are not supported in v4, so no, you cannot download those files from that site using v4.

John

#37 brusacco

brusacco

    Advanced Member

  • UBot Users
  • PipPipPip
  • 79 posts
  • LocationAsuncion, Paraguay
  • OS:Windows XP
  • Total Memory:3Gb
  • Framework:v4.0
  • License:Standard

Posted 22 July 2012 - 03:47 PM

In my Firefox, there is no "Save as", its a regular download, like "adgooglekeywords00001232323ideas.csv" directly.
Is this oficial? So what should I do? Wait for it to get implemented? Get another version? This is kinda basic function I guess.


Google KT uses a popup save as dialog to save files. They are not supported in v4, so no, you cannot download those files from that site using v4.

John



#38 JohnB

JohnB

    Advanced Member

  • UBot Users
  • PipPipPip
  • 3350 posts
  • LocationNJ
  • OS:Windows 7
  • Total Memory:8Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 22 July 2012 - 03:56 PM

Firefox has nothing to do with UBot...This is what I see:

http://screencast.com/t/29ekhYO8ZiS


John

#39 brusacco

brusacco

    Advanced Member

  • UBot Users
  • PipPipPip
  • 79 posts
  • LocationAsuncion, Paraguay
  • OS:Windows XP
  • Total Memory:3Gb
  • Framework:v4.0
  • License:Standard

Posted 22 July 2012 - 04:28 PM

Yes thats right, I get the same in my Ubot, just saying that in Firefox its not like that.
So any ideas about this? :)


Firefox has nothing to do with UBot...This is what I see:

http://screencast.com/t/29ekhYO8ZiS


John



#40 BoeserNachbar

BoeserNachbar

    Member

  • UBot Users
  • PipPip
  • 14 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:unsure
  • License:Pro

Posted 06 August 2012 - 06:48 AM

I have the same problem with the Google Keyword Tool. Clicking on Download will open a "Save as" Dialog. I'm using UBot Studio 4.1.5. A friend of mine has got an older release of UBot. There it works pretty fine.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users