-
Notifications
You must be signed in to change notification settings - Fork 258
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
Not working with Uk amazon #43
Comments
Can you try manually editing the Dockerfile, changing these three lines:
to:
|
Works now |
One more thing the UK site ebuyer uses add-to-basket instead of add-to-cart so it thinks its out of stock is it possible to add it so it checks for that as well |
Just checked in this change: a90683d Can you pull in the latest code, rebuild the docker image, and try again? |
Is it possible to fix Amazon SG as well? It uses S$ which messed up the code |
I am also having this issue however, editing the Dockerfile isn't fixing it for me. |
Can you try again with the latest image? I recently committed a change that was intended to ignore currency symbols. |
@EricJMarti I have pulled down the recent changes and I am getting |
When using this with uk amazon it says:
unable to convert "£140.45" to float... caught exception: could not convert string to float: '£140.45'
however it works with US amazin
The text was updated successfully, but these errors were encountered: