question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

http://myhost:6680/iris -> 404

See original GitHub issue

Expected behavior

Actual behavior

http://myhost:6680/iris

404: Not Found

Steps to replicate

  1. sudo python3 install mopidy-iris
  2. mopidy

I have installed mopify-iris but it doesn’t come up in my list of extensions when starting mopidy

sudo pip3 install Mopidy-Iris
Requirement already satisfied: Mopidy-Iris in /usr/local/lib/python3.5/dist-packages
Requirement already satisfied: pylast>=1.6.0 in /usr/local/lib/python3.5/dist-packages (from Mopidy-Iris)
Requirement already satisfied: requests>=2.0.0 in /usr/local/lib/python3.5/dist-packages (from Mopidy-Iris)
Requirement already satisfied: ConfigObj>=5.0.6 in /usr/local/lib/python3.5/dist-packages (from Mopidy-Iris)
Requirement already satisfied: Mopidy-Local-Images>=1.0 in /usr/local/lib/python3.5/dist-packages (from Mopidy-Iris)
Requirement already satisfied: tornado<5.0,>=3.2 in /usr/local/lib/python3.5/dist-packages (from Mopidy-Iris)
Requirement already satisfied: setuptools>=3.3 in /usr/lib/python3/dist-packages (from Mopidy-Iris)
Requirement already satisfied: Mopidy>=2.0 in /usr/local/lib/python3.5/dist-packages (from Mopidy-Iris)
Requirement already satisfied: six in /usr/lib/python3/dist-packages (from pylast>=1.6.0->Mopidy-Iris)
Requirement already satisfied: idna<2.9,>=2.5 in /usr/local/lib/python3.5/dist-packages (from requests>=2.0.0->Mopidy-Iris)
Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.5/dist-packages (from requests>=2.0.0->Mopidy-Iris)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.5/dist-packages (from requests>=2.0.0->Mopidy-Iris)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.5/dist-packages (from requests>=2.0.0->Mopidy-Iris)
Requirement already satisfied: Pykka>=1.1 in /usr/local/lib/python3.5/dist-packages (from Mopidy-Local-Images>=1.0->Mopidy-Iris)
Requirement already satisfied: uritools>=1.0 in /usr/local/lib/python3.5/dist-packages (from Mopidy-Local-Images>=1.0->Mopidy-Iris)

INFO     Starting Mopidy 2.2.1
INFO     Loading config from builtin defaults
INFO     Loading config from /home/sj/.config/mopidy/mopidy.conf
INFO     Loading config from command line options
INFO     Enabled extensions: mopify, subidy, mpd, alsamixer, http, stream, spotify, m3u, podcast-itunes, softwaremixer, moped, podcast, local, tunein
INFO     Disabled extensions: file
INFO     Starting Mopidy mixer: SoftwareMixer
INFO     Starting Mopidy audio
INFO     Starting Mopidy backends: TuneInBackend, SubidyBackend, StreamBackend, M3UBackend, LocalBackend, SpotifyBackend, PodcastBackend, iTunesPodcastBackend
INFO     Connecting to subsonic server on url https://subsonic as user XXXXXX, API version 1.14.0
INFO     Audio output set to "autoaudiosink"
INFO     Loaded 1 local tracks using json
INFO     Starting Mopidy core
INFO     Logged in to Spotify in offline mode
INFO     Starting Mopidy frontends: QueueManagerFrontend, MpdFrontend, HttpFrontend
INFO     MPD server running at [::ffff:127.0.0.1]:6600
INFO     HTTP server running at [::ffff:0.0.0.0]:6680
INFO     Starting GLib mainloop
INFO     Logged in to Spotify in online mode

iris is nowhere to be seen. Am i missing something?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jaspertandycommented, Jan 11, 2019

Hey @ScrumpyJack I had the same problem as you this morning, and Iris was also not showing in my list of web clients.

I have fixed this by running sudo mopidyctl deps and determining that a package was missing from my installation (html.entities). This then lead me to another issue in which @jaedb recommends upgrading pip pip install --upgrade pip (I also had to run sudo apt remove python-pip - apparently this pip upgrade broke pip. I’m not familiar with the Python ecosystem so I don’t know what the proper way is to do this) and finally running pip install --upgrade --force-reinstall mopidy-iris. After restarting mopidy sudo systemctl restart mopidy Iris is now showing in my list of clients and is working as expected so far. Hope this helps.

0reactions
jaedbcommented, Feb 6, 2019

Glad to hear you’re up and running!

I’ll close this issue, but feel free open new issues for any other problems you may be experiencing. Make sure you provide as much info into the issue as possible to help speed up issue resolution.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't access iris - General - Mopidy Discourse
Hi newb here, I just installed mopidy, this is my configurationfile and output. WHat am I doing wrong? when I go to http://myIP:6680/iris...
Read more >
IRIX® Admin: System Configuration and Operation - irix7.com
Silicon Graphics, SGI, the SGI logo, Challenge, Indigo, IRIS, IRIX, Octane, Onyx, ... See the SGI Technical Publications Library at http://docs.sgi.com.
Read more >
HANDBOOK - Nevada Judiciary
(404) 656-3473 FAX (404) 651-8566. Email: hinesph@gasupreme.us ... 500 Indiana Avenue, N.W., Room 6680 ... Education (Chair) (2017 MY Host).
Read more >
the voyage of the vega round asia and europe. vol. i.
In 1875 I reached this harbour with a sailing-vessel on the 15th August, after having been much delayed by calms in the Kara...
Read more >
Check-in [91a7d26cc0] - AndroWish
Assisted-by: Jay Satiro Closes #6636 Jay Satiro (20 Feb 2021) - test1188: Check for --fail HTTP status - Change the test to check...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found