-
Notifications
You must be signed in to change notification settings - Fork 679
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
r.init() or t.init() hangs - get latest package version, try this checks and let me know #190
Comments
Having same issue here, trying to setup a new environment on a blank Ubuntu 18.04.5 LTS. |
Returned True for: r.init(chrome_browser = False) |
But we need a browser to open |
So do I |
If you will give chrome_browser=True, so how Chrome browser open if you will try r.url(link), if you able to do that so please let me know |
I think, you should try ahead of init |
Unable to do so, worked only on visual_automation... I've a web automation setup working now somehow with 'chenhan/lubuntu-desktop-18.10' vagrant box. Couldn't figure out why didn't worked on a blank 18.04... |
I have the same problem on Elementary OS (18.04 equivalent) |
I am using Mac and it's absolutely working fine for me. import rpa as r It opens up the chrome browser and loads the desired URL. I will pass chrome_browser = False when I want to perform OCR automation i.e. r.int(visual_automation = True, chrome_browser = False). For visual automation, I will just pass visual_automation = True to r.init(). Otherwise, by default, it does open the browser with r.init(). Please help me to understand the scenario where we only pass the argument chrome_browser = False to r.init() which may be something I am not aware of. |
I have found a permanent solution for that is only you have to install curl in your machine "sudo apt-get install curl", that's it |
Not really a solution, without curl it shouldn't have worked anyways.. @PravinAlhat Log into your machine with SSH then try running the script (or in my case I'm connecting to a notebook server from another machine - notebook server was started via cron startup). PS: maybe try starting you jupyter from the SSH shell?! |
Hi RPA for Python users, 🅗🅐🅟🅟🅨 ②⓪②①! It has been many months since I last worked on this personal side project. Just want to shout out that this project is very much alive, and I hope to look into the 30+ issues raised since July (and bug-fixes if required) soon when I get a moment again. Below are details if you are interested, why I'm away past few months and why I believe my darkest days are over 🍀🤞🏻🙏🏻 Since May last year, I've stopped all work to juggle with my mum's critical illness, taking care of my toddler, and doing housework chores like cleaning and cooking. TBH, my wife and I felt that taking care of a baby and giving her the best nutrition (nursing and home-cooked organic food) and care requires at least 1.5 full-time headcount. There is no life to speak of, other than trying to stay afloat with baby care needs, and keep finding alternative ways to treat my mum, where there're some wins. Eg importing soy-based tube feeds from Netherlands / Germany / Australia --> after switching away from milk-based tube feeds for 2 weeks she stops requiring dialysis. She started requiring 3x a week dialysis for more than 3 months, after admitting to the hospital. Also, applying herbs like mashed garlic or diced onions to her feet somehow consistently improve her breathing and lung function. Have to keep trying alternative healing methods when her recovery keeps hitting plateau in hospital. She has been discharged from the hospital a month ago and recovering at home, though very slowly. A longterm medication seems to be one of the contributing causes for her condition. After stopping it, there seems to be improvement to her breathing capacity. She is still bed-bound, but over the course of the year I hope she'll regain strength to move about, and hopefully lungs to recover sufficiently to not require oxygen tank support through a tracheal mask (a hole through her throat). Since November, I've gone back to work at AI Singapore, a government-funded programme to accelerate AI in Singapore. I'm with Product Engineering team, focusing on RPA and TagUI (open-source RPA tool), which RPA for Python is a wrapper for. There are pretty interesting stuffs on TagUI 2021 roadmap. 2020 was the year which my family was going to move to the UK and work, after I receive its tier 1 exceptional tech talent visa. Then everything changed with the virus outbreak, and my mum's illness. The best thing that happened to me in 2020 was being able to go back to work at AI Singapore - I'm grateful. I've just hired someone to help with housework, cooking and supporting my wife with baby care. I hope this new arrangement will allow me to deliver on my work at AI Singapore, and soon be able to reply countless friends' messages which circumstances leave me with no choice but go missing for months, and then look into the issues raised here! Eg of the cost of best-in-class nutrition standard researched and set by wife. Baby just felt restless and broke her plate. Even Corelle's break-resistant plate breaks. Why not use plastic plate? Cuz plastic can leech toxins to the food on it. Why not use Silicon plate? Cuz there is no white silicon materials for plate. Why white? Cuz that helps to improve visibility of the food instead of contrasting against some pink colour or some other colours. I would be spending much time clearing up the mess of 70 over pieces of plate fragments, while baby gets nursed to calm down, if not for our newfound helper. That's why I feel like my darkest days are over and now seeing glimpses of light at the end of the tunnel. My vision for RPA for Python remains - I would like it to be the go-to Python package for RPA. A best-in-class tool in Python users toolbox which you combine with other cool packages to build amazing stuffs. |
hello,i have the same problem, have you solved it, can you tell me the solution? |
Please check by installing curl |
what about the solution in windows10, i can use 'curl --help' however, when i init,it still halt: in command promt shows '[tagui] START - listening for inputs' but can't continue
…------------------ 原始邮件 ------------------
发件人: "tebelorg/RPA-Python" <[email protected]>;
发送时间: 2021年3月3日(星期三) 下午4:57
收件人: "tebelorg/RPA-Python"<[email protected]>;
抄送: "周楚程"<[email protected]>;"Comment"<[email protected]>;
主题: Re: [tebelorg/RPA-Python] r.init() or t.init() is halt (#190)
import rpa as r
r.init()
or
import tagui as t
t.init()
Both halt didn't get response from this
Already installed- phantomjs, php, rpa
Platform - ubuntu
hello,i have the same problem, have you solved it, can you tell me the solution?
Please check by installing curl
sudo apt-get install curl
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Please note my comment above. If there is no real error message you can find and simply tries to init forever or just breaks on taglib init, you probably dont have a screen attached to whatever session you tried. Not sure how this would be possible on Windows though, even if you used jupyter lab through the network it should have the user's screen(and inputs) attached. For @kensoh to be able to debug this, I think we should start collecting our environments in a taglib issue. So again: This is not an RPA-Python issue but a taglib issue |
Please firstly check phantomjs in your env. this is dependency you have to need to run rpa, if not in your env it will halt after init() bcz it require to run chrome in automation |
Environment required to run RPA -> PHP, CURL, PhantomJS, SlimmerJs(Optional), Java |
I think you can change your path to chrome.exe in |
Hi Guys, can you try the latest package with
Below is a working Google Colab notebook with some of the above hacks implemented fyi - Also, free feel to join Telegram group chat for TagUI community to post any questions - https://t.me/rpa_chat PS - this RPA package is based on a forked version of TagUI open-source RPA tool |
import rpa as r
r.init()
or
import tagui as t
t.init()
Both halt didn't get response from this
Already installed- phantomjs, php, rpa
Platform - ubuntu
The text was updated successfully, but these errors were encountered: