Jump to content

Recommended Posts

  • 2 weeks later...
Posted

Okay, can you let me know what is needed so that you can assist me with it?

I have the following page:Capture.thumb.PNG.c0d534126cd4c68eeb4766593d7cdb31.PNG

I need to extract data from "Decline Reasons last 24h", but when I do, I get the following error in AutoIT:

_FFConnect: OS: WIN_81 WIN32_NT 9600 
_FFConnect: AutoIt: 3.3.14.2
_FFConnect: FF.au3: 0.6.0.1b-15
_FFConnect: IP: 127.0.0.1
_FFConnect: Port:   4242
_FFConnect: Delay:  2ms
_FFConnect: Socket:     636
_FFConnect: Browser:    Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0
__FFSendJavaScripts: Sending functions to FireFox .......... done
"C:\Program Files (x86)\AutoIt3\Include\FF.au3" (3003) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.:
$aTable[$j][$i] = $aRows[$j + 1]
$aTable[$j][$i] = ^ ERROR
->16:37:57 AutoIt3.exe ended.rc:1
+>16:37:57 AutoIt3Wrapper Finished.
>Exit code: 1    Time: 1.982

I have also uploaded the FF.au3 that I am using.

Here is the code:

#include <FF.au3>
#include <Array.au3>

_FFConnect()
$a = _FFTableWriteToArray()
_ArrayDisplay($a)

What else can I give you as details?

Thank you in advance!

FF.au3

Posted

There was a prior change in this UDF that attempted to fix an issue in _FFTableWriteToArray. This change was as follows --

From this

$aTable[$j][$i] = $aRows[$i + 1]

To this

$aTable[$j][$i] = $aRows[$j + 1]

You have a few options to try to address this yourself --

  • Revert this line of code to see if the error goes away. Remember that this could have other side effects
  • Debug the UDF code to determine why this error is occurring.
  • You could try the latest version from the original author, which you can download here.

P.S. I am no longer using this UDF, so I won't be updating it any further.

  • 3 weeks later...
Posted (edited)

Hello,

When i install FF, Firefox Quantum is installed, it says MozRepl is not compatible, is there something to do or should i install another version ?

( I'm pretty sure this question is reccurent, may be you can ass little statement about it in main post )

 

Or  is [UDF] WebDriver (W3C compliant)  a replacement ? i'm new to this, sorry if my question sounds dumb.

 

Thanks. 

Edited by ConnorMcLeod
  • 2 years later...
Posted
  On 3/4/2017 at 7:09 PM, Stilgar said:

Sorry for the long downtime.

Can anyone tell me what's the difference between my current version 0.6.0.2b and all the functions here in the forum? :)

Expand  

Some changes has been made. I suggest to use Total Commander file compare mode (Files - Compare By Content) to see the difference between two files._FF V0.6.0.5b-1.au3

  • 1 month later...
Posted
  On 7/4/2020 at 7:49 PM, Acom said:

I suggest to use Total Commander file compare mode

Expand  

https://winmerge.org/

is better...

;)

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted (edited)

Dude it’s light years better than winmerge In every possible conceivable way why don’t you download the trial and try it out it is the crème de la crème of comparison tools and there are none better

The merging Capabilities are amazing

Edited by Earthshine

My resources are limited. You must ask the right questions

 

  • Developers
Posted
  On 9/4/2020 at 11:21 AM, Earthshine said:

BeyondCompare makes winmerge look lame. It’s the best comparison tool out there 

Expand  

... and this is the Pro ($60) or the Regular ($30) version you are talking about?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted (edited)

Pro of course LOL but it is super awesome and I use it all the time and it has made my life much easier so if you are a professional you might wanna consider this tool

 

It can even do really good binary compares against executables even in DLLs and tell you what the differences are

 

It’s super configurable and super powerful

Edited by Earthshine

My resources are limited. You must ask the right questions

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...