-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Phpstorm Plugin Support] Remote Call (Additional bugreport) #24355
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
Comments
Can you explain/debug where this JS comes from, im kinda clueless. And seems not really SF related, but maybe the plugin/browser is messing here. (we might do something to overcome). |
If this truly requires to be called as XHR request, maybe a new setting could work;
|
for sure not, config options shouldn't be used as workarounds for badly encoded strings :) |
If I I get the |
@pquerner search for the beginning of the string (without the URL itself, as it depends on the path being opened), it may allow you to find the location. |
Turns out #24356 (comment) nothing needs to be changed after all. Sorry for the big mess, guys. |
Ticket #24218 was fixed via #24236 , but it introduced an error on Windows machines.
The following error is logged to the users Browser
The generated link from the profiler looks like this on a Windows 10 machine:
(My browser is Google Chrome Version 61.0.3163.100)
If the URL is opened by hand it correctly opens the file in my PHPStorm IDE (with enabled Remote Call Plugin).
If we manually escape the Windows directory dividers (backslash) with additional backslashes, the URL should look like this:
and is working fine.
This has been reported before here #24236 (comment) but I was asked to create a new issue here #24218 (comment)
I guessed here #24236 (comment) that the generated
link
variable should again be looked at from a Windows machine. Although its currently unclear where the XHR link is coming from (like guessed here #24236 (comment))The text was updated successfully, but these errors were encountered: