backblaze-b2 icon indicating copy to clipboard operation
backblaze-b2 copied to clipboard

Warning: A non-numeric value encountered

Open skyricho opened this issue 4 years ago • 1 comments
trafficstars

Warning: A non-numeric value encountered in /Users/skyrichardson/Documents/Projects/zoombee/b2-php-gliterd/vendor/gliterd/backblaze-b2/src/Client.php on line 45

Line 45 // set reauthorize time to force an authentication to take place $this->reAuthTime = Carbon::now('UTC')->subSeconds($this->authTimeoutSeconds * 2);

skyricho avatar May 18 '21 08:05 skyricho

You're probably passing something in auth_timeout_seconds in the Client options (3rd parameter in the constructor).

Sarke avatar Jun 14 '21 11:06 Sarke