Skip to content
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

aiolimiter dropped suport for the compat module, breaking this app #484

Open
perpetuallyhorni opened this issue Dec 15, 2024 · 2 comments
Open

Comments

@perpetuallyhorni
Copy link

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:

  1. Install ofscraper via pipx
  2. $ ofscraper
  3. ofscraper will close itself
  4. See error in the log file

Expected behavior

Program works correctly.

Screenshots/Logs

Relevant log

Config

Deleted my config files, so there's nothing deviating from default configs.

System Info

  • OS: arch linux
  • Browser NA
  • Version 3.12.9
  • python
  • installed via pipx

Additional context

compat was removed from aiolimiter v1.1.1 onwards, so using version 1.1.0 works

pipx inject ofscraper aiolimiter==1.1.0 --force

@perpetuallyhorni
Copy link
Author

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

@cornerdebug
Copy link

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.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants