Search found 343 matches

by mightycpa
Wed Apr 21, 2021 10:29 pm
Forum: Technical / Scripting
Topic: FTP not working for me
Replies: 4
Views: 3659

Re: FTP not working for me

Thanks, but no. Tell you what, you may or may not have noticed, there is a password in my code. Give it a shot, tell me if it works for you.
by mightycpa
Wed Apr 21, 2021 10:20 pm
Forum: Technical / Scripting
Topic: FTP not working for me
Replies: 4
Views: 3659

FTP not working for me

It used to be pretty easy to connect via ftp. I'm having trouble with it. I'm able to connect via filezilla. It's using TLS version 1.2, require explicit. It's set to passive mode too. Here's my script: //Set IGNORESPACES to 1 to force script interpreter to ignore spaces. //If using IGNORESPACES quo...
by mightycpa
Tue Apr 20, 2021 1:28 pm
Forum: Technical / Scripting
Topic: chromedriver.exe once and for all
Replies: 29
Views: 21886

Re: chromedriver.exe once and for all

Image
Image

Marcus, I understand how hard it is when you can't replicate a problem. I could create a login for you and let you on the machine. Want to try that?
by mightycpa
Mon Apr 19, 2021 3:38 pm
Forum: Technical / Scripting
Topic: chromedriver.exe once and for all
Replies: 29
Views: 21886

Re: chromedriver.exe once and for all

Hi,

No, I'm running MS as administrator, and you'll also notice Chrome and chromedriver are launched by Admin user too.
by mightycpa
Fri Apr 16, 2021 7:02 pm
Forum: Technical / Scripting
Topic: chromedriver.exe once and for all
Replies: 29
Views: 21886

Re: chromedriver.exe once and for all

OK, our times are wildly different, I'll be back on tomorrow around 10AM, GMT +4 to check.
by mightycpa
Fri Apr 16, 2021 4:59 pm
Forum: Technical / Scripting
Topic: chromedriver.exe once and for all
Replies: 29
Views: 21886

Re: chromedriver.exe once and for all

Grovkillen,

Can you send me a compiled version of your simple script? See if that works? I know it shouldn't work any better than script, but still, I'd like to check.
by mightycpa
Fri Apr 16, 2021 4:04 pm
Forum: Technical / Scripting
Topic: chromedriver.exe once and for all
Replies: 29
Views: 21886

Re: chromedriver.exe once and for all

I have, but with an earlier version of MS. Two different licenses for two different owners. That didn't work either. The major difference between what I've got and what you have is the OS. On the MS v.15 machine, it is Windows Server 2008R2. On the MS v.14 machine, it is Windows 10 Enterprise. Neith...
by mightycpa
Fri Apr 16, 2021 1:53 pm
Forum: Technical / Scripting
Topic: chromedriver.exe once and for all
Replies: 29
Views: 21886

Re: chromedriver.exe once and for all

Good morning, yes, there's only one, regardless if I start with zero, or if I start with one. I also watch it in Task Manager, because MS goes "dark" while chrome is trying to start up. When chrome finally closes, MS becomes active again. Another movie to show you: https://app.vidjack.com/share/3173
by mightycpa
Thu Apr 15, 2021 10:09 pm
Forum: Technical / Scripting
Topic: chromedriver.exe once and for all
Replies: 29
Views: 21886

Re: chromedriver.exe once and for all

It didn't work, acted just like the others. So I decided to step through it, and opened Task Manager/Processes to watch that. Let> no problem detected. ChromeStart> It struggled here. Chromedriver.exe launched once and chrome.exe launched at least 3 instances, and sometimes up to 5. Then the smaller...
by mightycpa
Thu Apr 15, 2021 7:10 pm
Forum: Technical / Scripting
Topic: chromedriver.exe once and for all
Replies: 29
Views: 21886

Re: chromedriver.exe once and for all

It opens, yes, but it doesn't go anywhere. You can watch it, and see how it doesn't reach an address? FYI, I cut out a lot of the middle to make it much shorter, and then I noticed the "crashed" part when I moved my mouse. I've also cut out the JSON errors on the end. https://i.postimg.cc/7hL9wT8Z/c...
by mightycpa
Thu Apr 15, 2021 6:30 pm
Forum: Technical / Scripting
Topic: chromedriver.exe once and for all
Replies: 29
Views: 21886

Re: chromedriver.exe once and for all

:D I wouldn't know how. That said, I'm using your code verbatim, and the browser is completely closed when I begin. So I assume that there is no document to begin with. If you take a look at the short video where I do the recommended MJTNET script, I don't know what that's supposed to look like, but...
by mightycpa
Thu Apr 15, 2021 4:06 pm
Forum: Technical / Scripting
Topic: chromedriver.exe once and for all
Replies: 29
Views: 21886

Re: chromedriver.exe once and for all

Hi, It was from your code yesterday. To be clear, I get that error twice. Once on line 35, once on line 36: //CAUSES OF ERROR: //If you get a network failure it's probably due to the wait on line 46 being too small. //If you get slider overshooting it's probably due to the find image pos tolerance o...
by mightycpa
Thu Apr 15, 2021 3:42 pm
Forum: Technical / Scripting
Topic: chromedriver.exe once and for all
Replies: 29
Views: 21886

chromedriver.exe once and for all

Yesterday, I encountered yet another problem with chromedriver. Let's see if we can figure it out. First off, I got this error: https://i.postimg.cc/cC0NPvNJ/line35.jpg Then I found this link that tells me what to do about it: https://help.mjtnet.com/article/344-chromedriver-or-edgedriver-unquoted-s...
by mightycpa
Wed Apr 14, 2021 11:59 pm
Forum: Technical / Scripting
Topic: Cannot increment array element into variable
Replies: 7
Views: 3567

Re: Cannot increment array element into variable

Hi, Yeah, I get what you're saying, I only mentioned that because what we think we're doing and what we're actually doing are different things all too often. But if you can see an array, then that's obviously not it. I think it's helpful to have the actual code you're having issues with, although so...
by mightycpa
Wed Apr 14, 2021 10:05 pm
Forum: Technical / Scripting
Topic: Cannot increment array element into variable
Replies: 7
Views: 3567

Re: Cannot increment array element into variable

So far, you're missing a DIM, which would make vMembers_%vThisRecord% not an array element.

Does vMembers look like an array where you can inspect variables?
Sign up to our newsletter for free automation tips, tricks & discounts