14 Replies
Project ID:
6d04a904-1f49-4e55-be45-0dca8015a046
6d04a904-1f49-4e55-be45-0dca8015a046
Hey there did you ever figure this out?
I'm having similar issue
c3f5da0b-9d78-4b00-a90b-421597c1f517
what's opus
I think it's an audio processing library
I'm doing discord bot to process voice channel's input.
you think?
Error stack:
how do you install opus?
I don't know. I'm still trying to figure out why the script works locally, but not in Railway. This is currently the error stack.
I'm wondering opus is something natively installed in my computer but not in railway? But it shouldn't be if we're using virtualenv, right?
probably a system library
sudo apt-get install libopus0
here's how to install it. can I add this to railway during build process? 🤔Configuration File Reference | Nixpacks
App source + Nix packages + Docker = Image
Solution
add a nixpacks.toml file to your project with this in it -
trying it out..