HI all,
Package installed: betfairlightweight 1.10.4
I am using the following code and i keep getting the following error:
Exception: Certificate folder not found in C:\Users\Sean\Desktop\certs
# Import libraries
import betfairlightweight
from betfairlightweight import filters
import pandas as pd
import numpy as np
import os
import datetime
import json
# Change this certs path to wherever you're storing your certificates
certs_path = r'C:\Users\Sean\Desktop\certs'
When i copy the filepath from file explorer it matched with what i put in the code so im not too sure why it cant find it:
Filepath - C:\Users\Sean\Desktop\certs
File inside is - TeskApp.crt
Any help would be greatly appreciated.
Kind Regards
Sean
Package installed: betfairlightweight 1.10.4
I am using the following code and i keep getting the following error:
Exception: Certificate folder not found in C:\Users\Sean\Desktop\certs
# Import libraries
import betfairlightweight
from betfairlightweight import filters
import pandas as pd
import numpy as np
import os
import datetime
import json
# Change this certs path to wherever you're storing your certificates
certs_path = r'C:\Users\Sean\Desktop\certs'
When i copy the filepath from file explorer it matched with what i put in the code so im not too sure why it cant find it:
Filepath - C:\Users\Sean\Desktop\certs
File inside is - TeskApp.crt
Any help would be greatly appreciated.
Kind Regards
Sean


Comment