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

Batch run visualization feature does not work in VS Code #3857

Open
tcsatheesh opened this issue Nov 15, 2024 · 5 comments
Open

Batch run visualization feature does not work in VS Code #3857

tcsatheesh opened this issue Nov 15, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@tcsatheesh
Copy link

Describe the bug
After a batch run when we select the visualization feature the vs code shows a blank page.

How To Reproduce the bug

  1. Create a standard flow
  2. Run the batch run
  3. Select the batch run in the batch run history
  4. Click on Visualization
  5. A blank page shows up.

Expected behavior
The visualization of the run.

Screenshots
Its an empty screen. Note I can see the html in the temp folder and when I try to open it a browser I get this in the browser console
"GET https://sdk-bulk-test-endpoint.azureedge.net/bulk-test-details/view/0.0.35/bulkTestDetails.min.js net::ERR_ABORTED 409 (Conflict)"

Running Information(please complete the following information):

  • Promptflow Package Version using pf -v: [e.g. 0.0.102309906]
    pf -v
    {
    "promptflow": "1.16.1",
    "promptflow-core": "1.16.1",
    "promptflow-devkit": "1.16.1",
    "promptflow-tracing": "1.16.1"
    }

Executable 'C:\projects\machine_learning\venv\promptflow\Scripts\python.exe'
Python (Windows) 3.11.9 | packaged by Anaconda, Inc. | (main, Apr 19 2024, 16:40:41) [MSC v.1916 64 bit (AMD64)]

  • Operating System: [e.g. Ubuntu 20.04, Windows 11]
    Windows 11
  • Python Version using python --version: [e.g. python==3.10.12]
    python --version
    Python 3.11.9
    Additional context
    Add any other context about the problem here.
@tcsatheesh tcsatheesh added the bug Something isn't working label Nov 15, 2024
@tcsatheesh tcsatheesh changed the title [BUG] Batch run visualization feature does not work in VS Code Nov 15, 2024
@SophieBoule99
Copy link

I am facing the exact same issue.

@polikeiji
Copy link

I'm facing the same issue when accessing the HTML generated by pf run visualize. I think the JS file "bulkTestDetails.min.js" is not accessible in public. I'm wondering if it's the cause of the issue.

$ curl https://sdk-bulk-test-endpoint.azureedge.net/bulk-test-details/view/0.0.35/bulkTestDetails.min.js
...
< HTTP/2 409 
< date: Tue, 03 Dec 2024 04:49:56 GMT
< content-type: application/xml
< content-length: 248
< x-ms-request-id: 82869c26-e01e-0023-4b3e-452444000000
< x-ms-version: 2009-09-19
< x-azure-ref: 20241203T044956Z-167dd484d77qjrlwhC1TYOa6y80000000ku000000000xcqw
< x-fd-int-roxy-purgeid: 50215840
< x-cache: TCP_MISS
< 
<?xml version="1.0" encoding="utf-8"?><Error><Code>PublicAccessNotPermitted</Code><Message>Public access is not permitted on this storage account.
RequestId:82869c26-e01e-0023-4b3e-452444000000
* Connection #0 to host sdk-bulk-test-endpoint.azureedge.net left intact
Time:2024-12-03T04:49:56.9351917Z</Message></Error>

@Ethan-cw
Copy link

I am facing the exact same issue too.

@snw55
Copy link

snw55 commented Dec 16, 2024

+1

@saradhipb
Copy link

When can we expect the issue will be fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants