Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

can this cli app get update? #14

Closed
tjago opened this issue Aug 20, 2021 · 0 comments
Closed

can this cli app get update? #14

tjago opened this issue Aug 20, 2021 · 0 comments
Labels
UAY Unassigned yet wio-cli Label for wio-cli

Comments

@tjago
Copy link

tjago commented Aug 20, 2021

Hi
I'm following the instructions and this app is partially working.
when calling
./wio setup Traceback (most recent call last): File "./wio", line 8, in <module> sys.exit(cli()) File "/usr/lib/python3/dist-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3/dist-packages/click/core.py", line 782, in main rv = self.invoke(ctx) File "/usr/lib/python3/dist-packages/click/core.py", line 1254, in invoke cmd_name, cmd, args = self.resolve_command(ctx, args) File "/usr/lib/python3/dist-packages/click/core.py", line 1297, in resolve_command cmd = self.get_command(ctx, cmd_name) File "/home/tomek/.local/lib/python3.8/site-packages/wio/wio.py", line 72, in get_command mod = __import__('wio.commands.cmd_' + name, File "/home/tomek/.local/lib/python3.8/site-packages/wio/commands/cmd_setup.py", line 4, in <module> from wio import udp File "/home/tomek/.local/lib/python3.8/site-packages/wio/udp.py", line 144 print e ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(e)?

login seems it cant authenticate with token fetched from https://wio.seeed.io/login
`./wio login

Current server is: https://cn.wio.seeed.io
Would you like login with a different server? [y/N]: y
1.) Global Server (New)[https://us.wio.seeed.io]
2.) Chinese Server [https://cn.wio.seeed.io]
3.) Customize Server
? Please choice server: 1
? First get wio user token from https://wio.seeed.io/login
? Then enter token: HB1JGhxvSBcWGBNp

Please login to get the token `

Is there instruction to set up own server?

@MatthewJeffson MatthewJeffson added UAY Unassigned yet wio-cli Label for wio-cli labels Oct 9, 2024
@baorepo baorepo closed this as completed Oct 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
UAY Unassigned yet wio-cli Label for wio-cli
Projects
Status: Done
Development

No branches or pull requests

3 participants