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 retrieve the file_size Error #68

Closed
hckoks opened this issue May 26, 2022 · 8 comments · Fixed by #75
Closed

Unable to retrieve the file_size Error #68

hckoks opened this issue May 26, 2022 · 8 comments · Fixed by #75

Comments

@hckoks
Copy link

hckoks commented May 26, 2022

Hello I got this issue
League\Flysystem\UnableToRetrieveMetadata

Unable to retrieve the file_size for file at location: 2022-05-26-15-00-03.zip.

@hckoks
Copy link
Author

hckoks commented May 31, 2022

Any update on this issue ?

@hckoks
Copy link
Author

hckoks commented May 31, 2022

The backups on google are considered unhealthy!

League\Flysystem\UnableToRetrieveMetadata

Unable to retrieve the file_size for file at location: 2022-05-31-09-00-03.zip.

at vendor/league/flysystem/src/UnableToRetrieveMetadata.php:49
45▕ }
46▕
47▕ public static function create(string $location, string $type, string $reason = '', Throwable $previous = null): self
48▕ {
➜ 49▕ $e = new static("Unable to retrieve the $type for file at location: $location. {$reason}", 0, $previous);
50▕ $e->reason = $reason;
51▕ $e->location = $location;
52▕ $e->metadataType = $type;
53▕

  +45 vendor frames 

46 artisan:37
Illuminate\Foundation\Console\Kernel::handle()

This is what i get

@erikn69
Copy link
Contributor

erikn69 commented May 31, 2022

Any update on this issue ?

Not, because you did give almost no information

Package version? laravel version? php version? what are you trying to do? steps to reproduce the exception or a failing test?

try the previous version, maybe it works

@hckoks
Copy link
Author

hckoks commented Jun 2, 2022

Actually I am using
Laravel : 9.*
PHP : 8.0
Package version : 2.2.1

@hckoks
Copy link
Author

hckoks commented Jun 2, 2022

Actually v2.2.0 works perfectly but there is issue in v2.2.1

@oriceon
Copy link

oriceon commented Jun 9, 2022

I also confirm this issue in 2.2.1.

@kitro
Copy link

kitro commented Jun 12, 2022

I also confirm the same issue in v2.2.1.
v2.2.0 works well.

@fredsal
Copy link

fredsal commented Jun 23, 2022

Any update on this issue ?

No, because you and @oriceon didn't give this package a star.

This was referenced Jun 23, 2022
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

Successfully merging a pull request may close this issue.

5 participants