-
Notifications
You must be signed in to change notification settings - Fork 217
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
Js sandbox causing errors #486
Comments
Wow you still get different errors.. You don't seem to have the path one at all. |
@LiteracyFanatic any ideas how to solve this? |
Here's what I've got so far. Adding
Which can be rewritten like this:
And evaluates to this:
I believe there is an issue related to the use of |
I've added a preliminary fix. There's more work to be done to make sure all the other sites work as well, but this should be usable as is if you need it now. |
Describe the bug
9e254cc seems to have caused issues with eval_in_node()
Without modifications it gives
NameError: name 'path' is not defined
Editing https://github.com/vn-ki/anime-downloader/blob/master/anime_downloader/util.py#L402 to os.path will result in error below
To reproduce
LOG
The text was updated successfully, but these errors were encountered: