Jump to content

Nikersify

Member
  • Posts

    46
  • Joined

  • Last visited

  • Days Won

    2

Nikersify last won the day on February 26 2020

Nikersify had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Nikersify's Achievements

Member

Member (4/5)

5

Reputation

  1. can you go into the workflow's settings and paste the debug output? you can show the output by clicking this bug icon:
  2. Update v1.4.0 I've pushed a new version of the workflow to npm, you can upgrade by running $ npm install -g alfred-polyglot Notable changes since v1.3.1: - The workflow now supports Alfred 4 - Stability improvements with Google Translate, thanks to the awesome work of vitalets (https://github.com/vitalets/google-translate-api) @noodles5 @mixterdee
  3. An underlying library that polyglot uses to install itself doesn't support Alfred 4, will have to wait for a fix: https://github.com/SamVerschueren/alfred-link/issues/23
  4. @deanishe I'll say it again - `alfred-link` just doesn't work when running with sudo as it can't find the .plist for some reason, she did run `npm i -g` without sudo indeed but had npm misconfigured so that it was requiring root to install packages globally - hence the issue. I apologize if I sounded like I was attacking you @deanishe - I don't mean to fight or anything, I'm just trying to clear any confusions 😄
  5. @Gavzel No, you never installed in `root`, don't worry about that - it's just the workflow.
  6. @Gavzel You've installed it correctly, nice! Without seeing the stack trace I'm guessing the issue is the same as with almost everybody else also experiencing problems - Google blocking the translate requests for. The workflow might work for you on a different internet connection, for now I'm afraid there's nothing we can do. Sorry for the trouble.
  7. @Gavzel Oh my bad, try this instead and then run the install command in a new window: curl -sSL https://raw.githubusercontent.com/glenpike/npm-g_nosudo/87277d2d2abe4acf3c29488d7ebcc5994b979596/npm-g-nosudo.sh | sh
  8. @deanishe alfred-link doesn't work when running as root, please stop spreading misinformation @Gavzel Try running this command wget -O- https://raw.githubusercontent.com/glenpike/npm-g_nosudo/87277d2d2abe4acf3c29488d7ebcc5994b979596/npm-g-nosudo.sh | sh and then open a new terminal session, `npm i -g alfred-polyglot` should for fine then.
  9. @mikeylu You should be running the install command without sudo, so just like in the instructions: $ npm i -g alfred-polyglot If you get errors follow this https://github.com/sindresorhus/guides/blob/master/npm-global-without-sudo.md. If that's too hard there is a link to an old-ish build of the workflow that you can just install using double click in the first post (I don't provide support for that method though). Good luck!
×
×
  • Create New...