sed "s/deemix-pyweb/deemix-gui-pyweb/" /usr/share/applications/deemix-pyweb.desktop
Thank you for your work
Git Clone URL: | https://aur.archlinux.org/deemix-pyweb-git.git (read-only, click to copy) |
---|---|
Package Base: | deemix-pyweb-git |
Description: | This is a pyqtwebengine wrapper for deemix-webui |
Upstream URL: | https://gitlab.com/RemixDev/deemix-gui-pyweb |
Keywords: | deemix deezer deezloader download music |
Licenses: | |
Provides: | |
Submitter: | nomis6432 |
Maintainer: | nomis6432 (remixdev) |
Last Packager: | remixdev |
Votes: | 11 |
Popularity: | 0.24 |
First Submitted: | 2020-05-29 17:27 |
Last Updated: | 2021-03-30 08:43 |
sed "s/deemix-pyweb/deemix-gui-pyweb/" /usr/share/applications/deemix-pyweb.desktop
Thank you for your work
If you are using GNOME, it's very likely that the application does not add to your applications list. This is because the .desktop file tries looking for a command and icon that does not exist, since the path has been changed from "deemix-pyweb" to "deemix-gui-pyweb". Changing all instances to the correct name should fix any of those issues.
Does anyone have a mirror of the package sources?
The news go like this: It's the domain that got taken down, not the actual server. The service is still available though the previous IP, but don't count on it anymore, when it comes to deemix. The communication channels tell how the development will continue in the future
It seems like the upstream repo is down. Take a look at the console. There is an error about an IPRC banner not loading. Might be an indication that it's been taken down by some agency.
Currenty this package isn't working, as python-flask-socketio is out of date
To fix the issue install the dependency "flask-socketio" with pip
pip install 'flask-socketio>=5.0.0'
Now the app is working properly
EDIT: the problem doesn't seem to be python3.9 but flask-socketio. You can still crate a virtual env with the dependencies if you don't want to use pip in your root install.
python -m venv ~/.envdeemix
source ~/.envdeemix/bin/activate
pip install -r /usr/lib/deemix-pyweb/requirements.txt
and lastly run deemix-pyweb from the CLI:
deemix-pyweb
You'll need to activate the venv every time you want to run deemix-pyweb
. It's not a perfect solution but it works for the time being.
update this app please
deemix-pyweb Server not started INFO:deemix:Linux-5.10.5-arch1-1-x86_64-with-glibc2.32 - Python 3.9.1, deemix 2.0.5 Starting server at http://127.0.0.1:6595 Pinging deezer.com... deezer.com reached: Available Pinging deezer.com... deezer.com reached: Available Pinging deezer.com... deezer.com reached: Available Pinging deezer.com... deezer.com reached: Available
Pinned Comments
nomis6432 commented on 2020-09-22 09:43
I recommend using
deemix-git
with this package and updating it together with thedeemix-pyweb-git
package. If you're using an out dated version ofdeemix
this package will break.