Uninstalling heroku plugin in Windows - heroku

I attempted installing the heroku-accounts plugin on my windows machines, but got the following error when first trying to add an account:
! Resource not found
Now for all commands, I'm getting the error:
No such account:
Even when I try to uninstall the plugin I get this error, so am completely dead in the water.
Any ideas?

Related

Permission error when starting a microservice with Micro.mu

I have just created a new microservice with micro new <microservice_name> using Micro. I have then installed the needed dependencies (protobuf) and run make proto, as specified in the official documentation. However, when I run micro run ., I get Fork/exec /usr/local/Cellar/go: permission denied:.
I have already tried:
running the same command with sudo;
checking the permissions for /usr/local/Cellar/go (drwxr-xr-x);
checking the permissions for $HOME/bin/micro (.rwxr-xr-x);
reinstalling Go (brew reinstall go).
Nothing changed: I still get the same error message.
I have just found a solution. The issue I was experiencing was related to Homebrew. After uninstalling Go with brew uninstall go and installing it with the official installer for Mac (available at the official download page) I finally managed to start my microservice with micro server and micro run .

Command 'SFDX: Create Project' resulted in an error (command 'sfdx.force.project.create' not found)

While creating a new sfdx project in VS Code I am getting an error saying error resulted in the command.
I have installed all the necessary extension packages in VS code. Both Salesforce CLI and VS code are up to date.I uninstalled both salesforce CLI and VS code and installed it again, yet the issue is unresolved. Kindly help me with this issue.enter image description here
This is probably because the SFDX CLI installed is in a local instance and not a global instance.
On your Command or Terminal Window try:
npm install --global sfdx-cli

I re-installed ICP and I got the following error CWOAU0061E

My last ICP installation had no issues but this one is giving me this error.
“CWOAU0061E: The OAuth service provider could not find the client because the client name is not valid. Contact your system administrator to resolve the problem.”
During my installation of ICP-EE 2.1.0.1, I had no errors but it is when I tried to log into the console, I got the error:
I even waited an hour and the error was still happening.
It seems that the problem was related to the following directories:
/opt/ibm
/opt/kubernetes
The two directories listed above were installed from my previous ICP environment but the official uninstall steps of ICP didn't remove them.
I uninstall ICP again
Made sure the two directories were gone
Reinstalled ICP again and it worked

Heroku integration with Rubymine fails with error "Please specify a version along with Heroku's API MIME type." I

Encountered this problem with a fresh install of Rubymine for Mac, Ruby and Rails and following Roku integration steps in https://www.jetbrains.com/help/ruby/heroku-getting-started.html
I tried deleting directory .local/share/heroku and then heroku update, but does not fix the issue, which occurs both when, say trying to upload public key file, and when trying to deploy application with Heroku run configuration.

Installing Open Project 7 (Apache error: Service Unavailable)

Here is the original question: https://community.openproject.com/topics/7851
I'm trying to install Open Project 7 in a brand new Ubuntu instance at Digital Ocean.
I've follow the instructions at https://www.openproject.org/download-and-installation/, but it's not working.
After the complete of installation and the run of the openproject configure command, i have selected options to install both MySQL and Apache server. When it's all done, i'm unable to connect to my server.
My enviroment:
Ubuntu 16.04
http://159.203.191.172
At logs, i can see two strange messages.
First:
bundler: failed to load command: unicorn (/opt/openproject/vendor/bundle/ruby/2.4.0/bin/unicorn)
Second is a warning:
WARN -- : You are setting a key that conflicts with a built-in method OmniAuth::AuthHash::InfoHash#name defined at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-8385bc0da47e/lib/omniauth/auth_hash.rb:34. This can cause unexpected behavior when accessing the key via as a property. You can still access the key via the #[] method.
W, [2017-06-13T01:01:17.860764 #25822]
I don't know if the warning is related to problem, but i think that the unicorn problem is.
Answering my own question here:
I suspected that the package had some problems so i decided to install it using manual installation. The newest documentation i found was an old Ubuntu 14 step-to-step tutorial, adapted from older versions of Open Project. I decided to follow it and after a lot of adaptations i got able to finish the installation process.
This is the tutorial: https://github.com/opf/openproject-ce/blob/stable/7/docs/installation/manual/README.md
Now I'm writing another step-to-step tutorial based on it, modifying all required steps to perform a clean installation on Ubuntu 16.

Resources