-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
RTM API Server inaccessible #29
Comments
This version of the cli is getting a bit stale and I've been working on it
in my fork https://github.com/beauraines/rtm-cli
1. Are you running this from the repo or from the npm package?
2. If from npm, which npm package. I've been working on https://www.npmjs.com/package/@beauraines/node-helpers
3. if you run `rtm whoami` does it return your auth token? The login command _should_ have writtten some `user` and `user.client` information in `~/.rtm.json`
|
@progers-de I've edited my comment because I sent it too soon! |
Thanks for your reply!
I was downloading an executable directly. I just tried pulling the latest windows exe and got the same results. However, I did just install the tool from
With the exe, when I tested whether |
I used this app many times a day. Very sad to see it doesn't work anymore. I tried the fork at https://github.com/beauraines/rtm-cli. It installs but does not work. There is a syntax error :( I suck at javascript and really hate node :) so I can't debug. |
@hlslaughter I've been publishing my fork to NPM you can install it from https://www.npmjs.com/package/@beauraines/rtm-cli I use my version on a daily basis If that doesn't help, what error are you getting? Worse comes to worse, open an issue there and I'll check it out https://github.com/beauraines/rtm-cli/issues |
Thank you. I would love to see this project continue. I'm a backend developer who spends most of his time on the Linux CLI. This tool saves me a lot of back and forth. I hate working with anything js, but I'm happy to help debug. I'll post what I did and the results. It's reporting a syntax error and exiting, but I can't understand error output from node (even though I deal regularly with error messages from the rest of the lamp stack :) |
@beauraines I was submitting a ticket to your project and realized that node upgrades major versions several times a day. I tried updating everything as best I could given the horrific lack of accurate documentation for the node things. I finally got at least node/npm/npx/n etc... updated. I had to add Thanks! |
Cool. I'm glad it's working! |
Every command I try with
rtm
(except I thinklogout
?) produces a "cannot access API server" error, which makes this tool unusable:I've noticed this on all my Windows machines; they're all running Windows 11 Pro.
The text was updated successfully, but these errors were encountered: