10000 error on listener · Issue #29 · prwnr/laravel-streamer · GitHub
[go: up one dir, main page]

Skip to content
error on listener #29
@timersys

Description

@timersys

Hi! When I try to php artisan streamer:listen test.event I get the following:

RedisException  : read error on connection to localhost:6378

  at /Users/damian/Repos/geotapi/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php:116
    112|     public function command($method, array $parameters = [])
    113|     {
    114|         $start = microtime(true);
    115| 
  > 116|         $result = $this->client->{$method}(...$parameters);
    117| 
    118|         $time = round((microtime(true) - $start) * 1000, 2);
    119| 
    120|         if (isset($this->events)) {

  Exception trace:

  1   Redis::xread(["$"])
      /Users/damian/Repos/geotapi/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php:116

  2   Illuminate\Redis\Connections\Connection::command("xread")
      /Users/damian/Repos/geotapi/vendor/laravel/framework/src/Illuminate/Redis/Connections/PhpRedisConnection.php:513

  Please use the argument -v to see more details.

   Whoops\Exception\ErrorException  : Module 'redis' already loaded

  at Unknown:0
    1| 

  Exception trace:

  1   Whoops\Run::handleError("Module 'redis' already loaded", "Unknown")
      /Users/damian/Repos/geotapi/vendor/filp/whoops/src/Whoops/Run.php:486

  2   Whoops\Run::handleShutdown()
      [internal]:0

I'm not sure how to debug this or why it's trying to load a module already loaded

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0