Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

livereload broken for Win10 #231

Open
voron434 opened this issue Aug 31, 2020 · 1 comment
Open

livereload broken for Win10 #231

voron434 opened this issue Aug 31, 2020 · 1 comment
Labels
state: needs info More information is needed to identify what has to be done for this issue/PR type: bug A confirmed bug or unintended behavior

Comments

@voron434
Copy link

I'm using livereload==2.6.3, python 3.7

When I run it with commandline interface I'm getting error:

(venv) C:\Users\Илья\Desktop\player-layout>livereload static
  File "C:\Users\Илья\Desktop\player-layout\venv\Scripts\livereload-script.py", line 1
SyntaxError: Non-UTF-8 code starting with '\xe8' in file C:\Users\Илья\Desktop\player-layout\venv\Scripts\livereload-script.py on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

Than I reinstalled it with 2.4 version and now it's working:

(venv) C:\Users\Илья\Desktop\player-layout>pip install livereload==2.4.0
Collecting livereload==2.4.0
  Downloading https://files.pythonhosted.org/packages/b3/7b/354d562504ca4f821c38e1a07ebda7a43ccbb8de2e875be0f3a829a56110/livereload-2.4.0-py2.py3-none-any.whl
Requirement already satisfied: six in c:\users\илья\desktop\player-layout\venv\lib\site-packages (from livereload==2.4.0) (1.15.0)
Requirement already satisfied: tornado in c:\users\илья\desktop\player-layout\venv\lib\site-packages (from livereload==2.4.0) (6.0.4)
Installing collected packages: livereload
  Found existing installation: livereload 2.6.3
    Uninstalling livereload-2.6.3:
      Successfully uninstalled livereload-2.6.3
Successfully installed livereload-2.4.0
You are using pip version 19.0.3, however version 20.2.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

(venv) C:\Users\Илья\Desktop\player-layout>livereload static
[I 200831 20:23:53 server:271] Serving on http://127.0.0.1:35729
[I 200831 20:23:53 handlers:58] Start watching changes
[I 200831 20:23:53 handlers:60] Start detecting changes
[I 200831 20:25:48 server:291] Shutting down...

Seems like you've broke win10 compitability in a few last versions.

@pradyunsg
Copy link
Collaborator

Thanks for filing this! If you could use git bisect to identify the source of the issue, that's be awesome! ^>^

@pradyunsg pradyunsg added type: bug A confirmed bug or unintended behavior state: needs info More information is needed to identify what has to be done for this issue/PR labels Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: needs info More information is needed to identify what has to be done for this issue/PR type: bug A confirmed bug or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants