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

[BUG] Shipping Options exception #352

Open
1 task done
Airwave1981 opened this issue Nov 26, 2024 · 0 comments
Open
1 task done

[BUG] Shipping Options exception #352

Airwave1981 opened this issue Nov 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Airwave1981
Copy link
Contributor

✔️ Expected Behaviour

I got an exception when the bot selects the shipping options with codeline:

        await self.web_click(By.CSS_SELECTOR, '[class*="jsx-3900439816"]')

I searched in the code and replacing the upper lines with that (line 528+533 in src\kleinanzeigen_bot_init_.py):

        await self.web_click(By.CSS_SELECTOR, '[class*="jsx-963945432 SelectionButton"]')

should get the script working again.

🐞 Actual Behaviour

Termination

📋 Steps to Reproduce

Run with shipping options like:

shipping_type: SHIPPING
shipping_costs: 5.00
shipping_options: [Hermes_S]
sell_directly: true

📺 What browsers are you seeing the problem on? (if applicable)

Microsoft Edge

💻 What operating systems are you seeing the problem on? (if applicable)

Windows

📃 Relevant log output (if applicable)

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Airwave1981 Airwave1981 added the bug Something isn't working label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant