1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
| ********** 2021-09-21 22:00:01 ********** 正在摇D100... _(:з」∠)_ 怎么又要干活o( ̄ヘ ̄o#) 存在session,检测是否已经登录... 已经登录! 当前可预约有2 / 15个 正在预约第1个... 时间:2021/9/26 时段:18:40 - 19:40 Traceback (most recent call last): File "/Users/azus/Documents/Code/Py/bupt-gym-reserve/main.py", line 71, in <module> success_list, fail_list = reserver.reserve_all(reservable) File "/Users/azus/Documents/Code/Py/bupt-gym-reserve/bupt_gym_reserve/http/reserve.py", line 94, in reserve_all suc = self.reserve(r) File "/Users/azus/Documents/Code/Py/bupt-gym-reserve/bupt_gym_reserve/http/reserve.py", line 75, in reserve payload = {'blob': self._get_blob(reservable.year, reservable.mon, File "/Users/azus/Documents/Code/Py/bupt-gym-reserve/bupt_gym_reserve/http/reserve.py", line 105, in _get_blob raw = execjs.eval('''JSON.stringify( File "/opt/homebrew/lib/python3.8/site-packages/execjs/__init__.py", line 51, in eval return get().eval(source, cwd) File "/opt/homebrew/lib/python3.8/site-packages/execjs/_abstract_runtime.py", line 25, in eval return self.compile('', cwd=cwd).eval(source) File "/opt/homebrew/lib/python3.8/site-packages/execjs/_abstract_runtime_context.py", line 27, in eval return self._eval(source) File "/opt/homebrew/lib/python3.8/site-packages/execjs/_external_runtime.py", line 78, in _eval return self.exec_(code) File "/opt/homebrew/lib/python3.8/site-packages/execjs/_abstract_runtime_context.py", line 18, in exec_ return self._exec_(source) File "/opt/homebrew/lib/python3.8/site-packages/execjs/_external_runtime.py", line 85, in _exec_ output = self._exec_with_tempfile(source) File "/opt/homebrew/lib/python3.8/site-packages/execjs/_external_runtime.py", line 127, in _exec_with_tempfile self._fail_on_non_zero_status(ret, stdoutdata, stderrdata) File "/opt/homebrew/lib/python3.8/site-packages/execjs/_external_runtime.py", line 134, in _fail_on_non_zero_status raise ProcessExitedWithNonZeroStatus(status=status, stdout=stdoutdata, stderr=stderrdata) execjs._exceptions.ProcessExitedWithNonZeroStatus: (1, '', 'The operation couldn’t be completed. Unable to locate a Java Runtime.\nPlease visit http://www.java.com for information on installing Java.\n\n')
|