-
Notifications
You must be signed in to change notification settings - Fork 46
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
Nice binary not properly recognized #922
Comments
The fix has been commited two weeks ago...when can we expect a new release containing this fix, @marcelklehr? |
Soon-ish (in the next two weeks). Sorry for the delay |
Say hello to https://github.com/nextcloud/recognize/releases/tag/v4.3.1 👋 |
I'm still getting an error, even though using
|
You may need to set the setting again (I'd recommend just leaving it blank as recognize should be able to figure out where nice is located on its own) |
Hi, I still have this problem, I tried setting "Nice binary path" to /bin/nice, as well as leaving it blank, but nothing changed |
Which version of recognize are you using?
4.3.0
Enabled Modes
Object recognition, Face recognition
TensorFlow mode
WASM mode
Which Nextcloud version do you have installed?
27.0.1
Which Operating system do you have installed?
QTS 5
Which Docker container are you using to run Nextcloud? (if applicable)
linuxserver/nextcloud:27.0.1
How much RAM does your server have?
8GiB
What processor Architecture does your CPU have?
x86_64
Describe the Bug
occ recognize:classify
errors with the following due to not properly auto-detecting nice;Expected Behavior
nice is at
/bin/nice
, but the setting defaulted to an empty double quote (literally""
, not an empty string)Workaround:
Manually set «Nice binary path» to
/bin/nice
in the Recognize settings.To Reproduce
This was a fresh install of the addon.
Debug log
No response
The text was updated successfully, but these errors were encountered: