jvandyke / alfred-hastebin

Alfred workflow to convert clipboard contents to a Hastebin URL.
MIT License
9 stars 0 forks source link

Stopped working for me all of a sudden #4

Closed nikitavoloboev closed 7 years ago

jvandyke commented 7 years ago

Looks like it might have to me too... looking into it. Thanks for the heads up @nikitavoloboev

jvandyke commented 7 years ago

Looks like curl -X POST -s -d "test to be sent" http://hastebin.com/documents has stopped returning a key 😮 Still investigating.

jvandyke commented 7 years ago

@nikitavoloboev The latest release should fix it. Can you install and let me know?

nikitavoloboev commented 7 years ago

Downloaded the new workflow from the repo. Nothing happens when I activate it.

jvandyke commented 7 years ago

I downloaded, installed and used and I get a hastebin URL for all the haste commands...

What version of Alfred are you using and what's your system version?

You may also want to open the workflow in Alfred's settings and toggle debug mode () to see if there's an error when you run it.

nikitavoloboev commented 7 years ago

I am using the latest version of Alfred : 3.2.1 :

2017-01-06 at 16 46

And I am on El Captain 10.11.6

I have tried using the debug mode, nothing shows there either. :(

jvandyke commented 7 years ago

I'm on Sierra, but I don't see why it wouldn't work. It's just using bash.

Did it properly install the latest version of the workflow? Do you see v1.1.2 at the top?

nikitavoloboev commented 7 years ago

I have uninstalled it and installed it again. Now it is working. Thank you. :)

Not sure why it didn't upgrade the first time.

jvandyke commented 7 years ago

Strange, but I'm glad you got it working. Hard to debug remotely :)

Thanks for the report and help 🎁