Closed Zorgatone closed 6 years ago
@gunesacar could you take a look at this? :)
Thanks for reporting!
It seems our code has many Linux specific assumptions that don't hold for MacOS. As I understand, the TBB binaries and the application data are stored in separate places in MacOS - quite different than Linux TBB.
I'm sorry to say that this may take a while to fix. Not only because I don't have access to a Mac at the moment, but also I'm quite busy in the following two weeks.
After that, I'll be happy to help.
@gunesacar thanks. I was just trying to change the defaults in 'common'
but then I switched the development on another OS. I was trying on windows, but I'm going to try on linux just to be on the safe side
Thanks for the quick response :) Let me know if you need some help, I'll try to spare some time if you need
Any updates on this?
Thanks for checking. The problem is that I don't have a Mac OS device and even if I fix this path issue, I don't see how I can maintain the support without being able to test and debug things locally.
So, I'm inclined to close the issue, and ask you to consider using a Linux container or VM to run the library.
Sorry about that.
I'm using these parameters for
TorBrowserDriver()
:I get the following error:
I thought the first parameter (
tbb_path
) was optional, but then youjoin()
it with'Browser'
and try to change the directory inside it (chdir()
) which is raising the error because it tries to cd into'./Browser/'
I think.How can I fix this, and start TBB on macOS? I'm not too sure what each path parameter shoud be