Giter Site home page Giter Site logo

Comments (5)

kiyoon avatar kiyoon commented on June 3, 2024

Hi,

First make sure Jupyter Notebook is running at localhost:8888

If it still doesn't work, let Jupynium running first from the command line: jupynium then try to start sync. It will print all the helpful logs.

from jupynium.nvim.

fecet avatar fecet commented on June 3, 2024

The problem looks because newest selenium and newest firefox incompatible, I downgrade firefox and it works. What's the firefox version you are using?

from jupynium.nvim.

kiyoon avatar kiyoon commented on June 3, 2024

Really? I've tried on many machines installing fresh new and it worked.. The version I have on Ubuntu is fron snap store and it's 108.0.2.

from jupynium.nvim.

fecet avatar fecet commented on June 3, 2024

Really? I've tried on many machines installing fresh new and it worked.. The version I have on Ubuntu is fron snap store and it's 108.0.2.

Or because the newest version didn't hook selenium to download a suitable driver? I don't familiar with selenium and have no idea what it does for its first run. Anyway, I'm using Arch and things I have tried are:

  1. write a simple script to test selenium

    from selenium import webdriver
    driver = webdriver.Firefox()
    driver.get("https://www.selenium.dev/selenium/web/web-form.html")
    

    Firefox not open when I run it.

  2. downgrade Firefox, I randomly choose an old version like 100

  3. run test script again, then it's work, I return to jupynium, it also works fine.

  4. Update firefox again(108.0.2), it's still work.

Don't know what fix this, but I'm happy now I can enjoy jupynium!

from jupynium.nvim.

kiyoon avatar kiyoon commented on June 3, 2024

It could also be Selenium not detecting firefox binary. By installing it again it probably recognised it. Thanks a lot for leaving the helpful debugging steps and I'm glad it wasn't a big issue!

from jupynium.nvim.

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.