Giter VIP home page Giter VIP logo

Comments (8)

minscof avatar minscof commented on July 20, 2024

I think the image, I used, was too old

I change for this image : simaofsilva/noip-renewer:debian

and I have another error

Opening browser
Traceback (most recent call last):
File "//renew.py", line 41, in
browser = webdriver.Chrome(options=browserOptions)
File "/root/.local/lib/python3.10/site-packages/selenium/webdriver/chrome/webdriver.py", line 76, in init
RemoteWebDriver.init(
File "/root/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "/root/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/root/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/root/.local/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed.
(chrome not reachable)
(The process started from chrome location /usr/bin/chromium is no longer running, so ChromeDriver is assuming that Chrome has crashed.)

from noip-renewer.

simao-silva avatar simao-silva commented on July 20, 2024

The image with tag 3.9.1 is a year old so I do not recommend use it, so please use tag debian and update that from time to time.
I have the image with tag debian running on a arm/v7 device without any issues. Are you running the right image for your processor's architecture? What is the output of uname --m?

from noip-renewer.

minscof avatar minscof commented on July 20, 2024

The output of uname --m is
armv7l

is debian tag the right image for my raspberry ?

from noip-renewer.

simao-silva avatar simao-silva commented on July 20, 2024

Yes, debian is the right tag for that architecture. Can you check if the creation date of the image is from 6 days ago?

docker image ls simaofsilva/noip-renewer:debian

from noip-renewer.

minscof avatar minscof commented on July 20, 2024

Yes, it seems to be the right version, what can be wrong ?

REPOSITORY                 TAG       IMAGE ID       CREATED      SIZE
simaofsilva/noip-renewer   debian    bc1c130454d9   6 days ago   462MB

from noip-renewer.

simao-silva avatar simao-silva commented on July 20, 2024

That seems alright.
It can be a memory problem with the container exhausting the RAM and crashing. Have you check the Raspberry status while the container is running?

from noip-renewer.

minscof avatar minscof commented on July 20, 2024

I didn't find some trouble with my raspberry. So I build my own image but I change bullseye by buster because my raspberry run with buster

And it works with this new image

My change :

FROM python:3.10.4-slim-buster@sha256:c2824bf9bdb9dbeed967df6805388e90e67439aae4934c02526d8ce5c29ae6d1

Could you upgrade your debian image to buster ?

I also use renew.py and not renew_legacy.py : I don't know why you keep a specific version for debian : maybe you can merge.

Thanks a lot

from noip-renewer.

simao-silva avatar simao-silva commented on July 20, 2024

Your running in a container so it does not matter which version of Debian you are using on your Raspberry Pi. Still, going from bullseye to buster is a downgrade, not an upgrade.
I am still wondering how the current image does not work in your environment but I am glad you found a solution for your issue.

from noip-renewer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.