httpwatcher icon indicating copy to clipboard operation
httpwatcher copied to clipboard

ValueError: HttpWatcherStaticScriptHandler expects an absolute filesystem path for the httpwatcher.min.js script file

Open fahadahammed opened this issue 4 years ago • 0 comments

This error shows when I use the executable from pyinstaller with --onefile.

Traceback (most recent call last):
  File "tornado/http1connection.py", line 238, in _read_message
  File "tornado/routing.py", line 251, in finish
  File "tornado/web.py", line 2097, in finish
  File "tornado/web.py", line 2117, in execute
  File "tornado/web.py", line 192, in __init__
  File "httpwatcher/server.py", line 340, in initialize
ValueError: HttpWatcherStaticScriptHandler expects an absolute filesystem path for the httpwatcher.min.js script file

fahadahammed avatar May 17 '20 03:05 fahadahammed