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

Hipchat notifications failed if room name contains spaces #409

Open
b-viguier opened this issue Sep 14, 2016 · 0 comments
Open

Hipchat notifications failed if room name contains spaces #409

b-viguier opened this issue Sep 14, 2016 · 0 comments

Comments

@b-viguier
Copy link

Hello,
Since the migration to Hipchat API v2, the room id is contained in the URL, and must be url-encoded (you can check corresponding documentation here. Unfortunately, the hipchat notification service does not:

String url = baseUrl + "/v2/room/" + roomId + "/notification?auth_token=" + authToken;

Workaraound: As a Seyren user, you can rename your room, or use the numerical id of the room… but if you have lot of checks to update it may be painful 😢

Thanks for your work!
Benoit

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

1 participant