-
Problem when running node index.js start
```
root@ip162:~/node_modules/ark-query-tool# npm install ark-query-tool
npm WARN install Refusing to install ark-query-tool as a dependency of itself
root…
-
00:26:55 [Main] DEBUG Titan - Startup: Loading Serilog Common Logging Bridge.
00:26:55 [Main] DEBUG Titan - Startup: Loading Quartz.NET.
00:26:55 [Main] INFORMATION Quartz.NET Scheduler - Default Q…
-
## Current Behavior
This Error apperas https://image.prntscr.com/image/fbcb877ad71742889fbd6255518c6fee.png
## Steps to Reproduce (for bugs)
Goto Group Ban (https://ravens-rising.de/sourceban…
-
Hi, I have been trying start up a steam bot with your sample programs
but only SteamClient.DisconnectedCallback callback triggers
so no connection to steam can be made.
thx for the help.
code:
usin…
ghost updated
7 years ago
-
-
If overwritten, it would also contain the protocol (making the secure option do nothing).
Use cases include forcing http for easier proxying, or using another domain (like community.steam-api.com).
-
The code that I am having issues with can be seen [here](https://github.com/mattrberry/csgoSkinStatistics), specifically in [this file](https://github.com/mattrberry/csgoSkinStatistics/blob/master/inv…
-
The enum CommunityVisibilityState does not represent the values that the official Steam API use as described here: https://developer.valvesoftware.com/wiki/Steam_Web_API#GetPlayerSummaries_.28v0002.29…
-
Attempting to login throws an error with the following code (using 3.19.1)
```java
var SteamUser = require('steam-user');
var client = new SteamUser();
client.logOn({
"accountName": "user",…
-
I'm trying to find out if a user has a VAC ban / Game ban on record. This is what I already tried:
```c#
public static bool HasBansOnRecord(uint steamId)
{
using(dynamic steamUser = WebAPI.Get…