BochilTeam / scraper

scraper module
GNU General Public License v3.0
99 stars 62 forks source link

error #63

Closed jacktheboss220 closed 1 year ago

jacktheboss220 commented 1 year ago

const { savefrom } = require('@bochilteam/scraper'); (async () => { savefrom('https://www.instagram.com/p/CrvIUf8omdg/').then(res => { console.log(res); }).catch(err => { console.log(err); }) })();

ZodError: [ { "code": "invalid_type", "expected": "object", "received": "undefined", "path": [ "sd" ], "message": "Required" }, { "code": "invalid_type", "expected": "object", "received": "undefined", "path": [ "hd" ], "message": "Required" }, { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "hosting" ], "message": "Required" } ]

jacktheboss220 commented 1 year ago

url- https://www.instagram.com/p/CrvIUf8omdg/

BochilGaming commented 1 year ago

I've tried but it works on my local machine

jacktheboss220 commented 1 year ago

I've tried but it works on my local machine

ok i will try again, tq