-
Notifications
You must be signed in to change notification settings - Fork 136
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
Multiple issues with docker build #534
Comments
I am also having issues building the project:
|
Hmm, I didn't create the dockerfile used for building the image so I'm not
familiar with how it's done. I honestly recommend using the linuxserver.io
image (I use use this myself) as it's always been well maintained and is
auto updated with every release.
…On Mon, Apr 2, 2018, 5:48 AM Mathias Hedberg ***@***.***> wrote:
I am also having issues building the project:
Step 1/1 : RUN bash $METEORD_DIR/lib/build_app.sh
---> Running in 577512f32c08
=> Errors while initializing project:
While selecting package versions:
error: Package version not in catalog: aslagle:reactive-table 0.8.18
While refreshing package catalog to resolve previous errors:
error: DDP connection timed out
ERROR: Service 'dashboard' failed to build: The command '/bin/sh -c bash $METEORD_DIR/lib/build_app.sh' returned a non-zero code: 1
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#534 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQbPDRb3BAH3YSwxOXA0d6bJCf1rHathks5tkgH1gaJpZM4TDZzm>
.
|
Regarding the version related errors, those should be resolved in the next release along with a bunch of other stuff that i've been working on. See below for more details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
I've been having multiple issues running the plexrequest docker build (pulled from the repo).
Starting the application works fine, but search is completely broken as well as trying to pull the plexpass token.
For example, when searching for a movie, this is shown in the logs:
It seems like the build is missing some files, such as
/built_app/version.txt
This may also be a source of some of the other issues. Can anyone else confirm?
Using the standard docker-compose file.
The text was updated successfully, but these errors were encountered: