25 Replies
Project ID:
7073773c-bae3-4648-b179-72dda4777e8b
project ID -> 7073773c-bae3-4648-b179-72dda4777e8b
could be an out of memory issue?
Doesn't seems like that, it's working on local
perfectly fine but seems to be an issue on railway
I'm sure you have a whole lot more than 512mb of ram locally
But on railway also i think we have a paid plan?
ah indeed, my bad, pro users should really have a badge besides their name like the hobby users do
is your project located within the team plan?
yep
are you deploying with nixpacks or a dockerfile?
nixpacks
are you perhaps missing some system libraries?
seems like there is an issue
Install the Speech SDK - Azure AI services
In this quickstart, you learn how to install the Speech SDK for your preferred programming language.
does not support openssl 3
yep
can i set some flag to use openssl 1.x?
don't know if it still works, but worth a try, set
NIXPACKS_DEBIAN
= 1
in the service settings.
https://nixpacks.com/docs/configuration/environmentlol, the docker build failed though
does the dockerfile work locally?
I didn't add any docker file just one nixpacks.toml file, the one i showed you above
ah gotcha, then you should move to your own dockerfile to build this
Okays, lemme give it a shot, but i think this issue was raised earlier also right?
think so, with the solution to not use this library, and imo that was a preferable solution
yes, but inorder to do that i'll have to use the restapi method which only supports SSML as it's content type
that's also a bit of rework
up to you, write a dockerfile or do a little rewrite