thefakequake / pypartpicker

A Python package that can be used to fetch information from PCPartPicker on products and parts lists.
MIT License
20 stars 9 forks source link

part_search() error #3

Closed Bogpan closed 3 years ago

Bogpan commented 3 years ago

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

thefakequake commented 3 years ago

Fixed with v1.3. PCPartPicker increased their Cloudflare protection level and I fixed it by adding browser headers.