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

An error occurred while connecting #10640

Open
kthejoker opened this issue May 30, 2020 · 1 comment
Open

An error occurred while connecting #10640

kthejoker opened this issue May 30, 2020 · 1 comment

Comments

@kthejoker
Copy link

renderer1.log
Issue Type: Bug

  1. Create notebook.
  2. Change connection to saved connection (local SQL Server)
  3. Save notebook.
  4. Connection is no longer set, "Change connection" again and re-select connection from Add additional readme content #2.
  5. Execute cell.

Expected behavior:

Cell executes.

Actual behavior:

"An error occurred while connecting. Please file an issue..."

Azure Data Studio version: azuredatastudio 1.18.1 (5b3b97f, 2020-05-26T21:14:29.147Z)
OS version: Windows_NT x64 10.0.18363

System Info
Item Value
CPUs Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz (8 x 1896)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: enabled
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 15.86GB (4.52GB free)
Process Argv
Screen Reader no
VM 0%
Extensions: none
@kthejoker
Copy link
Author

So I figured out the issue:

I have spaces in my ADO project name.

Git cloned this to my local as Folder%20Name%20Here

But Azure Data Studio escaped those chars and was looking for "Folder Name Here"

Immediate workaround: no HTML encoded chars in folders.

But pretty sure Azure Data Studio should be able to handle the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants