dmunozv04 / iSponsorBlockTV

SponsorBlock client for all YouTube TV clients.
GNU General Public License v3.0
2.21k stars 92 forks source link

Docker Container Continuously Crashing #45

Closed mvicari closed 1 year ago

mvicari commented 1 year ago

Tried recreating config file and recreating the docker container:


  File "/app/main.py", line 3, in <module>
    helpers.app_start()
  File "/app/iSponsorBlockTV/helpers.py", line 43, in app_start
    config_setup.main(config, args.file, args.debug)
  File "/app/iSponsorBlockTV/config_setup.py", line 163, in main
    loop.run_until_complete(web_session.close())
                            ^^^^^^^^^^^
UnboundLocalError: cannot access local variable 'web_session' where it is not associated with a value
dmunozv04 commented 1 year ago

It should be fixed on the latest docker build (made 1 minute ago). Thanks for letting me know