thegobot

Results 26 comments of thegobot

I was able to run in ff by modifying SDP I just put the video block at the beginning and the audio at the end of the SDP workaround ```...

The code above is a workaround You can make your own publish in FF The fact is that FF(Win7) ignores the MID-N and determines the types in ascending order.

Default Apache 2 on Debian 8.6 ebot3 conf ``` Alias /eBot-CSGO /usr/share/eBot-WEB/web AllowOverride All Allow from All php_admin_value open_basedir "/usr/share/eBot-WEB/web:/usr/share/eBot-WEB/" AssignUserID www-data www-data ```

Yes, table created... php symfony configure:database "mysql:host=localhost;dbname=ebotv3" login password ![screenshot_4](https://cloud.githubusercontent.com/assets/10280414/20392105/597d109a-ad11-11e6-9eb0-fc4f1916384c.png)

``` php symfony guard:create-user --is-super-admin admin@ebot admin pass >> guard Create user "admin" ``` The user admin was created ![screenshot_5](https://cloud.githubusercontent.com/assets/10280414/20392494/13ad6ee6-ad13-11e6-9437-ce83cd1d0d76.png) I got same error and empty page after login ```...

I commented line #AssignUserID www-data www-data and it working. When you first launch the panel without this option did not work, the engine can not create files in the /cache

I edited /etc/apache2/conf.d/ebotv3 Folder /usr/share/eBot-WEB/ has an owner www-data:www-data, but apache work under a different uid. Now I'm forced to work under Apache different user (no www-data)

``` sh: 1: node: not found module.js:340 throw err; ^ Error: Cannot find module 'formidable' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (/usr/share/eBot-CSGO/websocket_server.js:2:18)...