-
Notifications
You must be signed in to change notification settings - Fork 5
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
Nextcloud does not link to install? #4
Comments
I didn't succeed to install it too, also there is an error to start container with GPU enabled ( |
Hello @neutrinotek,
yeah the initial 404 is expected. Can you provide me the logs of the newly created container?
Maybe we can postpone the gpu thing for later but it would be interesting to look at the logs
yeah, you're right. I'll do it soon.
Can you elaborate on this? The docker container already uses volumes for the model files. |
Weird... I just realized I only get a "No log line matching the '' filter" message in the portainer logs. Can you point me in the direction they would be within the container? |
@neutrinotek Go to the context_chat_backend container, click logs and select "All logs" in Fetch while keeping all the filters off (https://docs.portainer.io/user/docker/containers/logs). You could also get it using the command line |
@kyteinsky Here is what I found:
|
Thanks for posting the logs @neutrinotek . Everything looks good. Was/is the container running after the install (Deploy and Enable) completed? |
According to Portainer it is running, and was immediately after Deploy and Enable "completed." But according to occ, it is not installed.
|
That is weird. Does the app_api list the app? |
nope. :(
|
@kyteinsky so, I'm not sure if/how much this matters, but going back to the container logs: I tried removing the container and doing a fresh install of the backend. NC did the same thing, loading symbol when i click enable and deploy, then back to a blue button. Immediately after it went blue, i checked the containers. nc_app_context_chat_backend was recreated, but the docker log query returned nothing, and has continued to return nothing since (~5-10 minutes later). *Edit: Restarting the container got the logs to show up, but looks the same as the last one I shared. I'm not entirely sure what all should be present in the package, but I did a bit of digging through the container and saw that the dolphin mistral model is present and seems to be about the right size. I don't know if anything is expected to be in /nc_app_context_chat_backend_data/, but there is nothing in that directory. Beyond that, I'm not sure if there are any missing dependencies that may be needed or anything else. |
@neutrinotek Currently from what I see it successfully downloads image and models inside container (but not in attached volume for persistent data), but it does it during "Deploy and enable" step so that likely it times out until models downloaded, so that it doesn't reach ExApp registration step in Nextcloud. When This should be fixed with |
I was with you until right here... I dug around a bit, but can't seem to find anything labeled oc_ex_apps. Can you elaborate? |
@andrey18106 @bigcat88 Also, I'll fix the |
In this situation - no, it's not registered yet to be enabled. |
But it is registered after this. Then the enable command should work as expected. |
@kyteinsky That worked!! Thank you! I appreciate the help/patience. |
Yes, but it will be with the initialization state set to 0 (starting point) and won't be displayed correctly in ExApps management |
in this case when the ExApp is not implementing |
Nice. Thanks to @andrey18106 for the command. |
Oh, totally missed that the initial command came from @andrey18106 lol Thanks, bud! |
Ah, yeah, forgot about that. Then the command |
Well... I got excited, but now there's another issue. (Let me know if you want me to open another thread for tracking purposes) When I try to make a request to the context chat, I get the following error:
I was watching the logs, and saw context chat making multiple GET requests in the proxy logs, but there was absolutely no activity in the context chat logs. Any thoughts? |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
What fixed it for me in NC 30 AIO On the host running NC AIO:
[Unit] [Service] [Install]
#!/bin/bash
all as su... |
I am trying to install via the external apps page. When I click 'deploy and enable' the button greys out and I get a loading icon, but it just hangs there for a minute before the button goes back to blue. It did appear to create a new docker container that shows as running in portainer, but for some reason NC is not picking it up.
I'm not on NC AIO, so I had to do a manual install/config of docker socket proxy for AppAPI, but since I got AI image generator and talk bot to install, I assumed everything was set up correctly. Do you know which API sections need to be granted in the socket proxy to ensure everything works properly?
When checking the socket proxy logs during the attempted install, I did notice a 404 response code on the initial GET operation, but it all appears to be good after that. I'll post that log below, but didn't see any other logs with anything I'd consider useful. But I could've missed something so let me know if you need any other info.
'''
'''
The text was updated successfully, but these errors were encountered: