Error after update catalog command
python --version
Python 3.6.6
same pb with : Python 3.7.0
same pb with : pipenv run ./lcurse
same pb with the fork Alar : https://github.com/alarofrunetotem/lcurse
Traceback (most recent call last):
File "/home/philippe/lcurse-master/modules/waitdlg.py", line 424, in run
self.retrieveListOfAddons()
File "/home/philippe/lcurse-master/modules/waitdlg.py", line 414, in retrieveListOfAddons
lastpage = self.retrievePartialListOfAddons(page)
File "/home/philippe/lcurse-master/modules/waitdlg.py", line 401, in retrievePartialListOfAddons
href=link.get("href").replace("/download",'')
AttributeError: 'NoneType' object has no attribute 'replace'
Abandon (core dumped)
Error after update catalog command python --version Python 3.6.6 same pb with : Python 3.7.0 same pb with : pipenv run ./lcurse same pb with the fork Alar : https://github.com/alarofrunetotem/lcurse
Traceback (most recent call last): File "/home/philippe/lcurse-master/modules/waitdlg.py", line 424, in run self.retrieveListOfAddons() File "/home/philippe/lcurse-master/modules/waitdlg.py", line 414, in retrieveListOfAddons lastpage = self.retrievePartialListOfAddons(page) File "/home/philippe/lcurse-master/modules/waitdlg.py", line 401, in retrievePartialListOfAddons href=link.get("href").replace("/download",'') AttributeError: 'NoneType' object has no attribute 'replace' Abandon (core dumped)