You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be clear, for any end-users reading this, the error line in the log contains "No module named 'aiolimiter.compat'" and the workaround/fix is to run pipx inject ofscraper aiolimiter==1.1.0 --force
Worked perfectly on a fresh install of ofscraper on a brand new Macbook. I tried several different ways to install aiolimiter thinking that was the problem before finding out compat had been removed in 1.1.1.
Describe the bug
On archlinux, when executing the script, it closes abruptly as the compat module was removed from aiolimiter 2 weeks ago
To Reproduce
Steps to reproduce the behavior:
$ ofscraper
Expected behavior
Program works correctly.
Screenshots/Logs
Relevant log
Config
Deleted my config files, so there's nothing deviating from default configs.
System Info
Additional context
compat
was removed from aiolimiter v1.1.1 onwards, so using version 1.1.0 workspipx inject ofscraper aiolimiter==1.1.0 --force
The text was updated successfully, but these errors were encountered: