-
Notifications
You must be signed in to change notification settings - Fork 8
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
Report portal connection error appears, when REPORT_PORTAL_BASE_URL=http://localhost:8080 #4
Comments
Unable to replicate with the new fix |
There seems to be an issue with the reportportal-client being used. I will keep monitoring till fixed. |
I am noticing this same error when attempting to configure with an externally hosted reportportal (not localhost). |
@kerly yes, it is reproduced not only on localhost...unfortunately |
Also happening here 👍
|
Unfortunately I am also getting the same error
|
I updated to the newest version of this package (1.0.22) and it looks like this is fixed now. Can others confirm? |
I've updated the reportportal-js-client library to the latest version |
I tried |
@kerly, @redfox256 confirming issus is fixed in |
Actual result: Error is logged
Error connecting to ReportPortal, confirm that your details are correct.
Error: Request failed with status code 404: {"timestamp":1555152511909,"status":404,"error":"Not Found","message":"No message available","path":"/api/v1/fnn_test/user"}
at axios.then.catch (/Users/izabielin/Documents/GitHub/fnn-portal/node_modules/reportportal-client/lib/rest.js:27:23)
at
at process._tickDomainCallback (internal/process/next_tick.js:228:7)
Even with such error, test results are added on the Report Portal.
The text was updated successfully, but these errors were encountered: