phrase / phrase-cli

CLI for the Phrase API
https://developers.phrase.com
MIT License
42 stars 6 forks source link

Error 404 Not Found #132

Closed WedgeSparda closed 10 months ago

WedgeSparda commented 10 months ago

Hi, with version 2.9.1 I'm getting a Error: 404 Not Found when running phrase pull. Error suggests to upgrade to CLI version 2.11.0, but on Homebrew 2.9.1 is the latest stable version.

Is happening to more of my coworkers so it seems a general issue.

theSoenke commented 10 months ago

Hi @WedgeSparda, version 2.11.0 should now be available via brew. But this is likely not the reason for the 404. Is it maybe possible that the access token was invalidated or the users have no longer access to the project?

WedgeSparda commented 10 months ago

Thanks @theSoenke, token was the problem. I generated a new one and is working.

Thanks.