We are still having issues with getting our demos working and uploaded. If anyone as any advice it is much appreciated.
ServerSettings.con: (exactly what is in my file cept for name change)
sv.autoRecord 1
sv.demoIndexURL http://www.mywebsite.net/bf2demo/
sv.demoDownloadURL http://www.mywebsite.net/bf2demo/
sv.autoDemoHook "adminutils/demo/rotate_demo.exe"
Rotate Demo cfg:
# set the number of demo files to keep in rotation
file_limit = 20
# for local web server; edit this path and make it match the one in serversettings.con
target_root =
# set to 1 to enable ftp uploading
use_ftp = 1
# set to the target directory on the ftp server
ftp_target_dir = /
# login information for the ftp server goes here
ftp_server = ftp://xx.xx.xx.xx/
ftp_user = user@mywebsite.com
ftp_password = password
----------------------------------------
With all that i get this error message output:
Traceback (most recent call last):
File "rotate_demo.py", line 137, in ?
File "ftplib.pyc", line 107, in __init__
File "ftplib.pyc", line 117, in connect
gaierror: (11001, 'getaddrinfo failed')
Not sure if im just missing something simple, or dont have a setting correct or what. Any help is appreciated fellas.
ServerSettings.con: (exactly what is in my file cept for name change)
sv.autoRecord 1
sv.demoIndexURL http://www.mywebsite.net/bf2demo/
sv.demoDownloadURL http://www.mywebsite.net/bf2demo/
sv.autoDemoHook "adminutils/demo/rotate_demo.exe"
Rotate Demo cfg:
# set the number of demo files to keep in rotation
file_limit = 20
# for local web server; edit this path and make it match the one in serversettings.con
target_root =
# set to 1 to enable ftp uploading
use_ftp = 1
# set to the target directory on the ftp server
ftp_target_dir = /
# login information for the ftp server goes here
ftp_server = ftp://xx.xx.xx.xx/
ftp_user = user@mywebsite.com
ftp_password = password
----------------------------------------
With all that i get this error message output:
Traceback (most recent call last):
File "rotate_demo.py", line 137, in ?
File "ftplib.pyc", line 107, in __init__
File "ftplib.pyc", line 117, in connect
gaierror: (11001, 'getaddrinfo failed')
Not sure if im just missing something simple, or dont have a setting correct or what. Any help is appreciated fellas.
Comment