View Single Post
  #461  
Old 03-04-2011, 03:07 AM
Yansky Yansky is offline
Member
 
Join Date: May 2010
Posts: 92
Yansky is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by mce View Post
I tried the above before and after the little coding mod.

Before:

Got the Save As... box, hit enter but no rtmpdump window.

After:

Got the Save As... box, but notepad didn't appear either.

I ran the firefox Error Console and and got the following error after pressing the Enter key for Save As...

Code:
Error: fwindowTypeSplit is not defined
Source File: file:///C:/Users/mypc/AppData/Roaming/Mozilla/Firefox/Profiles/o1446y93.mypc/extensions/iViewFox@forboden.com/modules/iv.jsm
Line: 267
Question.

With debug turned on, does it go to a file or just the Error Console?
Thanks that helps a lot. fwindowTypeSplit should actually be fTypeSplit.

I wasn't encountering that error because that code is only run when you're downloading from hostworks (which I don't, I'm on edgefcs.net)

The debug mode actually just adds the "-z" parameter to rtmpdump, so it doesn't really help with the javascript code.

I've been realising lately that I really need to change the way I code. I need to put more try/catch/throw's in my code to make it easier to debug.

ok, lets try this again, 1.2.7 is the latest: https://addons.mozilla.org/en-US/fir...wfox/versions/

(thanks mce )

Last edited by Yansky : 03-04-2011 at 03:08 AM. Reason: meh
Reply With Quote