Dune player

Hi!

I have a Dune 301, today i had knowledge about Emplexer and i tried to install it on Dune, i did it, but Dune shows this message: “Impossible to launch”… The Emplexer icon appears on the applications menú, but when I try to select it does not work, Could you help me please??

Hello @andreu77
Which version of Emplexer did you install?

Hello @jmper

I’ve got installed it and that displayed the icon. Now the problem is that when i try to connect with the computer, just showing a message of error (401).

In the configuration I have left ports by default Plex and I have introduced the I.P.v4 of the computer… What is that I do wrong???

@jmper Howdy.
Any update on a Solo 4K version or any word on your new project?
Thanks

@andreu77 said:
Hello @jmper

I’ve got installed it and that displayed the icon. Now the problem is that when i try to connect with the computer, just showing a message of error (401).

In the configuration I have left ports by default Plex and I have introduced the I.P.v4 of the computer… What is that I do wrong???

Try input your local network as trusted on PMS (for example if your PMS has ip 192.168.0.10 and mask 255.255.255.0 you can input 192.168.0.0/24)

@jmper said:

@andreu77 said:
Hello @jmper

I’ve got installed it and that displayed the icon. Now the problem is that when i try to connect with the computer, just showing a message of error (401).

In the configuration I have left ports by default Plex and I have introduced the I.P.v4 of the computer… What is that I do wrong???

Try input your local network as trusted on PMS (for example if your PMS has ip 192.168.0.10 and mask 255.255.255.0 you can input 192.168.0.0/24)

In the Dune-Emplexer configuration i changed the PC IP and put the router IP, it does not work, but the error message has change, now appears this one :_ “The area you are trying to acces is taking too long to respond, try again (0)”

What can i do???

Hi @ottofreud
The new version still not finished but I hope soon. It will support Solo4K.

@andreu77 said:

@jmper said:

@andreu77 said:
Hello @jmper

I’ve got installed it and that displayed the icon. Now the problem is that when i try to connect with the computer, just showing a message of error (401).

In the configuration I have left ports by default Plex and I have introduced the I.P.v4 of the computer… What is that I do wrong???

Try input your local network as trusted on PMS (for example if your PMS has ip 192.168.0.10 and mask 255.255.255.0 you can input 192.168.0.0/24)

In the Dune-Emplexer configuration i changed the PC IP and put the router IP, it does not work, but the error message has change, now appears this one :_ “The area you are trying to acces is taking too long to respond, try again (0)”

What can i do???

It’s not correct. In Emplexer you have to put IP of your Plex server.

Could be a problema of firmware? The Emplexer i downloades is added 3 years ago:

And the Dune firmware is more recently…

This version have to work. If you get error 401 it means the IP is correct but issue in security settings. Try put your local network as trusted on your Plex Server

I set correctly the emplexer, putting the IP of computer, i tried with the two versions of Emplexer that i have found: “Dune_pluguin_emplexer” and “Dune:_pluguin_emplexer2”, i have opened the port 32400, even i tried with differents frimwares of Dune, and alway the result is the same:

Where is the problema? What am i doing wrong?

Thanks!

you are using the old version which is plagued with these PHP errors and is really not in development anymore. Look for the links for DPC (current version 0.94) and install that.

So, I am having a weird issue: trying to access a few of my libraries (2 out of 5) causes DPC to stop working and puts me back to the sources tab on my Dune. I have tried adjusting the paths, but all libraries are the same, just some work and some don’t.

After restarting the Dune and first accessing a working library and then one that causes DPC to quit I found that DPC seems to be reading the contents of the libraries fine, but after that it throws up the following bit after the non-working library:

[1285] [t744079360] [2016-07-21 01:05:27.807881] php engine: DN::get_art
[1285] [t744079360] [2016-07-21 01:05:28.639855] BlockingReader (7): read() returned EOF.
[1285] [t744079360] [2016-07-21 01:05:28.640063] [dpc] [server] error: read failed.
[1285] [t744079360] [2016-07-21 01:05:28.640143] [dpc] [server] main loop finished.
[1285] [t744079360] [2016-07-21 01:05:28.640212] php engine: finalizing…
[1285] [t744079360] [2016-07-21 01:05:28.721975] php engine: finalized.
[1285] [t744079360] [2016-07-21 01:05:28.722148] [dpc] [server] syncing disks…
[1285] [t744079360] [2016-07-21 01:05:28.743716] [dpc] [server] finalized.
[1285] [t744079360] [2016-07-21 01:05:28.744199] [dpc] [server] exiting (code: 0)…

whereas the working library shows this

[1285] [t744079360] [2016-07-21 01:05:05.352941] php engine: DN::get_art
[1285] [t744079360] [2016-07-21 01:05:20.137505] php engine: AbstractRegularScreen::get_folder_view
[1285] [t744079360] [2016-07-21 01:05:20.137863] php engine: DPC_FilterListScreen::get_all_folder_items
[1285] [t744079360] [2016-07-21 01:05:20.138224] php engine: PL::get_filter_list
[1285] [t744079360] [2016-07-21 01:05:20.138481] php engine: PL::get_xml
[1285] [t744079360] [2016-07-21 01:05:20.138927] php engine: PL::http_get_document_t
[1285] [t744079360] [2016-07-21 01:05:20.139623] php engine: HTTP fetching ‘http://10.0.1.88:32400/library/sections/3’…
[1285] [t744079360] [2016-07-21 01:05:20.146614] php engine: HTTP OK (200)
[1285] [t744079360] [2016-07-21 01:05:20.148380] php engine: ELAPSED TIME: 0.0098719596862793
[1285] [t744079360] [2016-07-21 01:05:20.159181] php engine: Array

Seems like there is some kind of error getting artwork? Not sure what to do.

@ratmice said:

[1285] [t744079360] [2016-07-21 01:05:27.807881] php engine: DN::get_art
[1285] [t744079360] [2016-07-21 01:05:28.639855] BlockingReader (7): read() returned EOF.

Seems like there is some kind of error getting artwork? Not sure what to do.

Hello @ratmice,
It seems like something wrong with art picture of this library.
Do you use Sinology NAS?

@jmper
Hi bud. Any update on plugins for Solo 4K ?

Hello, I found one bug with Solo works, will release after fix it.

Sounds great!

Hello, I have a DuneHD with the latest firmware. I have loaded dpc v1.094 and have not been able to make any changes to the setup but add the user/password. I have run different versions of dpc (.091-.094) but no change. I have also reset and reloaded the Dune software. I’m running a home plex server. Can anyone help? here is my log

Sorry, here is my log

@flunky777

I’m no expert at these things, but I do see a few errors in your log file. The first one is:

[error] => Invalid email, username, or password.

Later when trying to enumerate the Plex Servers you get

[1233] [t744095744] [2008-01-01 00:00:46.161332] php engine: PL::get_servers
[1233] [t744095744] [2008-01-01 00:00:47.205983] php engine: Array
(
)
[1233] [t744095744] [2008-01-01 00:01:55.795545] BlockingReader (7): read() returned EOF.
[1233] [t744095744] [2008-01-01 00:01:55.795702] [dpc] [server] error: read failed.

And finally this results in

[1278] [t744095744] [2008-01-01 00:03:14.178196] php engine: PL::plex_login
[1278] [t744095744] [2008-01-01 00:03:14.843519] php engine: Array
(
[error] => You appear to be having trouble signing in to an account. You may wish to try resetting your
password at https://plex.tv/reset
)
[1278] [t744095744] [2008-01-01 00:03:14.847353]
php engine: [/persistfs/plugins/dpc/dpc_plex_utils.php:1901 ]
[E_NOTICE] Undefined variable: subscription

So it seems that either you’ve entered your Plax UID and Password incorrectly, or your account is locked out? I assume your account is not locked since you can post here, but are you sure that (a) you have entered the correct credentials and / or (b) your Dune unit has correct access to the I-net so it can authenticate against the Plex.tv servers?

Hope I am not confusing the issue. I think Jmper will have a much better analysis than mine :slight_smile: