Skip to content
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

Obtaining Zellowork issuer/key #27

Open
JustApu opened this issue Nov 5, 2024 · 2 comments
Open

Obtaining Zellowork issuer/key #27

JustApu opened this issue Nov 5, 2024 · 2 comments

Comments

@JustApu
Copy link
Contributor

JustApu commented Nov 5, 2024

I was able to create a key for a consumer Zello account and zellostream works fine with that username/password/issuer/key combination.

But I cannot log into https://developers.zello.com/ with zellowork credentials. Do I need to?

Updating username, password, zello_work_account_name and zello_channel don't seem to be enough to make a connection using the issuer & key created using the consumer account, and if I try to leave them out, zellostream does not start.

I create_zello_connection: seq: 1
D main: recv:
I create_zello_connection: seq: 1
D main: recv:
[...]

@aaknitt
Copy link
Owner

aaknitt commented Nov 11, 2024

For Zello work the JWT is optional, so you can just comment out the lines in the code where the jwt is created and added to the payload when forming the connection:

image

@JustApu
Copy link
Contributor Author

JustApu commented Nov 12, 2024

Thanks, @aaknitt. That worked.

#28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants