<pwnd_sfw>
gg1025 so does it work or it doesn't work..
<pwnd_sfw>
I'm going to say your post does not offer enough information
<pwnd_sfw>
either way
johnny56 has joined #ruby
<gg1025>
unfortunately it does not work as expected. it works in the sense that it adds an item to the cart, then crashes with an error message about an element being intercepted.
<gg1025>
what additional information do you need?
cthulchu_ has quit [Ping timeout: 240 seconds]
chouhoulis has joined #ruby
chouhoulis has quit [Ping timeout: 240 seconds]
gix- has joined #ruby
gix has quit [Disconnected by services]
johnny56 has quit [Ping timeout: 240 seconds]
ur5us_ has quit [Ping timeout: 260 seconds]
duderonomy has joined #ruby
donofrio has quit [Remote host closed the connection]
johnny56 has joined #ruby
johnny56 has quit [Ping timeout: 256 seconds]
crankharder has quit [Ping timeout: 256 seconds]
johnny56 has joined #ruby
johnny56 has quit [Ping timeout: 240 seconds]
johnny56 has joined #ruby
johnny56 has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
johnny56 has joined #ruby
johnny56 has quit [Ping timeout: 272 seconds]
johnny56 has joined #ruby
s2013 has joined #ruby
johnny56 has quit [Ping timeout: 240 seconds]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 256 seconds]
johnny56 has joined #ruby
bocaneri has joined #ruby
johnny56 has quit [Ping timeout: 272 seconds]
gavlee has quit [Quit: Reboot :(]
_aeris_ has quit [Remote host closed the connection]
_aeris_ has joined #ruby
johnny56 has joined #ruby
roadie has joined #ruby
x0n has joined #ruby
roadie has quit [Quit: ERC (IRC client for Emacs 25.3.50.1)]
dfucci has joined #ruby
dan64- has joined #ruby
dan64 has quit [Ping timeout: 256 seconds]
anemoiac has quit [Read error: Connection reset by peer]
teclator has joined #ruby
Flonk has quit [Ping timeout: 246 seconds]
johnny56 has quit [Ping timeout: 240 seconds]
Flonk has joined #ruby
gix- has quit [Ping timeout: 260 seconds]
roadie has joined #ruby
Glumetu has joined #ruby
vondruch has joined #ruby
jenrzzz has joined #ruby
johnny56 has joined #ruby
<Cork>
Is there an efficient way to get the privious ip in ruby if one have an ip mask and an ip?
jenrzzz has quit [Ping timeout: 246 seconds]
<Cork>
ex. "192.168.1.192/26" and "192.168.1.204"
cloud69 has joined #ruby
gavlee has joined #ruby
johnny56 has quit [Ping timeout: 272 seconds]
plant_enjoyer has joined #ruby
cd has quit [Quit: cd]
VicMackey has joined #ruby
philCryo_ has joined #ruby
baojg has quit [Remote host closed the connection]
Milos has quit [Remote host closed the connection]
fowl has quit [Ping timeout: 246 seconds]
philCryo has quit [Ping timeout: 240 seconds]
fowl has joined #ruby
Milos has joined #ruby
crankharder has joined #ruby
baojg has joined #ruby
crankharder has quit [Ping timeout: 260 seconds]
plant_enjoyer has quit [Quit: Leaving]
roadie has quit [Quit: ERC (IRC client for Emacs 25.3.50.1)]
johnny56 has joined #ruby
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<nofrex>
is this a tool for personal use only, or for other people to use too?
braincrash has joined #ruby
johnny56 has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
chalkmonster has joined #ruby
<Tuor>
Ah maybe the README would have the answer if there were one: This tool does backup the data produced by Trilio Backup for Red Hat Virtualization. It backups the RHV Backup. Why? Trilio does miss the possibility to delete snapshots after some time but keeping for example one a week and later one a month and it has no disaster recovery strategy. This tools aims to fill that gap. First it should the what we need it to do, but if some other people have intrest
<Tuor>
in it, we can colaborate. ;)
jenrzzz has quit [Ping timeout: 260 seconds]
zyextant has joined #ruby
johnny56 has joined #ruby
cloud69 has quit [Quit: Connection closed for inactivity]
infinityfye has quit [Quit: Leaving]
crankharder has joined #ruby
infinityfye has joined #ruby
dfucci has quit [Remote host closed the connection]
crankharder has quit [Ping timeout: 240 seconds]
johnny56 has quit [Ping timeout: 272 seconds]
zyxtant has joined #ruby
zyextant has quit [Ping timeout: 272 seconds]
dfucci has joined #ruby
johnny56 has joined #ruby
baojg has quit [Remote host closed the connection]
baojg has joined #ruby
chalkmonster has quit [Quit: WeeChat 2.9]
johnny56 has quit [Ping timeout: 240 seconds]
<rapha>
hi all
<rapha>
say, good people, is there a way to tell Psych's #to_yaml to always use the |-\n form for strings with newlines in them, instead of the "" form?
<rapha>
or does it make that decision based on information i'm not thinking of rn?
Mia has quit [Read error: Connection reset by peer]
Mia has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
Pitbull has joined #ruby
BenDover has joined #ruby
chalkmonster has quit [Ping timeout: 240 seconds]
Pitbull has quit [Quit: Diabe? tkwi w szczegó?ach]
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
crankharder has quit [Ping timeout: 256 seconds]
apotheon has quit [Ping timeout: 260 seconds]
apotheon has joined #ruby
waqstar has joined #ruby
<waqstar>
Hi
donofrio has joined #ruby
infinityfye has quit [Ping timeout: 240 seconds]
infinityfye has joined #ruby
<waqstar>
I installed fluentd which comes with ruby. I do ruby -v and can see this: ruby 2.4.5p335 (2018-10-18 revision 65137) [x64-mingw32] - however doing an install using gem install I get "you need to install development tools first"
<waqstar>
I thought mingw32 comes with the development tools?
<nakilon>
whoever it was who suggested me to use Timeout.timeout, it indeed resulted in ruby processes to stop accumulate
<nakilon>
but now zombie ffmpeg processes from .timeout{ system "ffmpeg ..." } are accumulating
<adam12>
gg1025: Not familiar with Watir but Google's suggesting that this might be an element in front of the element you want to click, and adding a delay might be a solution.
<adam12>
gg1025: In all honesty, I might see if you could replace Watir with Ferrum. I think it should be fairly similar, but the benefits is that you're using the Chrome CDP to drive it directly, and not going through Selenium which can be sometimes a black box.
<gg1025>
@adam12 thanks. That's what's weird. there isn't an element in front of it. the element in question is a menue on the side. I've used Selenium with python and used a similar function to get the same response. I'll try using Ferrum and see what the outcome might be.
<adam12>
gg1025: Unfortunately too hard to debug something like this as a 3rd party. I'd need to see the URL and the script, and install all the dependencies. I don't think it's a Ruby issue more so a race condition or an issue with the webdriver.
sagax has joined #ruby
<adam12>
gg1025: if you can see the browser while it's being driven, that would probably help (I presume you have in some way to identify the menu on the side)
<gg1025>
adam12: Gotcha. I'll put in a delay and see if it will help. otherwise back to the drawing board ;)
<gg1025>
adam12 I just looked at the error and tracked it down to the partical element based on it's info
al2o3-cr has joined #ruby
ChmEarl has joined #ruby
mjacob has quit [Read error: Connection reset by peer]
mjacob has joined #ruby
Pitbull has joined #ruby
ignorand has joined #ruby
baojg has quit [Remote host closed the connection]
baojg has joined #ruby
johnny56 has quit [Ping timeout: 272 seconds]
ua_ has quit [Read error: Connection reset by peer]
akem_ has joined #ruby
akem__ has quit [Ping timeout: 240 seconds]
ua has joined #ruby
gg1025 has quit [Ping timeout: 256 seconds]
fippy has quit [Quit: Leaving]
Omnilord has joined #ruby
paydro has quit [Ping timeout: 240 seconds]
rippa has joined #ruby
johnny56 has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
ellcs has joined #ruby
VicMackey has quit [Quit: Konversation terminated!]
ellcs has quit [Ping timeout: 264 seconds]
Tziltzal has quit [Ping timeout: 264 seconds]
ellcs has joined #ruby
ellcs has quit [Ping timeout: 260 seconds]
Tziltzal has joined #ruby
banisterfiend has joined #ruby
Glumetu has quit [Quit: Glumetu]
Pitbull has quit [Quit: Diabe? tkwi w szczegó?ach]
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
greypack has quit [Ping timeout: 256 seconds]
kent\n has quit [Ping timeout: 272 seconds]
kent\n has joined #ruby
DaRock has quit [Ping timeout: 272 seconds]
greypack has joined #ruby
ignorand has quit [Disconnected by services]
johnny56 has quit [Ping timeout: 240 seconds]
s2013 has joined #ruby
akem_ is now known as akem
howdoi has quit [Quit: Connection closed for inactivity]