promwarm/ISIN_to_ticker

'NoneType' object has no attribute 'text'

Opened this issue · 0 comments

Thanks for your code, I'm quite new to python and not experienced in programming. Nevertheless, I tried to use ISIN_to_ticker with tester.py and got following error:

line 42 in makeSoup

soup = BeautifulSoup(request.text, 'html.parser')

AttributeError: 'NoneType' object has no attribute 'text'

Can you help me here?