Skip to content

Using View() from the R language extension not working #7168

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

Closed
1 of 2 tasks
JCruk opened this issue Jan 15, 2025 · 5 comments
Closed
1 of 2 tasks

Using View() from the R language extension not working #7168

JCruk opened this issue Jan 15, 2025 · 5 comments
Labels
bug Something isn't working triage This issue needs to be triaged by a maintainer

Comments

@JCruk
Copy link

JCruk commented Jan 15, 2025

Is there an existing issue for this?

  • I have searched the existing issues

OS/Web Information

  • Web Browser: Chrome
  • Local OS: Ubuntu 24.04.1
  • Remote OS: N/A
  • Remote Architecture: N/A
  • code-server --version: v4.96.2

Steps to Reproduce

  1. Open an R terminal
  2. type: c <- data.frame(a=1:4)
  3. type: View(c)

Expected

A tab with a view of the numbers 1:4

Actual

A blank tab

Logs

Screenshot/Video

No response

Does this bug reproduce in native VS Code?

No, this works as expected in native VS Code

Does this bug reproduce in GitHub Codespaces?

I did not test GitHub Codespaces

Are you accessing code-server over a secure context?

  • I am using a secure context.

Notes

No response

@JCruk JCruk added bug Something isn't working triage This issue needs to be triaged by a maintainer labels Jan 15, 2025
@benz0li
Copy link
Contributor

benz0li commented Jan 16, 2025

@JCruk Most likely related to:

ℹ Webviews (if not accessed via localhost/127.0.0.1) also require HTTPS.

@benz0li
Copy link
Contributor

benz0li commented Jan 16, 2025

@JCruk Check out https://demo.jupyter.b-data.ch with image R (jupyterlab/r/verse:latest) – which includes code-server.
ℹ Sign in with GitHub

See also JupyterLab R docker stack.

@JCruk
Copy link
Author

JCruk commented Jan 16, 2025

@JCruk Most likely related to:

ℹ Webviews (if not accessed via localhost/127.0.0.1) also require HTTPS.

Accessing with https results in a page that won't load:

This site can’t provide a secure connection

ERR_SSL_PROTOCOL_ERROR

@benz0li
Copy link
Contributor

benz0li commented Jan 17, 2025

@JCruk Most likely related to:

ℹ Webviews (if not accessed via localhost/127.0.0.1) also require HTTPS.

Accessing with https results in a page that won't load:

This site can’t provide a secure connection

ERR_SSL_PROTOCOL_ERROR
  1. For localhost/127.0.0.1 HTTP is sufficient
  2. For anything else you need TLS encryption

@code-asher
Copy link
Member

Closing since it does not appear to be a bug but feel free to keep commenting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage This issue needs to be triaged by a maintainer
Projects
None yet
Development

No branches or pull requests

3 participants