PyMiniRacer Does not work
Closed this issue · 4 comments
pin > 722952
name > REE
AUTHENTICATED
Traceback (most recent call last):
File "kbot", line 23, in
user.checkPin()
File "/home/caleb/kbot/klib.py", line 174, in checkPin
self.sessionID = self.solveChallenge(resp.json()["challenge"])
File "/home/caleb/kbot/klib.py", line 182, in solveChallenge
solution = jsEngine.eval("".join(rebuilt))
File "/home/caleb/.local/lib/python3.6/site-packages/py_mini_racer/py_mini_racer.py", line 161, in eval
python_value = res.contents.to_python()
File "/home/caleb/.local/lib/python3.6/site-packages/py_mini_racer/py_mini_racer.py", line 292, in to_python
raise JSParseException(msg)
py_mini_racer.py_mini_racer.JSParseException: b'SyntaxError: Unexpected token )'
Pls Fix
is this a mac or windows issue?
linux
hmm, I may have to find a solution that works on windows and linux as well as mac.