Closed roccojiang closed 6 years ago
This issue seems similar to error #48 but there isn't a process running on port 1337 (at least I don't think so).
Try open http://localhost:1337 in a browser (without doing anything with this workflow).
If you get a response, something is running on that port, which sounds like the most likely explanation, especially as the Alfred Google Drive code should not give you a “404” but rather say “Something went wrong” (browser response) and it would show Received HTTP request
in the log, if it had been able to run the http server.
http://localhost:1337 returns 404 page not found
.
Then something is definitely running on that port. Try run something like this to find out what:
lsof -i -n -P | grep '1337.*TCP'
A while ago the workflow started running very slowly for me so I decided to log out and log back in again in an attempt to solve the problem. However, once I tried to log back in, the browser fails with a 404 code. This issue seems similar to error #48 but there isn't a process running on port 1337 (at least I don't think so).
I'm running macOS 10.12.6 and Alfred v3.5.1 (883) on Opera. The logs are:
After this happened, I tried this on another laptop finding that I had been automatically logged out. However, the issue did not happen there and I was able to log back in successfully.