SENPAY98K Posted December 9, 2021 Report Posted December 9, 2021 https://steamcommunity.com/?subsection=broadcasts Trying to view a steam brodcast but could make it, i don't know why! console.log(' [%s] Successfully Logged On.', logOnOptions.accountName); var optionViewBroadcast = { headers: { Host: 'steamcommunity.com', Referer: 'https://steamcommunity.com/?subsection=broadcasts'}, json: true }; var postURL02 = 'https://steamcommunity.com/broadcast/watch/'config.CasterID64+'/'; community.httpRequestPost(postURL02, optionViewBroadcast, function (err, res, data) { if (err) { console.log(' TASK02: View Broadcast: FAIL '); } if (!err) { console.log(' TASK02: View Broadcast: DONE '); } }); Any idea ? Quote
Dr. McKay Posted December 10, 2021 Report Posted December 10, 2021 You should probably use httpRequestGet rather than httpRequestPost. Quote
SENPAY98K Posted December 10, 2021 Author Report Posted December 10, 2021 6 hours ago, Dr. McKay said: You should probably use httpRequestGet rather than httpRequestPost. I tried it, i get no error but seems not really working.. seems to be impossible to trigger with just Post/Get requests. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.