- This topic has 12 replies, 6 voices, and was last updated Oct 27-1:50 pm by ilijazmaj.
-
AuthorPosts
-
October 3, 2020 at 1:15 am #42510Member
cmarceloacosta
BUENAS NOCHES, NO PUEDO EMPLEAR MPSYT EN MI ANTIX LINUX. ME DA ERROR 403, SE PUEDE SOLUCIONAR ESE PROBLEMA O NO SE PUEDE UTILIZAR MAS EL PROGRAMA?
October 3, 2020 at 4:39 am #42511Moderator
christophe
::Hello, cmarceloacosta.
mpsyt is working for me. (antiX 19.2 fully upgraded.)
Perhaps doing an upgrade might fix it? (I’m only guessing.)
Hola, cmarceloacosta.
mpsyt está trabajando para mí. (antiX 19.2 completamente actualizado).
¿Quizás hacer una actualización podría solucionarlo? (Solo estoy adivinando).
confirmed antiX frugaler, since 2019
October 3, 2020 at 2:47 pm #42515Forum Admin
anticapitalista
::Fixed in next upgrade.
Corregido en la próxima actualización.
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - leaner and meaner.
October 3, 2020 at 9:57 pm #42528Forum Admin
anticapitalista
::You may also need to do this:
https://antixlinux.com/mps-youtube-bug-and-fix/
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - leaner and meaner.
October 7, 2020 at 8:49 pm #42666Memberpipfranto
October 7, 2020 at 9:21 pm #42668Forum Admin
anticapitalista
::What and where is the latest unstable release of mpsyt?
antiX ships with 0.2.9 version (actually it is really 0.2.8)
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - leaner and meaner.
October 8, 2020 at 1:07 am #42677Memberex_Koo
::I think the user maybe confused by the below as this is development branch anyway.
To install the experimental development version and try the latest features:
[sudo] pip3 install -U git+https://github.com/mps-youtube/mps-youtube.git
October 27, 2020 at 11:07 am #43871Memberilijazmaj
::Hello all, started to use this distro recently and I’m very happy how it works so far.
Using it on some dual core Sony Vaio, works amazingly fast and stable.Anyways, when I tried to use mpsyt,I got this:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/pafy/util.py”, line 27, in call_gdata
data = g.opener.open(url).read().decode(‘utf-8’)
File “/usr/lib/python3.7/urllib/request.py”, line 531, in open
response = meth(req, response)
File “/usr/lib/python3.7/urllib/request.py”, line 641, in http_response
‘http’, request, response, code, msg, hdrs)
File “/usr/lib/python3.7/urllib/request.py”, line 569, in error
return self._call_chain(*args)
File “/usr/lib/python3.7/urllib/request.py”, line 503, in _call_chain
result = func(*args)
File “/usr/lib/python3.7/urllib/request.py”, line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: ForbiddenDuring handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/bin/mpsyt”, line 11, in <module>
load_entry_point(‘mps-youtube==0.2.8’, ‘console_scripts’, ‘mpsyt’)()
File “/usr/lib/python3/dist-packages/pkg_resources/__init__.py”, line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File “/usr/lib/python3/dist-packages/pkg_resources/__init__.py”, line 2793, in load_entry_point
return ep.load()
File “/usr/lib/python3/dist-packages/pkg_resources/__init__.py”, line 2411, in load
return self.resolve()
File “/usr/lib/python3/dist-packages/pkg_resources/__init__.py”, line 2417, in resolve
module = __import__(self.module_name, fromlist=[‘__name__’], level=0)
File “/usr/lib/python3/dist-packages/mps_youtube/__init__.py”, line 8, in <module>
init.init()
File “/usr/lib/python3/dist-packages/mps_youtube/init.py”, line 59, in init
cache.load()
File “/usr/lib/python3/dist-packages/mps_youtube/cache.py”, line 34, in load
pafy.load_cache(cached[‘pafy’])
File “/usr/lib/python3/dist-packages/pafy/pafy.py”, line 182, in load_cache
set_categories(newcache.get(‘categories’, {}))
File “/usr/lib/python3/dist-packages/pafy/pafy.py”, line 169, in set_categories
catinfo = call_gdata(‘videoCategories’, query)
File “/usr/lib/python3/dist-packages/pafy/util.py”, line 35, in call_gdata
raise GdataError(errmsg)
pafy.util.GdataError: Youtube Error 403: The request cannot be completed because you have exceeded your quota.This is just too much for me 😀 Tried to reinstall it, still still same.
It’s not a dealbreaker, but it would be nice to have it working. I didnt want to open new thread for this,
as it’s better to have all issues in one thread imho.
Cheers all!- This reply was modified 2 years, 6 months ago by ilijazmaj.
- This reply was modified 2 years, 6 months ago by ilijazmaj.
October 27, 2020 at 11:51 am #43874Forum Admin
anticapitalista
::Did you try what was suggested in this thread?
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - leaner and meaner.
October 27, 2020 at 1:05 pm #43875Memberilijazmaj
::Yeah,
still didn’t work for me even thou I reinstalled all 3.
But I saw after rereading all posts from github theard (Thanks KOO) is bug with python version,
so long story short, this worked for me:cd mps-youtube
python3 mpsytno reinstall, no pip3, no git…(other pc had same issue on other deb based distro, so i just tried this)
- This reply was modified 2 years, 6 months ago by ilijazmaj.
October 27, 2020 at 1:29 pm #43879Forum Admin
anticapitalista
::The solution from the antiX main web page doesn’t mention anything about pip3 nor git.
Are you using testing or sid repos?Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - leaner and meaner.
October 27, 2020 at 1:50 pm #43880Memberilijazmaj
::No, using buster. I somehow skipped your post with api-key above and checked the github post Koo shared.
Anyways, working correctly now, sorry for confusion.- This reply was modified 2 years, 6 months ago by ilijazmaj.
-
AuthorPosts
- You must be logged in to reply to this topic.