You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[E 210824 12:02:32 ioloop:907] Exception in callback <bound method LiveReloadHandler.poll_tasks of <class 'livereload.handlers.LiveReloadHandler'>>
Traceback (most recent call last):
File "...\lib\site-packages\tornado\ioloop.py", line 905, in _run
return self.callback()
File "...\lib\site-packages\livereload\handlers.py", line 66, in poll_tasks
filepath, delay = cls.watcher.examine()
File "...\lib\site-packages\livereload\watcher.py", line 71, in examine
if self.is_changed(path, item['ignore']):
File "...\lib\site-packages\livereload\watcher.py", line 91, in is_changed
return self.is_glob_changed(path, ignore)
File "...\lib\site-packages\livereload\watcher.py", line 135, in is_glob_changed
for f in glob.glob(path):
File "...\lib\glob.py", line 22, in glob
return list(iglob(pathname, recursive=recursive))
File "...\lib\glob.py", line 44, in _iglob
if not has_magic(pathname):
File "...\lib\glob.py", line 156, in has_magic
match = magic_check.search(s)
TypeError: expected string or bytes-like object
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: