-
Notifications
You must be signed in to change notification settings - Fork 34
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
Error starting browerstack local #37
Comments
Additional info: It appears the error is occurring due to an issue with my browserstack local (although it says it is enabled, I can't visit local pages manually either). For this I have submitted a support request. However, the error is confusing. It should report back that the local test environment is disconnected, which it doesn't do. I attach a screenshot showing the fact it's disconnected. |
I am seeing the same issue when I ran the example Class as well separately just as a Java class: For the following lines: I have tried with the following browserstack local versions: Platform Details:
UPDATE:****When I tried with Browserstack Local version 0.3.0, then the following error message is thrown: After careful debugging, I found there is some issue at these lines inside the Local.class: protected LocalProcess runCommand(List command) throws IOException { Maybe the right list of commands is not passed to the processbuilder. |
I am seeing the same issue. Any updates on this? |
@artemklimenkov-qa could you confirm if you are encountering the same error with browserstack local v8.0 |
I get the same error even with the latest release v8.0.1. here is the error : Caused by: org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1] | at org.json.JSONTokener.syntaxError(JSONTokener.java:433) ~[json-20160212.jar!/:na] What about this issue: #29 It seems to be related! |
Expected Behavior
Given that I have a correct access key
When I start browerstack local
Then the browserstack local object should start successfully
Actual Behavior
At
l.start(options)
(line 33 in BrowserStackLocalTest.java) an error is thrown:org.json.JSONException: JSONObject["message"] is not a JSONObject.
This behaviour is repeated across the project and also in different projects in which the library is used.
Steps to Reproduce the Problem
mvn test
or run from within the IDE.browserstack local arguments
I have run the repository out of the box and changed no settings. I know that my Browserstack access credentials are correct and non-local tests run OK.
Platform details
Details
the command Local.start() does not appear to function correctly and throws an error when invoked. The function new Local(); works OK and returns an object. The hashmap contains the correct elements.
The text was updated successfully, but these errors were encountered: