Skip to content
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

bug: network io error: failed to lookup address information: Temporary failure in name resolution #391

Closed
exababy opened this issue Dec 23, 2024 · 1 comment

Comments

@exababy
Copy link

exababy commented Dec 23, 2024

What happened?

 INFO  revolt_config > Starting [email protected]
 WARN  revolt_config > No SMTP settings specified! Remember to configure email.
 WARN  revolt_config > No Captcha key specified! Remember to add hCaptcha key.
 INFO  revolt_database::models::admin_migrations::ops::mongodb > Migrating the database.
 INFO  revolt_database::models::admin_migrations::ops::mongodb::scripts > Starting database migration.
 INFO  revolt_database::models::admin_migrations::ops::mongodb::scripts > Running migration [revision 31 / 31-10-2024]: Add creator_id to webhooks and delete those whose channels don't exist.
 INFO  revolt_database::models::admin_migrations::ops::mongodb::scripts > Migration complete. Currently at revision 31.
thread 'main' panicked at crates/delta/src/main.rs:92:6:
called `Result::unwrap()` on an `Err` value: NetworkError("network io error: failed to lookup address information: Temporary failure in name resolution")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

I've tried all kinds of things
I added dns to /etc/resolv.conf
I tried it with mangosh and it works smoothly, it already creates a database called revolt.

I tried both locally and on the server and it gave the same error

@exababy
Copy link
Author

exababy commented Dec 24, 2024

https://github.com/revoltchat/backend/blob/main/crates/delta/src/main.rs#L85

this is the problem because rabbit was not added to the toml file

@exababy exababy closed this as completed Dec 24, 2024
@github-project-automation github-project-automation bot moved this from 🆕 Untriaged to ✅ Done in Revolt Project Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant