Jump to content

iamryker

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About iamryker

  • Rank
    Newbie
  1. Hello, i installed BEC on a windows2008 r3 server, all is working fine, but when it add a schedule.xml i got this error. i googled and searched the web without any luck. can someone please help/point me the direction how to fix it. greetings and thanks in advance. ryker 9:39:26 : Checking for new Bec version... 19:39:30 : Connecting to Battleye server 127.0.0.1:2302 19:39:30 : Scheduling 23 tasks 19:39:30 : RCon admin #0 (127.0.0.1:62114) logged in 19:39:30 : Bec is running latest version! : 1.601 Unhandled Error Traceback (most recent call last): File "threading.pyo", line 504, in __bootstrap File "threading.pyo", line 532, in __bootstrap_inner File "threading.pyo", line 484, in run --- <exception caught here> --- File "twisted\python\threadpool.pyo", line 191, in _worker File "twisted\python\context.pyo", line 118, in callWithContext File "twisted\python\context.pyo", line 81, in callWithContext File "Lib\Bec_Scheduler.pyo", line 246, in setup File "apscheduler\scheduler.pyo", line 98, in start File "apscheduler\scheduler.pyo", line 230, in _real_add_job File "apscheduler\job.pyo", line 74, in compute_next_run_time File "apscheduler\triggers\cron\__init__.pyo", line 117, in get_next_fire_time File "apscheduler\triggers\cron\__init__.pyo", line 89, in _increment_field_value exceptions.ValueError: year is out of range Edit: Example job that is running: <job id="0"> <day>1,2,3,4,5,6,7</day> <start>000000</start> <runtime>000200</runtime> <loop>0</loop> <cmd>say -1 Scheduler active</cmd> </job> this one fails: <job id="39"> <day>1,2,3,4,5,6,7</day> <start>23:59:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 restart in about 1 minute</cmd> </job>
×