Concrete18

Results 2 issues of Concrete18

## Environment data - Language Server version: v2020.11.2 - OS and version: Windows 10 - Python version: 3.8.3 ## Expected behaviour from GSM import Backup (No error) ## Actual behaviour...

enhancement

I am not sure why I get the this error. WARNING:pychromecast.controllers:PAUSE command requested but no session is active. ``` import pychromecast ChromeCasts = pychromecast.get_chromecasts() cast = next(cc for cc in...