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

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

Closed
szekeresa opened this issue Oct 24, 2018 · 4 comments
Assignees
Milestone

Comments

@szekeresa
Copy link

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
Copy link

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

@ArturMoczulski
Copy link

@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?

@ArturMoczulski ArturMoczulski added this to the Spikes milestone Oct 29, 2018
@jessewgibbs
Copy link

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

@szekeresa
Copy link
Author

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!

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

3 participants