Skip to content
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

Update Pipfile #36

Merged
merged 1 commit into from
Jun 25, 2021
Merged

Update Pipfile #36

merged 1 commit into from
Jun 25, 2021

Conversation

martinezpenya
Copy link
Contributor

As commented on #32 by @christianlent to a pull request from @marklester I've added mopidy-local to de pipfile

As commented on #32 by @christianlent to a pull request from @marklester I've added mopidy-local to de pipfile
@martinezpenya
Copy link
Contributor Author

I don't know why is giving me a test failed in Docker Cloud, when I click on details... I get error 404 "page not found"

@@ -12,6 +12,7 @@ mopidy-moped = "*"
mopidy-gmusic = "*"
mopidy-pandora = "*"
mopidy-youtube = "*"
mopidy-local = "*"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this plus sign an artifact of GitHub meaning you added a line or is it in the file itself? Also, would you be able to add mopdiy-mpd?

Copy link

@sasgoose sasgoose Jan 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the error has something to do with the pipfile.lock being out of date. I have finally re-installed windows so have more space and a clean environment. when i try to build this with mopidy-local and mopidy-mpd in the pipfile i get the following error:

[ 5/11] RUN set -ex  && pipenv install --system --deploy --python=$(which python3):
#9 0.391 + which python3
#9 0.393 + pipenv install --system --deploy --python=/usr/bin/python3
#9 0.830 Your Pipfile.lock (0cddf3) is out of date. Expected: (e3a56d).
#9 0.831 [DeployException]:   File "/usr/local/lib/python3.7/dist-packages/pipenv/vendor/click/decorators.py", line 73, in new_func
#9 0.831 [DeployException]:       return ctx.invoke(f, obj, *args, **kwargs)
#9 0.831 [DeployException]:   File "/usr/local/lib/python3.7/dist-packages/pipenv/vendor/click/core.py", line 610, in invoke
#9 0.831 [DeployException]:       return callback(*args, **kwargs)
#9 0.831 [DeployException]:   File "/usr/local/lib/python3.7/dist-packages/pipenv/vendor/click/decorators.py", line 21, in new_func
#9 0.831 [DeployException]:       return f(get_current_context(), *args, **kwargs)
#9 0.831 [DeployException]:   File "/usr/local/lib/python3.7/dist-packages/pipenv/cli/command.py", line 253, in install
#9 0.831 [DeployException]:       site_packages=state.site_packages
#9 0.831 [DeployException]:   File "/usr/local/lib/python3.7/dist-packages/pipenv/core.py", line 2063, in do_install
#9 0.831 [DeployException]:       keep_outdated=keep_outdated
#9 0.831 [DeployException]:   File "/usr/local/lib/python3.7/dist-packages/pipenv/core.py", line 1251, in do_init
#9 0.831 [DeployException]:       raise exceptions.DeployException
#9 0.831 ERROR:: Aborting deploy
------
executor failed running [/bin/sh -c set -ex  && pipenv install --system --deploy --python=$(which python3)]: exit code: 1

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this PR the only thing you actually are suggesting to change/merge is this added line. Is that really your intension?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not the author of the PR but the latest version of Mopidy seems to have dropped the mopidy-local and mopidy-mpd. this PR is adding mopidy-loacl back in but i would also like mopidy-mpd to be added.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not the author of the PR but the latest version of Mopidy seems to have dropped the mopidy-local and mopidy-mpd. this PR is adding mopidy-loacl back in but i would also like mopidy-mpd to be added.

Yes i'm trying to restore local and mpd, but this is my first PR so I'd probably missed something as @sasgoose commented , i also commented in other issue that i need to manually add local and mpd to make it work again in my docker setup.
Thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After this merge mopidy-local is working well... but I needed to add manually mopidy-mpd to connect HA:
python3 -m pip install Mopidy-mpd
Can we add this to the pipfile?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've created another pull request: #49

Copy link
Owner

@wernight wernight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also see this 404 errors. That's painful. Probably the CI borken.

@@ -12,6 +12,7 @@ mopidy-moped = "*"
mopidy-gmusic = "*"
mopidy-pandora = "*"
mopidy-youtube = "*"
mopidy-local = "*"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this PR the only thing you actually are suggesting to change/merge is this added line. Is that really your intension?

@wernight wernight merged commit e8fe5a3 into wernight:master Jun 25, 2021
@wernight
Copy link
Owner

Merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants