BochilTeam / scraper

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

igstory issue #89

Closed nastarrr closed 1 month ago

nastarrr commented 11 months ago

const { instagramStory } = require('@bochilteam/scraper') await instagramStory("Persija").then(res => { console.log(res) })

output: HTTPError: Response code 500 (Internal Server Error) at Request. (/node_modules/got/dist/source/as-promise/index.js:118:42) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { code: 'ERR_NON_2XX_3XX_RESPONSE', timings: { start: 1696041980886, socket: 1696041980887, lookup: 1696041980900, connect: 1696041980912, secureConnect: 1696041980929, upload: 1696041980929, response: 1696041985238, end: 1696041985335, error: undefined, abort: undefined, phases: { wait: 1, dns: 13, tcp: 12, tls: 17, request: 0, firstByte: 4309, download: 97, total: 4449 } } }

nstar-y commented 11 months ago

@BochilGaming update npm pak

BochilGaming commented 1 month ago

Try to use @bochilteam/scraper 5.0.1 version