rollbar / rollbar-php-laravel

Rollbar error monitoring integration for Laravel projects
https://docs.rollbar.com/docs/laravel
140 stars 39 forks source link

"Unable to send messages to Rollbar API. Produced response:" message after every log item #70

Closed szekeresa closed 6 years ago

szekeresa commented 6 years ago

Hi!

I use Laravel 5.1 and rollbar-php-laravel v2.4.1.

"prod.ERROR: Unable to send messages to Rollbar API. Produced response:" message after every log item... No response text, only this message.

I use other Laravel 5.1 project and rollbar-php-laravel v2.3.0 but no problem, only v2.4.1.

jessewgibbs commented 6 years ago

@szekeresa sorry to hear that you're encountering this issue. We'll have one of our PHP maintainers take a look at this.

ArturMoczulski commented 6 years ago

@szekeresa thanks for reporting. I was trying to reproduce the problem on Laravel 5.1 and rollbar-php-laravel v2.4.1 but no luck.

Can you tell me more about how your SDK is configured and what exactly are you trying to report?

jessewgibbs commented 6 years ago

Closing this issue since there's been no response from the reporter.

szekeresa commented 6 years ago

Sorry for the late answer!

If "ROLLBAR_LEVEL=error" defined is .env AND run Log::error("test") is OK. If run Log::info("test") then in logfile: local.ERROR: Unable to send messages to Rollbar API. Produced response:

If "ROLLBAR_LEVEL" not defined in .env then Log::error("test") and Log::info("test") is OK!