R
Railway7mo ago
Krøn

EOF and Couldnt find ICU Package when make an api call

i have an endpoint that when called will initiate a GoHighLevel automation where it reads from a file in the volume and them creates an excel, pdf and png before sending the pdf and png via email/sms. whenever i call the function in the live railway env i get the below/above error
No description
20 Replies
Percy
Percy7mo ago
Project ID: 3224fff9-27cb-46dc-8f82-0df82a4d343d
Krøn
Krøn7mo ago
3224fff9-27cb-46dc-8f82-0df82a4d343d and it works perfectly fine on my computer
Brody
Brody7mo ago
what apt package would satisfy this requirement?
Krøn
Krøn7mo ago
No description
Krøn
Krøn7mo ago
ICU Library
Krøn
Krøn7mo ago
Thanks brody 👍 i appreciate it
Krøn
Krøn7mo ago
im still getting the error
No description
Krøn
Krøn7mo ago
here is my toml
No description
Krøn
Krøn7mo ago
is the error from the config file?
Brody
Brody7mo ago
are those apt packages listed in the build table at the top of the build logs?
Krøn
Krøn7mo ago
No description
Krøn
Krøn7mo ago
yes they are
Brody
Brody7mo ago
seems like there's an issue with the library paths, I think it would just be easier to move to a Dockerfile based build
Krøn
Krøn7mo ago
okay, any guides towards doing that?
Brody
Brody7mo ago
i don't have any on hand, it's in no way specific to railway so any guide on how to write a Dockerfile for python while installing apt packages will do just fine, all you have to do it put the Dockerfile in your project and railway will automatically use it
Krøn
Krøn7mo ago
oh cool then thank you
Brody
Brody7mo ago
of course I can always review your Dockerfile for you and provide my thoughts
Krøn
Krøn7mo ago
that will be great, ill forward it here once i make It
Brody
Brody7mo ago
sounds good!