papertrail / papertrail-cli

Command-line client for Papertrail hosted syslog & app log management service
http://papertrailapp.com/
MIT License
426 stars 46 forks source link

Internal Server Error when adding a system #103

Closed code-later closed 5 years ago

code-later commented 5 years ago

Hi there

we have a quite severe issue with your API. We're using the "papertrail-cli" gem in the latest version (0.11.0) to register new systems.

This worked perfectly fine until recently. I was able to track this down to this part: https://github.com/papertrail/papertrail-cli/blob/master/lib/papertrail/connection.rb#L54-L58

For a system name like foo.bar.com this returns an internal server error. But it should not :)

Any help on this is highly appreciated.

Kind regards Dirk

Parsiuk commented 5 years ago

Thank you for reporting tihs issue! We have identified the bug in the API and we will have a server-side fix applied to correct it.

code-later commented 5 years ago

@Parsiuk do you have any estimate on how long this might take? Don't want to rush, but just want to know when this will be ready to estimate the value of a workaround on our side.

markdascher commented 5 years ago

@code-later we've just applied the fix, so we should be all set. Please let us know if there's still any trouble, though.

code-later commented 5 years ago

@markdascher works great. Thanks for the support <3