Jump to content
McKay Development

Recommended Posts

Posted

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 ?

Posted
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.

image.png.a66cf3a9e3879f760af514a212cd27a7.png

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...