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

[BUG] Portal runtime is unresponsive. #134

Open
AlexVialaBellander opened this issue Jan 10, 2022 · 1 comment
Open

[BUG] Portal runtime is unresponsive. #134

AlexVialaBellander opened this issue Jan 10, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@AlexVialaBellander
Copy link

Describe the bug
Portal runtime is unresponsive when launching the application.

To Reproduce
Running this build: https://github.com/datature/portal/releases/tag/v0.5.5
On MacOs

Uncaught (in promise) Error: Network Error
    at e.exports (835-91f7fb22de8eba0dd168.js:1)
    at XMLHttpRequest.p.onerror (835-91f7fb22de8eba0dd168.js:1)
localhost:9449/api/project/assets:1 
Failed to load resource: net::ERR_CONNECTION_REFUSED
835-91f7fb22de8eba0dd168.js:1 
Uncaught (in promise) Error: Network Error
    at e.exports (835-91f7fb22de8eba0dd168.js:1)
    at XMLHttpRequest.p.onerror (835-91f7fb22de8eba0dd168.js:1)```
@AlexVialaBellander AlexVialaBellander added the bug Something isn't working label Jan 10, 2022
@gkeechin gkeechin self-assigned this Jan 14, 2022
@gkeechin
Copy link
Contributor

Hey @AlexVialaBellander - thank you for bringing this up - I was trying to reproduce using the particular release and didn;t manage to get this bug. Is it possible for you to try running this from terminal?

git clone https://github.com/datature/portal
cd portal
pip3 install -r requirements.txt
./setup.sh

Then subsequently

python3 portal.py

To get the app up? The electron app is essentially running the same codes in the backend, except wrapping around our react frontend, was wondering if this might be a viable way to get up and running as we look deeper into this issue?

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

2 participants