Description
I get a WebSocket error. I noticed the message contained a reference to "/users/shawkins/...":
`mainRenderer.js:1615 init: 243.556884765625ms
/Applications/MTGATracker.app/Contents/Resources/app.asar/vendor/rws.js:209 WebSocket connection to 'ws://127.0.0.1:5678/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
ReconnectingWebSocket.open @ /Applications/MTGATracker.app/Contents/Resources/app.asar/vendor/rws.js:209
mainRenderer.js:1447 py stderr:[94260] Failed to execute script mtgatracker_backend
WARNING! Using secrets template; this will not hit production databases!Traceback (most recent call last):
File "app/mtgatracker_backend.py", line 9, in
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "/Users/shawkins/code/mtgatracker/venv/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
File "app/tasks.py", line 3, in
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "/Users/shawkins/code/mtgatracker/venv/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
File "app/dispatchers.py", line 1, in
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "/Users/shawkins/code/mtgatracker/venv/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
File "app/parsers.py", line 5, in
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "/Users/shawkins/code/mtgatracker/venv/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
File "app/models/game.py", line 5, in
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "/Users/shawkins/code/mtgatracker/venv/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
File "app/mtga_app.py", line 40, in
File "logging/handlers.py", line 148, in init
File "logging/handlers.py", line 55, in init
File "logging/init.py", line 1087, in init
File "logging/init.py", line 1116, in _open
OSError: [Errno 30] Read-only file system: '/mtga_watch.log'
/Applications/MTGATracker.app/Contents/Resources/app.asar/vendor/rws.js:209 WebSocket connection to 'ws://127.0.0.1:5678/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
ReconnectingWebSocket.open @ /Applications/MTGATracker.app/Contents/Resources/app.asar/vendor/rws.js:209
(anonymous) @ /Applications/MTGATracker.app/Contents/Resources/app.asar/vendor/rws.js:272`