sudheer-ranga / aliexpress-product-scraper

Get Aliexpress product details as a json response including feedbacks, variants, shipping info, description, images, etc.,
MIT License
231 stars 88 forks source link

Uncaught TypeError: Cannot read properties of undefined (reading 'bind') #36

Closed kimshee16 closed 8 months ago

kimshee16 commented 1 year ago

I'm experiencing this when I bundle it using Browserify and use it to HTML:

bundle.alisavetools.js:183238 Uncaught TypeError: Cannot read properties of undefined (reading 'bind') at 1777.../common/Debug.js (bundle.alisavetools.js:183238:50) at o (bundle.alisavetools.js:1:265) at bundle.alisavetools.js:1:316 at 1782.../common/Puppeteer.js (bundle.alisavetools.js:184562:29) at o (bundle.alisavetools.js:1:265) at bundle.alisavetools.js:1:316 at Object. (bundle.alisavetools.js:183067:24) at Object. (bundle.alisavetools.js:183091:4) at 1775../node/Puppeteer.js (bundle.alisavetools.js:183091:17) at o (bundle.alisavetools.js:1:265)

sudheer-ranga commented 9 months ago

@kimshee16 I have released a new version that fixes a lot of issues. Please update to the latest version v2.0.2 and try. If the issue is still happening, let me know.

sudheer-ranga commented 8 months ago

Closing this issue for now. Feel free to reopen or create new issue if there is any problem with the latest update.