Closed knipknap closed 6 months ago
Is this still an issue for you? I recently published quite a few ads and haven't seen this error.
My browser config looks like this
# browser configuration
browser:
# https://peter.sh/experiments/chromium-command-line-switches/
arguments:
# https://stackoverflow.com/a/50725918/5116073
- --disable-dev-shm-usage
- --no-sandbox
# --headless
# --start-maximized
binary_location: # path to custom browser executable, if not specified will be looked up on PATH
extensions: [] # a list of .crx extension files to be loaded
use_private_window: true
user_data_dir: "" # see https://github.com/chromium/chromium/blob/main/docs/user_data_dir.md
profile_name: "...profile name..."
How do you installed the application and how do you run it?
Closing issue for now. If the issue still persists with the latest version, feel free to re-open the ticket and provide an updated error message/stacktrace.
✔️ Expected Behaviour
Publishing ads should work without timeout and without tracebacks.
🐞 Actual Behaviour
When publishing updates I am seeing that it fails in about 30% to 50% of attempts. Meaning that it stalls and eventually the bot exits with a timeout. In the browser I see that some fields are not filled, for example the title or the price. The output contains many such lines:
If I try to republish the same ad, eventually it always works. But it's quite unreliable. Most of the time it just fails with a timeout, but sometimes also with this traceback:
📋 Steps to Reproduce
📺 What browsers are you seeing the problem on? (if applicable)
Chrome
💻 What operating systems are you seeing the problem on? (if applicable)
Linux
📃 Relevant log output (if applicable)
Relevant config parts:
Code of Conduct