Closed katbrooks615 closed 1 year ago
I hadn't heard of LibreWolf before you posted this issue, so I'm pretty sure it's not a pyktok dependency. Maybe try a different browser or Python shell?
It is part of browser_cookie3==0.19 If you downgrade to browser_cookie3==0.18 the error disappears. However it seems browser cookie itself is super unreliable, so I would suggest to use another dependency entirely.
The issue is indeed with browser_cookie3, namely the cookies = browser_cookie3.load()
call in pyktok.py at line 40 -> if you change it to a specific browser instead like cookies = browser_cookie3.chrome(domain_name='www.tiktok.com')
it works again.
This has been fixed.
Hi,
I'm using Python through Jupyter Notebooks on Firefox's browser. I've successfully installed pyktok, but it isn't letting me
import pyktok as pyk
. It's returning FileNotFoundError: Could not find LibreWolf profile directory. Do I need to install LibreWolf to use pyktok?Thanks!