DomesticWarlord
Community Developer
- Joined
- May 16, 2013
- Messages
- 368
Whenever my profile teleports the North Than at Ceruleum Proecessing plant. I've also noticed a similar issue if I try to go to North Shroud. Here's the error, posting full log as well
Code:
[21:24:13.789 D] Teleporting to ceruleum processing plant
[21:24:24.150 D] File "", line 4
return bool(IsTimeBetween(2,3)
^
SyntaxError: unexpected token '<newline>'
[21:24:24.150 N] Stopping the bot. Reason:Error in condition.
[21:24:24.150 D] CurrentBot.Stop()
[21:24:24.153 N] Connection closed! 192.99.148.87:31214
[21:24:24.155 D] TreeHooks.Instance.ClearAll()
[21:24:24.155 N] Clearing all hooks.
[21:24:24.155 D] Navigator.Clear()
[21:24:24.155 V] [Poi.Clear] Reason: Bot stopped
[21:24:24.155 D] OnStop event
[21:24:24.155 D] OnStop Event Invoking
[21:24:24.155 D] ProfileOrderManager.OnBotStop. Resetting caches.
[21:24:24.156 D] Exception during scheduling Pulse: Microsoft.Scripting.SyntaxErrorException: unexpected token '<newline>'
at Microsoft.Scripting.ErrorSink.Add(SourceUnit source, String message, SourceSpan span, Int32 errorCode, Severity severity)
at IronPython.Compiler.Parser.ReportSyntaxError(Int32 start, Int32 end, String message, Int32 errorCode)
at IronPython.Compiler.Parser.ReportSyntaxError(Token t, IndexSpan span, Int32 errorCode, Boolean allowIncomplete)
at IronPython.Compiler.Parser.ReportSyntaxError(TokenWithSpan t, Int32 errorCode)
at IronPython.Compiler.Parser.FinishArgListOrGenExpr()
at IronPython.Compiler.Parser.AddTrailers(Expression ret, Boolean allowGeneratorExpression)
at IronPython.Compiler.Parser.ParsePower()
at IronPython.Compiler.Parser.ParseFactor()
at IronPython.Compiler.Parser.ParseExpr(Int32 precedence)
at IronPython.Compiler.Parser.ParseComparison()
at IronPython.Compiler.Parser.ParseNotTest()
at IronPython.Compiler.Parser.ParseAndTest()
at IronPython.Compiler.Parser.ParseOrTest()
at IronPython.Compiler.Parser.ParseExpression()
at IronPython.Compiler.Parser.ParseTestListAsExpr()
at IronPython.Compiler.Parser.ParseReturnStmt()
at IronPython.Compiler.Parser.ParseSmallStmt()
at IronPython.Compiler.Parser.ParseSimpleStmt()
at IronPython.Compiler.Parser.ParseStmt()
at IronPython.Compiler.Parser.ParseSuite()
at IronPython.Compiler.Parser.ParseClassOrFuncBody()
at IronPython.Compiler.Parser.ParseFuncDef()
at IronPython.Compiler.Parser.ParseStmt()
at IronPython.Compiler.Parser.ParseFileWorker(Boolean makeModule, Boolean returnValue)
at IronPython.Compiler.Parser.ParseFile(Boolean makeModule, Boolean returnValue)
at IronPython.Runtime.PythonContext.ParseAndBindAst(CompilerContext context)
at IronPython.Runtime.PythonContext.CompilePythonCode(SourceUnit sourceUnit, CompilerOptions options, ErrorSink errorSink)
at IronPython.Runtime.PythonContext.CompileSourceCode(SourceUnit sourceUnit, CompilerOptions options, ErrorSink errorSink)
at Microsoft.Scripting.SourceUnit.Compile(CompilerOptions options, ErrorSink errorSink)
at Microsoft.Scripting.SourceUnit.Execute(Scope scope, ErrorSink errorSink)
at Microsoft.Scripting.Hosting.ScriptSource.Execute(ScriptScope scope)
at Clio.Utilities.ScriptManager.GetCondition(String expression)
at ..()
at ..get_IsDone()
at ff14bot.NeoProfiles.ProfileBehavior.get_IsDoneCache()
at ff14bot.NeoProfiles.IfTag.(ProfileBehavior )
at System.Linq.Enumerable.All[TSource](IEnumerable`1 source, Func`2 predicate)
at ff14bot.NeoProfiles.IfTag.get_IsDone()
at ff14bot.NeoProfiles.ProfileBehavior.get_IsDoneCache()
at ff14bot.NeoProfiles.TreeNode`1.Find()
at ff14bot.NeoProfiles.TreeNode`1.Find()
at ff14bot.NeoProfiles.TreeNode`1.Find()
at ..()
at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
at ff14bot.BotBases.OrderBot.(Object , EventArgs )
at ff14bot.Behavior.BrainBehavior.()
[21:24:24.156 N] Bot Thread Ended. Was this requested?