realcoloride / node_characterai

Unofficial Character AI wrapper for node.
https://beta.character.ai/
341 stars 72 forks source link

How do you install chromium? #176

Closed jacpa2011 closed 3 months ago

jacpa2011 commented 3 months ago

I know it's in README.md but this situation is more specific... it's a really strict Linux host server I'm trying to run in, I cannot run commands, only npm install but no specifications (like npm install [modulename] -- [spefics]) Are there any chromium files I can manually put in?

realcoloride commented 3 months ago

What distribution and version of it are you using? (e.g. Ubuntu 22.04) and do you have the ability to do apt-get install?

On Wed, Jun 5, 2024, 7:43 PM Quanty @.***> wrote:

I know it's in README.md but this situation is more specific... it's a really strict Linux host server I'm trying to run in, I cannot run commands, only npm install but no specifications (like npm install [modulename] -- [spefics]) Are there any chromium files I can manually put in?

— Reply to this email directly, view it on GitHub https://github.com/realcoloride/node_characterai/issues/176, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ4WO5LSL23PBGQ4OXCOX3TZF5E3HAVCNFSM6AAAAABI3F6SA6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZTMNBXHAZDSMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jacpa2011 commented 3 months ago

I don't know.. all I know is that it's Linux and that's it also like I said, I can't do apt-get installs since the only command I can do is npm install (And also because there isn't any apt apparently) It's using Pterodactyl though if that helps. Maybe I could manually put in files? and then configure the path there.

realcoloride commented 3 months ago

I cannot help you without the information I asked for. Sorry.

jacpa2011 commented 3 months ago

I got the distribution and version! It's Ubuntu 22.04, I hope this helps you now.

realcoloride commented 3 months ago

Could you run $ which chromium-browser and give me the output?

jacpa2011 commented 3 months ago

..once again for the third time, I cannot do ANY commands besides npm install also, I'm pretty sure it would throw an error anyway since it doesn't have chromium.. at all And I cannot access any other files (example: os files [excluding cmd]) except my own files with or without npm install I think the only solution would be to just manually put the files in (like I suggested multiple times)

realcoloride commented 3 months ago

I don't know if its possible then. If you cannot check where chromium is located, installing programs on Linux isn't like on Windows. You cannot just copy and paste files and the program is installed sadly and I do not have any experience on Linux out of that scope.

Since this is not a node_characterai related problem, I will close this issue, but feel free to continue talking here or re-open one if it is related to node_characterai.