lad1337 / XDM

XDM: eXtendable Download Manager. Plugin based media collection manager.
xdm.lad1337.de
Other
203 stars 46 forks source link

Plugins require version that's not available #193

Closed matthewdias closed 8 years ago

matthewdias commented 9 years ago

A few plugins say they can't be installed because I'm not up to date, but the updater says there aren't any updates.

screenshot 2015-08-09 20 56 30
KaraokeStu commented 9 years ago

I'm also having the same issue, which is stopping me from installing any plugins that I need

lad1337 commented 9 years ago

how did you install it ? What platform ? Would you be able to install it via git?

KaraokeStu commented 9 years ago

Hi, I've installed it from my synology, which then gets the latest version from GIT and updates itself.

However, I've noticed there is no 0.5.19.0 in your releases list?

lad1337 commented 9 years ago

Okay probably because it uses the master ... Develop does have the version ... I'll try to merge this weekend

matthewdias commented 9 years ago

Does the mac version pull updates from git as well? That's what I have installed.

lad1337 commented 9 years ago

Nope ... I have to create another build for that ... What is the build number you use ?

matthewdias commented 9 years ago

0.5.18.109

lad1337 commented 9 years ago

okay i merged develop with master and now there is a 0.5.19 but i could not create an app looks like py2app is broken on el captain https://forums.developer.apple.com/thread/6987

lad1337 commented 9 years ago

okay try https://github.com/lad1337/XDM/releases/download/0.5.19/XDM.app.zip

matthewdias commented 9 years ago

Not sure if I'm doing something wrong but after launching the app, the server doesn't seem to be running.

Therealkam commented 9 years ago

Ok the problem you may have is that the process was still open / the port was occupied

  INFO : Starting the XDM http web server
  ERROR : Unable to start web server, is something else running on port 8085?

have a look who is running on 8085 and find its PID ( i.e. 70008)

$> lsof -n -i4TCP:8085 | grep LISTEN
$< username   70008   0.0  0.5  2564448  22032   ??  S     2:17PM   0:10.26 /Applications/XDM.app/Contents/MacOS/XDM -psn_0_7563062

And kill it without mercy :D

kill -9 70008
matthewdias commented 9 years ago

Alright I'm moving right now so I'll try that once I settle in and get my server back up

matthewdias commented 8 years ago

So finally got around to it. Nothing's running on 8085. Even XDM after starting the app.