Felipe da Silva
11/18/2022, 12:05 PMFelipe da Silva
11/18/2022, 12:44 PMWilliam Cowan
11/20/2022, 3:27 PMekeras
11/21/2022, 12:31 PMunknown error: DevToolsActivePort file doesn't exist
Simple Google search would lead to this thread. Top answer says that Selenium web drivers should be initialized as regular user instead of root user. So, I thought maybe I could retake ownership with this command line:
sudo chown -R $(whoami):$(whoami) ~/
Unfortunately, it doesn't help. Maybe you have any other ideas how I could initialize Selenium as a regular user?
In comments section I am attaching both environment and python code I am using.Linen
11/21/2022, 5:58 PMAllan Sene
11/23/2022, 1:08 AMipynb
, it works. But when I try to put this on a R Script, Orchest doesn't show me the R Env.Mayara Marinho
11/23/2022, 7:03 PMRafael Rodrigues Santana
11/25/2022, 4:48 PMAlexsander Pereira
11/25/2022, 6:46 PMBrayden Levangie
11/25/2022, 8:43 PMRafael Rodrigues Santana
11/30/2022, 10:44 PMUnable to attach or mount volumes: unmounted volumes=[userdir-pvc], unattached volumes=[container-runtime-socket kube-api-access-jh5mn userdir-pvc]: timed out waiting for the condition
We sshed into the worker machine and the userdir volume is attached.
Most pods are failing with the above message.
Any thoughts on what may be the cause of this issue?ekeras
12/02/2022, 9:12 AMminikube ip
didn't give us access to Orchest app, so we used port-forwarding minikube kubectl -- port-forward --address public_ip -n orchest orchest-webserver-5d8585bd64-8c6bh 8448:80
in order to have Orchest app available through our public_ip:8448. This allowed us to reach Orchest web interface, create project, but failed at openning JupyterLab notebooks - it tries to go back to project list page and then tries to enter JupyterLab, then tries to go back to project list page and then JupyterLab and gets into this loop.
So, I am thinking, could it be that JupyterLab needs to be port-forwarded as well? But if that's the case, newly created JupyterLab server pod would still fail. What other options we have?Brayden Levangie
12/10/2022, 4:19 PMxl@https://quizzical-newton-XXXXXXX.orchestapp.io/main.js?hash=5a1c400cf83bc017afd3e242c6230259:37:XXXXXXX
Tze</fromResponse/<@https://quizzical-newton-XXXXXXX.orchestapp.io/main.js?hash=5a1c400cf83bc017afd3e242c6230259:37:XXXXXXX
a@https://quizzical-newton-XXXXXXX.orchestapp.io/main.js?hash=5a1c400cf83bc017afd3e242c6230259:1:XXXXXXX
Esraa Madi
12/13/2022, 8:09 AMHansal Shah
12/14/2022, 1:55 AMcurl -fsSL <https://get.orchest.io> > convenience_install.sh \
&& bash convenience_install.sh
on WSL 2 and access the service by running minikube ip
on WSL 2 command line and accessing it on my Windows browser?Hansal Shah
12/14/2022, 2:06 AMHansal Shah
12/14/2022, 7:10 AMRuben Bosch
12/14/2022, 12:10 PMRafael Rodrigues Santana
12/14/2022, 2:13 PM/jobs
and /jobs/{job_uuid}/runs/trigger
. Is there a better way to do what I'm planning to?
If this is the best solution, how can I authenticate my requests to be able to make them inside orchest?Esraa Madi
12/17/2022, 3:05 PMekeras
12/22/2022, 12:34 PM[unixODBC][Driver Manager]Can't open lib 'FreeTDS' : file not found (0) (SQLDriverConnect)")
How would I solve it on my local machine? I'd configure /etc/odbcinst.ini in such a way:
echo "[FreeTDS]\n\
Description = FreeTDS unixODBC Driver\n\
Driver = /usr/lib/x86_64-linux-gnu/odbc/libtdsodbc.so\n\
Setup = /usr/lib/x86_64-linux-gnu/odbc/libtdsS.so" | sudo tee -a /etc/odbcinst.ini
I tried the same on Orchest, but that doesn't fix the issue, because driver is not necessarily in the same location. In order to locate the needed location, I'd like to navigate through directories and see if it even exists. One way to do that on Orchest is to do ls
commands to find if file is existent while Setting up and environment. But as you can understand that's very inconvenient.
My question: is there any other way how I could get to look into files? Or even better maybe you know a solution to FreeTDS issue?Johan F
12/23/2022, 8:43 PMvihansh reddy
12/30/2022, 8:39 AMvihansh reddy
12/30/2022, 8:40 AMAlexsander Pereira
12/29/2022, 5:02 PMJacopo
01/07/2023, 12:07 PMv2023.01.0
or v2023.01.1
and you are experiencing issues related to git imports or ssh/git config setup please update to v2023.01.2
Ryan Cronin
01/11/2023, 9:41 PMRafael Rodrigues Santana
01/18/2023, 9:19 PMHansal Shah
01/21/2023, 7:59 AMHansal Shah
01/22/2023, 12:07 PM