renovate[bot] on renovate_stylus-0.x
chore(deps): update dependency … (compare)
renovate[bot] on renovate_stylus-0.x
chore(deps): update dependency … (compare)
the name of the error type (TypeError vs Error) is cool and all, but the real way to solve this is with the error message.
First of all, any proper error message will use the word "because". 2nd of all, the reason given in the because should match what the code is doing.
The correct error message would have said something like
parseTorrent() was aborted because it recieved an object containing the properties [statusCode, headers, body, etc etc] but the required property 'infoHash' was missing
irc-discord-bot
<06Jeff> I was thinking of creating 5 video tags and load all chunks, but keeping the next 4 hidden, then excluding when each video reachs the end
irc-discord-bot
<06Jeff> But I'm not sure how smooth that would be
irc-discord-bot
<04BJSamuel> Hi, I have this magnet URI magnet:?xt=urn:btih:BCW2LJ5GDA5K4HQJ3AY56Z2I2VTASWQQ&dn=Sintel&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969 from qBittorrent I am able to get the files but not with this library. can you pls help me? I observed that all the magnet uris in the document ends with an extension. Do I need to change my uri to any other format??
irc-discord-bot
<06Jeff> Then clear the buffer, start recording another 30s and so on.
irc-discord-bot
<06Jeff> The thing is: it works for the first magnet, but the subsequent are not working and I'm not sure why. Possibly an issue while changing the magnet uri for the video OR not being able to download the new chunk in time OR some issue on the streamer side, when creating multiple torrent seeds.
irc-discord-bot
<06Jeff> But the blobs have size, the video is fine, it works fine for the first 30s and the magnet uri is being generated without errors
irc-discord-bot
<06Jeff> If this works, we can call this a live streaming with 30s of delay. If I improve it somehow to 15s it would be very acceptable.
irc-discord-bot
<06Jeff> @valverde-marcelo looks really great!
irc-discord-bot
<06Jeff> Congrats!
irc-discord-bot
<06Jeff> it's almost the same I've been doing. But for some reason, it only creates the first slice successfully