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

web sockets should use sockety #277

Open
tzarebczan opened this issue Jun 20, 2022 · 2 comments
Open

web sockets should use sockety #277

tzarebczan opened this issue Jun 20, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@tzarebczan
Copy link
Contributor

public static final String WS_CONNECTION_BASE_URL = "wss://api.odysee.com/subscribe?auth_token=";

compare to odysee.com - this should be this for the internal:
wss://sockety.odysee.tv/ws/internal?id={AUTH_TOKEN}
and for comments:
wss://sockety.odysee.tv/ws/commentron?id=8704b84f66eaed4b8484fc0631e2c19716737175&category=@PastorShadilay:a&sub_category=viewer (think Javi started working on this?)

@tzarebczan tzarebczan added the bug Something isn't working label Jun 20, 2022
@kekkyojin
Copy link
Collaborator

Yes. That is PR 276

@tzarebczan
Copy link
Contributor Author

Need to confirm this was completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants