Andrey Vlasov
Andrey Vlasov
> The hiccup is in the `get_relative_path` method: > > ``` > def get_relative_path(file_path, base_directory): > return file_path.split(os.path.commonprefix([base_directory, file_path]))[1][1:] > ``` > > Replacing this function with `os.path.relpath` seems to...
@adeutscher Sounds great! Waiting for @sc0tfree
I accidentally tried to connect through 'wss' to my local server, which hadn't any certificates and that was causing this error. Changing to 'ws' protocol resolved this