sefirosweb

Results 41 comments of sefirosweb

Disable DEBUG_MODE to false ``` DEBUG_MODE=false ``` This error happens when debug is active an both bots is trying to use same port for state machine (debug mode)

You can try again with new version? I detected this issue happens in windows, i patch a few weeks ago

Yep this don't have break changes i did the same in different proyects of mineflayer ( inventory and state machine). I did several tests and works fine

Esto también me ocurre a mi pero cuando lo uso vscode bajo windows, creo que es un bug Con linux o wsl (ubuntu) me funciona bien el vscode-sftp,

Hello, if the bot is execute on same server / instance first need to check if port is free, ```ts export const getFreePort = (): Promise => { return new...

@rousseldenis I saw a bit bug when is creating the records i fixed them

Hello, nice project, currently i don't have enough time, but tell me how i can help you sefi0758

I have same issue, with params: [ir.config_parameter] web.base.url = https://odoo.mydomain.es web.base.url.freeze = True I have installed the module server_environment_ir_config_parameter It shows http instead httpS

@Dax1900 i fixed adding in the proxy X-Forwarded-Proto (cloudflare in my case)