Football Scores, In-Play Stats & Momentum via script, using an API. Version 2

Locked
sniffer66
Posts: 1666
Joined: Thu May 02, 2019 8:37 am

The other thing I can think of is UAC (User Access Control). I always disable mine
humanoid769
Posts: 91
Joined: Fri Nov 09, 2018 11:22 am

Yep I have full control now this is what I still see.. empty output folder
You do not have the required permissions to view the files attached to this post.
Archery1969
Posts: 3192
Joined: Thu Oct 24, 2019 8:25 am
Location: Newport

sniffer66 wrote:
Tue Mar 15, 2022 5:24 pm
Archery1969 wrote:
Tue Mar 15, 2022 5:22 pm
Strange as I am Admin on my own device but when i just checked the c:\temp folder it was set to Read Only. :oops:
I assume you are going to try changing it ?
Yes but its still not working.

>"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "C:\Temp\football.au3" /UserParams
+>17:32:00 Starting AutoIt3Wrapper (21.316.1639.1) from:SciTE.exe (4.4.6.0) Keyboard:00000809 OS:WIN_10/2009 CPU:X64 OS:X64 Environment(Language:0809) CodePage:0 utf8.auto.check:4
+> SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE UserDir => C:\Users\markj\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper SCITE_USERHOME => C:\Users\markj\AppData\Local\AutoIt v3\SciTE
>Running AU3Check (3.3.16.0) from:C:\Program Files (x86)\AutoIt3 input:C:\Temp\football.au3
+>17:32:01 AU3Check ended.rc:0
>Running:(3.3.16.0):C:\Program Files (x86)\AutoIt3\autoit3.exe "C:\Temp\football.au3"
+>Setting Hotkeys...--> Press Ctrl+Alt+Break to Restart or Ctrl+BREAK to Stop.
sniffer66
Posts: 1666
Joined: Thu May 02, 2019 8:37 am

humanoid769 wrote:
Tue Mar 15, 2022 5:33 pm
Yep I have full control now this is what I still see.. empty output folder
Don't forget you'll get an empty folder until a match you have the baf deployed to goes in-play, and the export rule triggers. If theres a game already inplay you want to test on, stop the script, remove the baf from the match and re-apply it, then start the script again. That will always force recreation of the export csv, and force the script to re-import the market name
Archery1969
Posts: 3192
Joined: Thu Oct 24, 2019 8:25 am
Location: Newport

ok, so if i turn AutoIt off and run the .baf file it creates the matches in the folder but the moment I turn AutoIt on they dissappear and nothing being updated.
You do not have the required permissions to view the files attached to this post.
sniffer66
Posts: 1666
Joined: Thu May 02, 2019 8:37 am

Ok, so thats one test. We know the output csv's are being created, and the script is processing them

So, next step is to check we are getting data from SofaScore

Uncomment Line 43 by removing the ";" at the start

;Json_Dump($data)

Then, stop the script (Tools - Stop Executing), remove and re-apply the baf to regeenerate the output csv and start the script

if you are talking to SS then you should see a large raft of stat data in the Scite Console pane
humanoid769
Posts: 91
Joined: Fri Nov 09, 2018 11:22 am

sniffer66 wrote:
Tue Mar 15, 2022 5:38 pm
humanoid769 wrote:
Tue Mar 15, 2022 5:33 pm
Yep I have full control now this is what I still see.. empty output folder
Don't forget you'll get an empty folder until a match you have the baf deployed to goes in-play, and the export rule triggers. If theres a game already inplay you want to test on, stop the script, remove the baf from the match and re-apply it, then start the script again. That will always force recreation of the export csv, and force the script to re-import the market name
Hi Yes that game did go into play with the baf file attached and the import export has triggered
Archery1969
Posts: 3192
Joined: Thu Oct 24, 2019 8:25 am
Location: Newport

sniffer66 wrote:
Tue Mar 15, 2022 5:43 pm
Ok, so thats one test. We know the output csv's are being created, and the script is processing them

So, next step is to check we are getting data from SofaScore

Uncomment Line 43 by removing the ";" at the start

;Json_Dump($data)

Then, stop the script (Tools - Stop Executing), remove and re-apply the baf to regeenerate the output csv and start the script

if you are talking to SS then you should see a large raft of stat data in the Scite Console pane
Yes
You do not have the required permissions to view the files attached to this post.
sniffer66
Posts: 1666
Joined: Thu May 02, 2019 8:37 am

Perfect. Thats what we should have

Ok, so add the ";" back in to Line 43 and now uncomment line 144 in the same way

;_ArrayDisplay($aFinalArray)

Then go through the same stop script, remove baf, add baf and start script process

You should now get a pop up array display with team names in and the ID etc
Archery1969
Posts: 3192
Joined: Thu Oct 24, 2019 8:25 am
Location: Newport

sniffer66 wrote:
Tue Mar 15, 2022 5:51 pm
Perfect. Thats what we should have

Ok, so add the ";" back in to Line 43 and now uncomment line 144 in the same way

;_ArrayDisplay($aFinalArray)

Then go through the same stop script, remove baf, add baf and start script process

You should now get a pop up array display with team names in and the ID etc
No pop-up !!!!
You do not have the required permissions to view the files attached to this post.
sniffer66
Posts: 1666
Joined: Thu May 02, 2019 8:37 am

and you've applied the baf to matches that are currently inplay ?

Just double checking :D
Archery1969
Posts: 3192
Joined: Thu Oct 24, 2019 8:25 am
Location: Newport

sniffer66 wrote:
Tue Mar 15, 2022 6:01 pm
and you've applied the baf to matches that are currently inplay ?

Just double checking :D
Correct. :D
sniffer66
Posts: 1666
Joined: Thu May 02, 2019 8:37 am

Ok, getting somewhere

Can you paste this in to Line 75, under existing Line 74

_ArrayDisplay($aFinalArray)

Then do the whole remove, add etc

We need to recreate the export CSV's and see if they are being read and processed
humanoid769
Posts: 91
Joined: Fri Nov 09, 2018 11:22 am

looking promising :-)
Archery1969
Posts: 3192
Joined: Thu Oct 24, 2019 8:25 am
Location: Newport

sniffer66 wrote:
Tue Mar 15, 2022 6:09 pm
Ok, getting somewhere

Can you paste this in to Line 75, under existing Line 74

_ArrayDisplay($aFinalArray)

Then do the whole remove, add etc

We need to recreate the export CSV's and see if they are being read and processed
No pop-up
Locked

Return to “Bet Angel Automation - Football”