-
Notifications
You must be signed in to change notification settings - Fork 12
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
Failing to pass credentials #5
Comments
OK further update. I think the issue is the channel has a password which may need to be send with each update. How do I add it? |
Have you created the privatekey.pem and put the Issuer value into the config.json file? I'm thinking it may be an authentication issue stemming from the private key if you're certain that the username and password are correct. |
I'm facing the same issue,, but i got it working initially, if i login from my phone app and add myself to the channel, some trick like that there is a parameter to use ? |
When forwarding data to the Zello server I get this message:
{'command': 'on_channel_status', 'channel': 'FENZ_DN', 'status': 'offline', 'users_online': 0, 'images_supported': False, 'texting_supported': False, 'locations_supported': False, 'error': 'invalid password', 'error_type': 'configuration'}
at face value looks like the username / password has failed. I have checked the config.json file and used the same username passward on the Zello web site and windows app.
I then get "channel is not ready" errors
I am using a Raspberry Pi 4 with the default python 3.7.3
I guess I am missing something?
The text was updated successfully, but these errors were encountered: