@strikepredator wrote:
My web ui is not showing up. I tried localhost:3539; localhost:3539; 10.117.224.3:3539/foo; localhost:3539/foo; localhost:3539/foo
I'm not even sure if Flexget is actually running in the background.
C:\Windows\system32>flexget daemon stop
2019-05-28 22:36 ERROR manager There does not appear to be a daemon running.Also changing the port didn't help. Don't know why the daemon isn't running when I run cmd with admin rights.
Config looks like this:
web_server:
bind: 0.0.0.0
port: 3539
ssl_certificate: '/etc/ssl/private/myCert.pem'
ssl_private_key: '/etc/ssl/private/myKey.key'
web_ui: yes
base_url: /foo
run_v2: yesStart command output:
C:\Windows\system32>flexget daemon start --daemonize
2019-05-28 22:23 ERROR manager Cannot daemonize on windows
2019-05-28 22:23 INFO web_server_daemon Running web server at IP 0.0.0.0:3539
2019-05-28 22:23 INFO web_server_daemon Initiating API
2019-05-28 22:23 INFO web_server_daemon Registering WebUI v2
2019-05-28 22:23 INFO web_server_daemon Registering WebUI v1
2019-05-28 22:23 INFO web_server Web interface available at https://10.117.224.3:3539/foo
2019-05-28 22:23 INFO scheduler No schedules defined in config. Defaulting to run all tasks on a 1 hour interval.
2019-05-28 22:23 INFO scheduler Starting schedulerAny help would be really appreciated!
Posts: 1
Participants: 1