Raised This Month: $32 Target: $400
 8% 

[ANY] ASteambot - Arkarr's Steam bot


Post New Thread Reply   
 
Thread Tools Display Modes
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 09-14-2020 , 12:29   Re: [ANY] ASteambot - Arkarr's Steam bot
Reply With Quote #1001

@ToasterOven

Damn it.. That's a lot to explain and answer. Would you be kind enough to add me on Steam ?
https://steamcommunity.com/id/arkarr
__________________
Want to check my plugins ?
Arkarr is offline
ToasterOven
Junior Member
Join Date: Aug 2020
Old 09-14-2020 , 23:05   Re: [ANY] ASteambot - Arkarr's Steam bot
Reply With Quote #1002

Quote:
Originally Posted by Arkarr View Post
@ToasterOven

Damn it.. That's a lot to explain and answer. Would you be kind enough to add me on Steam ?
https://steamcommunity.com/id/arkarr

Of course, my steam name is "[TC] Toaster Oven"
ToasterOven is offline
HiddenConn1
AlliedModders Donor
Join Date: Aug 2009
Location: Cambridge, UK
Old 09-20-2020 , 13:24   Re: [ANY] ASteambot - Arkarr's Steam bot
Reply With Quote #1003

Quote:
Originally Posted by Arkarr View Post
I am sorry this happened. Which distribution you are using ?
I'm running CentOS 7.8.
__________________
HiddenConn1 is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 09-21-2020 , 02:35   Re: [ANY] ASteambot - Arkarr's Steam bot
Reply With Quote #1004

Quote:
Originally Posted by HiddenConn1 View Post
I'm running CentOS 7.8.
1) Install .NET Core manually (https://docs.microsoft.com/en-us/dot...l/linux-centos)
2) wget ASteambot last RELEASE from official github repo (https://github.com/Arkarr/ASteambot/)
3) Configure ASteambot using configs/config.cfg
4) Run ASteambot : dotnet ASteambot.exe

-- or --

Wait for me to update the auto-install script.
__________________
Want to check my plugins ?
Arkarr is offline
darthelmo1
Junior Member
Join Date: Nov 2016
Old 10-29-2020 , 17:17   Re: [ANY] ASteambot - Arkarr's Steam bot
Reply With Quote #1005

Quote:
Originally Posted by Arkarr View Post
I am on it now. It's weird. I'll check it out. Probably a problem with token and web api.
Any updates on if token/web API for adding steam friends is now working again?
darthelmo1 is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 11-02-2020 , 07:47   Re: [ANY] ASteambot - Arkarr's Steam bot
Reply With Quote #1006

Quote:
Originally Posted by darthelmo1 View Post
Any updates on if token/web API for adding steam friends is now working again?
Yes, I think I figured it out. I am still working on this through. Problem is, time is short for me now. I plan to release an update soon tho.
__________________
Want to check my plugins ?
Arkarr is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 11-06-2020 , 05:01   Re: [ANY] ASteambot - Arkarr's Steam bot
Reply With Quote #1007

Okay, I made this. Friends bugs fixed, I believe and also steam group messages are now possible.
I just need to clean things up a bit, take a look :


EDIT: Wrong video link
__________________
Want to check my plugins ?

Last edited by Arkarr; 11-06-2020 at 07:10.
Arkarr is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 11-09-2020 , 05:41   Re: [ANY] ASteambot - Arkarr's Steam bot
Reply With Quote #1008

https://steamcommunity.com/groups/arkarrbotsteamgroup
__________________
Want to check my plugins ?
Arkarr is offline
anonym93
Junior Member
Join Date: Dec 2013
Location: Romania
Old 02-03-2021 , 10:00   Re: [ANY] ASteambot - Arkarr's Steam bot
Reply With Quote #1009

When I'm trying to write anything to the bot
Code:
> Error while fetching country code. Assumed 'en'. Details here :
Faulty country >>> Britain)
Send to Arkarr please!
System.Globalization.CultureNotFoundException: Culture is not supported. (Parameter 'culture')
4096 (0x1000) is an invalid culture identifier.
   at System.Globalization.CultureData.GetCultureData(Int32 culture, Boolean bUseUserOverride)
   at System.Globalization.RegionInfo..ctor(Int32 culture)
   at ASteambot.Translation.CountryCode.<>c.<GetCountryCode>b__0_0(CultureInfo x) in C:\Users\Arkarr\Documents\GitHub\ASteambot\SOURCE\ASteambot\Translation\CountryCode.cs:line 27
   at System.Linq.Enumerable.SelectArrayIterator`2.MoveNext()
   at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
   at ASteambot.Translation.CountryCode.GetCountryCode(Infos sp) in C:\Users\Arkarr\Documents\GitHub\ASteambot\SOURCE\ASteambot\Translation\CountryCode.cs:line 28
__________________
anonym93 is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 02-04-2021 , 13:16   Re: [ANY] ASteambot - Arkarr's Steam bot
Reply With Quote #1010

Quote:
Originally Posted by anonym93 View Post
When I'm trying to write anything to the bot
Code:
> Error while fetching country code. Assumed 'en'. Details here :
Faulty country >>> Britain)
Send to Arkarr please!
System.Globalization.CultureNotFoundException: Culture is not supported. (Parameter 'culture')
4096 (0x1000) is an invalid culture identifier.
   at System.Globalization.CultureData.GetCultureData(Int32 culture, Boolean bUseUserOverride)
   at System.Globalization.RegionInfo..ctor(Int32 culture)
   at ASteambot.Translation.CountryCode.<>c.<GetCountryCode>b__0_0(CultureInfo x) in C:\Users\Arkarr\Documents\GitHub\ASteambot\SOURCE\ASteambot\Translation\CountryCode.cs:line 27
   at System.Linq.Enumerable.SelectArrayIterator`2.MoveNext()
   at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
   at ASteambot.Translation.CountryCode.GetCountryCode(Infos sp) in C:\Users\Arkarr\Documents\GitHub\ASteambot\SOURCE\ASteambot\Translation\CountryCode.cs:line 28
Yeah, that won't prevent the bot from working. It just notify you that the language for country 'Britain' couldn't be found.
__________________
Want to check my plugins ?
Arkarr is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:27.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode