Demo not available on public part of ebot
Hi,
i don't understand why demo files aren't uploading to public part of ebot. the demo file is going from csgo server to ebot server (home/eBot-CSGO/demos/), i can find in sql tables (under maps part) the match wich was played, and the "setting" demo in these table is the name of the demo, but on public part i saw anything :(
someone could help me please?

Is the bot and web hostet on the same machine?
Yes evrything is on the same VM. I should try to separate ?
No its fine, Picture 1 (bot log) check the bot ip, try it in a browser (due to timeout)
In "/var/www/html/config/app_user.yml" set logs and demo path so web page can find them (This is not described in their documentation)
log_match: /home/ebot/logs/log_match
log_match_admin: /home/ebot/logs/log_match_admin
demo_path: /home/ebot/demos
Remember to run
php symfony cc
on the webserver. in the /var/www/html dir
I had the same demo/log error and this fixed it for me.
Thanks i'll try it
My path to web part is /usr/share/eBot-WEB/web/
No problem with that?
Use your own path, i just made a copy paste from my system :)
I complet app_user.yml when i've installed ebot but for demo and log path i don't put the first "/" ! I wrote like thath: démo path => home/eBot-CSGO/demos That's probably just that
Does it work now?
I'm at work i Will try in few hours :)
it's working !
thanks men !
but i have this error now ....
the tv_stoprecord and exec server.cfg commands are succesfuly execute on CSGO server, but ebot tell me that timed out
I get the same error but the demos is being uploaded
Ok so it's a bug
Thanks man