-
Notifications
You must be signed in to change notification settings - Fork 16
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
Stuck at the compiling process when I use the cargo build --release #15
Comments
after re-clone the repo and run the cargo build --release, stuck at the teloxide-core again
|
@elliclee What's your host machine and toolchain environment? Seems like it has nothing to do with the code. |
@unixzii I deploy the project on the server of Digitalocean(Ubuntu 22.10 x64) |
@unixzii after deploy to another server, I've built the telegpt, after running the telegpt, I got
and my telegpt.config.json file is:
|
Hi @elliclee, I guess you were compiling the bot manually, and the config file you used is for Docker. The database path should be writable, for what you specified ( |
After the cargo build --release, everything seemed ok until the teloxide-core
It seems the crate 'teloxide-core v0.6.3' could not be found in registry index.
The text was updated successfully, but these errors were encountered: