-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't Update - Error: HTTP 403: Invalid channel stable #788
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Could this be related? |
@AllanOricil - Thanks for reporting. Can you please try again and close this issue if it works for you? I believe I just fixed it. |
@shetzel the error is still happening |
@AllanOricil can you run with |
So it looks like wsl-x64 and linux-arm64 are platforms that are not available in the manifest.json file. Does this means these platforms are no longer supported? I've been using the CLI on WSL for quite a long time without any problems. Here is another issue with the same underlying problem: #610 |
I think they are just missing. Because sfdx is based on Oclif which is written for Node which supports these platforms. |
@AllanOricil were you able to get Web OAuth flow to work at all? That is my main issue right now. Appears to overlap with #783. I'll try the workaround suggested there. |
No :/ |
So I moved over to the npm installation method, but the latest version of the CLI also fails to successfully web auth there as well. Downgrading to 7.76.0 seemed to do the trick. |
This comment has been minimized.
This comment has been minimized.
@amphro @mrichmon12 I solved my problem uninstalling sfdx-cli completly and installing it again with npm. But I can't run the update command. It still outputs the same error message |
@AllanOricil As per the Salesforce CLI Setup Guide, when installed via npm you should use If you are looking for a specific version you can specify the version number as well (e.g.: When I downgraded to 7.76.0 my OAuth issues were resolved. |
The |
@amphro I made sure to have everything uninstalled before installing again with npm. It is running the npm "version". |
It looks like it must be checking the manifest before indicating it should be updated using npm?
|
That is odd. The right way to update an npm installed version is to use npm. I see it is checking the channel then outputting the message:
Can you run with |
@amphro I can't auth to any org when using sfdx from a raspbery pi. Could this be related somehow? Basically every time I try to auth the browser just keeps loading and nothing happens. |
I think the auth thing is related to #881 which was bothering win/linux for a while earlier this year. It's fixed on recent releases--what's running on the pi? |
This issue is fixed and I was able to auth to an org on the pi. Thank you. I just had to uninstall sfdx, and then install it again (v7.94) |
Seems it is back again twilio update --dev-debug |
@deshartman you should file an issue in the Twilio CLI repo. |
🔥 |
Summary
Can't Update sfdx - HTTP 403: Invalid channel stable
Steps To Reproduce:
No idea. The update command never failed with this error message.
Expected result
sfdx update should update the cli or a least tell exactly what is the problem.
Actual result
sfdx update returns
Error: HTTP 403: Invalid channel stable
Additional information
SFDX CLI Version: 7.81.0 linux-arm64 node-v14.15.0
OS and version: Ubuntu 20
The text was updated successfully, but these errors were encountered: