azai91/alfred-drive-workflow

Oauth is broken

Closed this issue · 6 comments

Looks like I am having the same problem.

The local server at 1337 does not seem to run (at least the redirect to go there from Google does not work).

Please help? I'd love to use this plugin.

Can you attempt to login (d > login in alfred) and then run lsof -i -P | grep -i "listen" | grep 1337 in your terminal. Let me know if you get an output from the terminal.

For me it worked one day later. So I am not sure what the problem was. Maybe I had to restart my computer or something.

Having same issue (my issue looks like the same as the screencast here: #9)

Here are the results of the listen command:

`lsof -i -P | grep -i "listen" | grep 1337

Python 28306 Danny 5u IPv4 0xd199bca7bfffcabd 0t0 TCP localhost:1337 (LISTEN)
Python 28328 Danny 5u IPv4 0xd199bca7bfffcabd 0t0 TCP localhost:1337 (LISTEN)`

Also no debug information shows in the Alfred deugger set at log all information.

This is one of the most useful workflows and it's a bit of a bummer :(.

Also received success message.
image

Tried

  • reinstalling Workflow with latest release
  • re logging in
  • clearing cache
  • changing to argument required
  • change keyword

Thanks for your help!

I am getting socket.error: [Errno 48] Address already in use. Not sure how can I fix that?

Please upgrade to version 2.0.

The authentication code has been rewritten and should be much more robust.