cool-dev-guy / vidsrc-api

A working vidsrc.to/vidsrc.me extractor as an api. Proof of concept and educational.
GNU General Public License v3.0
58 stars 88 forks source link

Getting 'This Serverless Function has crashed' in Vercel #19

Open RageshAntony opened 2 months ago

RageshAntony commented 2 months ago

I deployed my forked repo in Vercel but I got this error

image

Logs:

image

Why? I followed your steps. (I didn't get any build error)

This is my repo: https://github.com/RageshAntony/vidsrc-api-stermio.git

I am using Redis to store URLs until it expires. (check for expiry and get new if expired )

please help me

RageshAntony commented 2 months ago

I fixed the issue. It's Redis connection issue.

RageshAntony commented 2 months ago

@cool-dev-guy

The code not working suddenly

the retrieved URLs not suddenly working

https://ewal.v44381c4b81.site/_v2-wwdo/12a3c523fe105800ed8c394685aeeb0b902ea15c58e4bfed0b197baea93ece832257df1a4b6125fcfa38c35da05dee86aad28d46d73fc4e9d4e5a53b5277f1d634c711e30918b40a13c1b4bc6e4e7d11662686271c4675c39085fb09cea322992b15f541532ba10eabbb/h/list;15a38634f803584ba8926411d7bee906856cab0654b5bfb3.m3u8

retrived URLs now not working

2004durgesh commented 1 month ago

@cool-dev-guy

The code not working suddenly

the retrieved URLs not suddenly working

https://ewal.v44381c4b81.site/_v2-wwdo/12a3c523fe105800ed8c394685aeeb0b902ea15c58e4bfed0b197baea93ece832257df1a4b6125fcfa38c35da05dee86aad28d46d73fc4e9d4e5a53b5277f1d634c711e30918b40a13c1b4bc6e4e7d11662686271c4675c39085fb09cea322992b15f541532ba10eabbb/h/list;15a38634f803584ba8926411d7bee906856cab0654b5bfb3.m3u8

retrived URLs now not working

did u found any way to work this around since i'm also getting same issue