Serghei
Serghei

Reputation: 422

Firefox developer edition TypeError

Just have installed new firefox developer edition and one of the feautures is checking the website in another browsers remotely. So I opened my website and typed in firefox's new command line "ios" to test it on safary, but got error TypeError: response is null .

Did somebody already tried? Any ideas how to make this work? Thanks

Upvotes: 1

Views: 124

Answers (3)

J. Ryan Stinnett
J. Ryan Stinnett

Reputation: 860

I've just released 0.2.3 of the Valence (Developer Tools Adapter) add-on. Once you get this update, the ios command should work as expected. You can check your current version on the about:addons page.

If you continue to have trouble, please file a new issue.

Upvotes: 0

pbrosset
pbrosset

Reputation: 749

I am using the Valence addon (the thing that makes connecting to ios and chrome possible) everyday without any problem, but I always go via the WebIDE. I never tried using the ios command. I'm not sure how much this command was tested recently, it might just be broken.

You should try using the WebIDE (which you can find in the Tools/Web Developer menu). Once opened, you can select "Safari on iOS" from the runtime menu.

More information about this can be found on MDN.

I've filed the following issue on the Github repo. Feel free to comment on the issue to add more info if needed.

Upvotes: 1

erikvold
erikvold

Reputation: 16528

There is a list of connection issues here and you can submit a new issue here if it is not listed.

Upvotes: 2

Related Questions