Error when releading scripts

Hi, i just realized that my 0.77.X version throws me an error when i try to reload the scripts. All Scripts disappear and only reappear after a restart.

Error executing service <ServiceCall script.reload (c:8f4546683859494eb0c5f532564d2316)>
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/homeassistant/core.py", line 1117, in _event_to_service_call
    await service_handler.func(service_call)
  File "/usr/local/lib/python3.6/site-packages/homeassistant/components/script.py", line 115, in reload_service
    yield from _async_process_config(hass, conf, component)
  File "/usr/local/lib/python3.6/site-packages/homeassistant/components/script.py", line 167, in _async_process_config
    for object_id, cfg in config[DOMAIN].items():
KeyError: 'script'

Anybody else have the same behaviour?

Solved… it doesnt work when using packages…