TravelTrader
TravelTrader
Wow, thanks. I’ll collect informations I have at first.
What worked for me is to use `screen` to connect and then ^C to get into the MicroPython environment of the hub. That’s really great but only possible for a...
Thank you. I'll inform you here if I'll try.
Thanks for the fast response. I copied my `chromedriver` to `/usr/local/bin/` and when I call it in the terminal, it shows ``` Starting ChromeDriver 2.40.565386 (45a059dc425e08165f9a10324bd1380cc13ca363) on port 9515 Only...
In `chat.py` I edited ``` 'chromedriver_path': '/usr/local/bin/chromedriver', ``` for the `config`-variable. And at this location I can list the file by `ls /usr/local/bin/ch*` for example. But then after starting it...
Okay, thanks for your help. I thought I know about those variables but I didn't get it running. `locate chromedriver` leads to `/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/chromedriver.rb` and when I enter `'chromedriver_path': "{0}/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/chromedriver.rb".format(os.environ['HOME']),` after...
I tried to install it again by just the zip-file. Put it in the `/usr/local/bin`-directory. But `chromedriver` shows ``` Starting ChromeDriver 2.40.565386 (45a059dc425e08165f9a10324bd1380cc13ca363) on port 9515 Only local connections are...
But like I wrote I tried already `url = "https://baikal..de//card.php/principals/"`. Can you write me your exact URL you used?
Yes, of course, it's very useful. I tried around before with the url from the source code but didn't get a good result. Therefore: It worked immediately. Thanks. And with...
> Hi! You can also copy things by redirecting to /dev/clipboard, like this: `cat file.yml > /dev/clipboard` That is really useful. I’m happy that I found it. Is it also...