Skip to content
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

variables: rpc timeout error for any console run longer than 5 seconds #5813

Open
isabelizimm opened this issue Dec 18, 2024 · 2 comments
Open
Labels
area: variables Issues related to Variables category.

Comments

@isabelizimm
Copy link
Contributor

Positron Version: 2025.01.0 (Universal) build 87
Code - OSS Version: 1.95.0
Commit: 240e51fa165f6c512e586f0af105a0c8fc092607
Date: 2024-12-16T02:50:00.442Z
Electron: 32.2.1
Chromium: 128.0.6613.186
Node.js: 20.18.0
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.1.0

Interpreter details:

Python 3.12.1

Describe the issue:

This popup happens when the console has been running longer than 5 seconds, even if it is expected

Image

Steps to reproduce the issue:

eg, pip install vetiver

from vetiver import VetiverModel, VetiverAPI
from vetiver.data import mtcars
from sklearn.linear_model import LinearRegression
model = LinearRegression().fit(mtcars.drop(columns="mpg"), mtcars["mpg"])
v = VetiverModel(model, model_name = "cars_linear", prototype_data = mtcars.drop(columns="mpg"))
VetiverAPI(v).run()

Expected or desired behavior:

Positron to understand that this cell is still running, so do not throw an error

@isabelizimm isabelizimm added the area: variables Issues related to Variables category. label Dec 18, 2024
@jmcphers
Copy link
Collaborator

I have also seen this repeatedly.

@jennybc
Copy link
Member

jennybc commented Dec 18, 2024

I also see this a lot and captured a screenshot ~2 days ago, but hadn't posted because I wasn't sure what the repro was. So confirming it's also a problem for R users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: variables Issues related to Variables category.
Projects
None yet
Development

No branches or pull requests

3 participants