Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected Error Occurring #15

Open
farazappy opened this issue May 17, 2016 · 0 comments
Open

Unexpected Error Occurring #15

farazappy opened this issue May 17, 2016 · 0 comments

Comments

@farazappy
Copy link

Hello,
I am experiencing an unexpected error since a few days with my SteamBot.

When I launch my SteamBot.exe, I get the following : (log copied from console)

[(System) 2016-05-17 12:47:39] INFO: Launching Bot Bot 1...
[(System) 2016-05-17 12:47:39] DEBUG: Starting bot with username rohan6516.
[Bot 1 2016-05-17 12:47:39] INFO: Connecting...
[Bot 1 2016-05-17 12:47:39] SUCCESS: Done Loading Bot!
Type help for bot manager commands.
botmgr > [Bot 1 2016-05-17 12:47:43] ERROR: Login Error: AccountLogonDeniedNeedT
woFactorCode
[Bot 1 2016-05-17 12:47:44] SUCCESS: Generated 2FA code.
[Bot 1 2016-05-17 12:47:48] SUCCESS: User Authenticated!
[Bot 1 2016-05-17 12:47:48] SUCCESS: Steam Bot Logged In Completely!
[Bot 1 2016-05-17 12:47:48] SUCCESS: Starting task loop

Unhandled Exception: Newtonsoft.Json.JsonReaderException: Unexpected character e
ncountered while parsing value: <. Path '', line 0, position 0.
   at Newtonsoft.Json.JsonTextReader.ParseValue()
   at Newtonsoft.Json.JsonTextReader.ReadInternal()
   at Newtonsoft.Json.JsonTextReader.Read()
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType(Jso
nReader reader, JsonContract contract, Boolean hasConverter)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(Jso
nReader reader, Type objectType, Boolean checkAdditionalContent)
   at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type
 objectType)
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, Jso
nSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSeriali
zerSettings settings)
   at SteamAPI.TradeOffers.TradeOffers.GetTradeOffers(Boolean getActive) in d:\D
ocuments\SteamTradeOffersBot-SteamTradeOffersBot\SteamAPI\TradeOffers\TradeOffer
s.cs:line 208
   at SteamAPI.TradeOffers.TradeOffers.<CheckPendingTradeOffers>b__3d() in d:\Do
cuments\SteamTradeOffersBot-SteamTradeOffersBot\SteamAPI\TradeOffers\TradeOffers
.cs:line 377
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionCo
ntext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C
ontextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C
ontextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()

My bot used to work perfectly like 2 weeks ago then I started getting this error, I posted on /r/Steamot, There somebody told me this is a steam issue as it is returniing HTML instead of JSON and should be fixed but this still occurs.

Help appreciated!
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant