ephraim / lcurse

Python script to have a "curse" compatible client for linux
The Unlicense
51 stars 23 forks source link

Error update catalog #68

Closed Philmore971 closed 5 years ago

Philmore971 commented 5 years ago

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)

ephraim commented 5 years ago

Will have a look! Thanks for the report

jokust commented 5 years ago

Error is the result of Curse's "Enjoy this mod? Support the mod author!" dialog, which appears on some addons. Fix contained in proposed pull request.