-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[stable24] Fix issue #31692 of occ files:scan #32841
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
occ files:scan reports error "Implicit conversion from float XXX to int loses precision" Signed-off-by: cld4h <[email protected]> Signed-off-by: Richard Steinmetz <[email protected]>
Merged
blizzz
requested review from
a team,
ArtificialOwl,
icewind1991 and
come-nc
and removed request for
a team
June 13, 2022 07:47
blizzz
approved these changes
Jun 13, 2022
come-nc
approved these changes
Jun 13, 2022
Seems like this is still an issue: File /appdata_ocm5dj6n528c/dav-photocache/b1248f30a32c6c205f9cf70f83651bb6/nophoto
In ScanAppData.php line 242:
[ErrorException]
Implicit conversion from float 10.566666666666666 to int loses precision
Exception trace:
at /var/www/nextcloud/apps/files/lib/Command/ScanAppData.php:242
OCA\Files\Command\ScanAppData->exceptionErrorHandler() at /var/www/nextcloud/apps/files/lib/Command/ScanAppData.php:242
OCA\Files\Command\ScanAppData->formatExecTime() at /var/www/nextcloud/apps/files/lib/Command/ScanAppData.php:218
OCA\Files\Command\ScanAppData->showSummary() at /var/www/nextcloud/apps/files/lib/Command/ScanAppData.php:207
OCA\Files\Command\ScanAppData->presentStats() at /var/www/nextcloud/apps/files/lib/Command/ScanAppData.php:161
OCA\Files\Command\ScanAppData->execute() at /var/www/nextcloud/3rdparty/symfony/console/Command/Command.php:255
Symfony\Component\Console\Command\Command->run() at /var/www/nextcloud/core/Command/Base.php:168
OC\Core\Command\Base->run() at /var/www/nextcloud/3rdparty/symfony/console/Application.php:1009
Symfony\Component\Console\Application->doRunCommand() at /var/www/nextcloud/3rdparty/symfony/console/Application.php:273
Symfony\Component\Console\Application->doRun() at /var/www/nextcloud/3rdparty/symfony/console/Application.php:149
Symfony\Component\Console\Application->run() at /var/www/nextcloud/lib/private/Console/Application.php:211
OC\Console\Application->run() at /var/www/nextcloud/console.php:100
require_once() at /var/www/nextcloud/occ:11
files:scan-app-data [--output [OUTPUT]] [--] [<folder>] |
This was already reported. Ref #34283 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport of #32059
occ files:scan reports error "Implicit conversion from float XXX to int loses precision"