Note that there are some explanatory texts on larger screens.

plurals
  1. USLuke
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COI agree with frederic-hamidi but there are other possibilities as well. If the problem is not the specific network connection it could be the browser. Here are more questions to answer: Does he have security settings higher than others? Is he using a proxy? Does he have a VPN installed? Is he behind any kind of non-consumer grade firewall? Is he on an atypical OS platform (such as a mobile, linux or a gaming console)? Does his browser have plugins installed? Does he have anti-phishing software enabled on his computer? And I'm sure others can come up with more questions as well.
      singulars
    2. COYou don't have to add the hash - it would generate them while producing your error stack trace. You would have to guess a little while decoding the error, but it is *some* information where otherwise you have none. The arguments passed to the function are more directly useful. If you are more interested than this in generating useful stack traces, you might want to look at a dedicated stack trace tool like: https://github.com/eriwen/javascript-stacktrace
      singulars
    3. CO@zerkms unfortunately you can't get the function names, but you can get a hash of the function contents and the arguments passed to the function, both of which can be used to identify which function is the problem. See my edited answer below (and comments).
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload