You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug on start of agent (v0.25.6-alpha.1) in cloud using docker, start of agent is stuck on very beginning not outputting any errors and also not continuing with start. (Agent is not responding)
To Reproduce
Create docker-compose of newest version of Eliza v0.25.6-alpha.1
Upload to cloud and start docker-compose
Expected behavior
Agent starts and functions normally as on local and as older versions.
Screenshots
Additional context
I built docker-compose for linux amd64, also did this for older versions and everything was working fine.
Plugins I use for my Agent: plugins: [AwsS3Service, TranscriptionService, BrowserService, bootstrapPlugin, PdfService, dexScreenerPlugin, ImageDescriptionService, SpeechService, webSearchPlugin, twitterPlugin, giphyPlugin, coingeckoPlugin],
I had the same issue.
I resolved it by uncommenting tty: true in docker-compose.yaml, which made the startup more verbose.
This helped me identify the root cause — a mistake in the character.json file.
Describe the bug
Bug on start of agent (v0.25.6-alpha.1) in cloud using docker, start of agent is stuck on very beginning not outputting any errors and also not continuing with start. (Agent is not responding)
To Reproduce
Expected behavior
Agent starts and functions normally as on local and as older versions.
Screenshots
Additional context
I built docker-compose for linux amd64, also did this for older versions and everything was working fine.
Plugins I use for my Agent:
plugins: [AwsS3Service, TranscriptionService, BrowserService, bootstrapPlugin, PdfService, dexScreenerPlugin, ImageDescriptionService, SpeechService, webSearchPlugin, twitterPlugin, giphyPlugin, coingeckoPlugin],
Clients and model I use for my Agent:
It is working on local/desktop.
The text was updated successfully, but these errors were encountered: