You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EEGLAB does not respect the proxy setting in Matlab 2018b on Windows. A quick reproduction of the error can be done using: plugin_urlread('http://sccn.ucsd.edu/wiki/Plugin_list_import')
Requirements:
Be on a network that requires an external proxy
Be on a Windows platform.
You have set a web proxy server in the Matlab preferences.
Check that web proxy settings are not blank: s = settings; s.matlab.web.ProxyHost s.matlab.web.ProxyPort
Change current directory cd C:\TEMP\eeglab
Start EEGLAB: eeglab
See error message below
Verify that EEGLAB preferences have update checking enabled pop_editoptions()
Turn off update checking by deselecting "If set, check for new version of EEGLAB at startup" in the dialog.
Close EEGLAB window.
Start EEGLAB eeglab
NOTE: EEGLAB startup is no longer delayed by unsuccessful update checking
In the EEGLAB menu, choose File/memory and other options or run command: plugin_extract(''import'', [])
Observe this takes a long time (see below).
For a simple test, just run: plugin_urlread('http://sccn.ucsd.edu/wiki/Plugin_list_import')
#### Expected behavior:
MATLAB does not take a long time to startup because if fails on update checking
2.plugin_extract() does not take a long time and is succcessful.
#### Actual behavior:
EEGLAB startup takes a long time because it fails on update checking
plugin_extract() takes a long time and is not succcessful. The error message is:
Retreiving URL with import extensions...
Retreiving download statistics...
Cannot connect to the Internet to retrieve statistics for extensions
Error using plugin_getweb (line 32)
Cannot connect to the Internet to retrieve extension list
Error in plugin_extract (line 15)
plugin = plugin_getweb(type, pluginlist, 'newlist')
#### Comment
Versions
OS version
[Windows 10]
Matlab version
[ 9.5.0.1067069 (R2018b) Update 4]
EEGLAB version
[14.1.1]
The text was updated successfully, but these errors were encountered:
Description
EEGLAB does not respect the proxy setting in Matlab 2018b on Windows. A quick reproduction of the error can be done using:
plugin_urlread('http://sccn.ucsd.edu/wiki/Plugin_list_import')
Requirements:
#### Steps to Reproduce
git clone https://github.com/sccn/eeglab.git C:\TEMP\eeglab
version
s = settings;
s.matlab.web.ProxyHost
s.matlab.web.ProxyPort
cd C:\TEMP\eeglab
eeglab
See error message below
pop_editoptions()
eeglab
NOTE: EEGLAB startup is no longer delayed by unsuccessful update checking
plugin_extract(''import'', [])
plugin_urlread('http://sccn.ucsd.edu/wiki/Plugin_list_import')
#### Expected behavior:
2.plugin_extract() does not take a long time and is succcessful. #### Actual behavior:
#### Comment
Versions
The text was updated successfully, but these errors were encountered: