Daniel Reeder
Daniel Reeder
`EADDRNOTAVAIL` generally indicates the port (3000 in this case) is already in use by another process. You can check which processes are using which ports by running `lsof -i :3000`
This is a significant rewrite with many changes. I'm not sure it should be pulled in all at once?
When downloading favorites, the python tool indicates "Downloading page " when continuing to the next page, but appears to fail and instead just cycles through the first page repeatedly.
I'm noticing Firefox reports `Firefox can’t establish a connection to the server at wss://:4567/groups/.` in the console. Could this be related? Fails to connect and so it reverts to the...
@seansegal The problem appears to be occurring in src/main/resources/static/js/websocket.js with the declaration of the WebSocket. I found that if I replaced the _if_ statement with just `webSocket = new WebSocket("ws://"...