openlexicon icon indicating copy to clipboard operation
openlexicon copied to clipboard

Disconnected from the server. Reload, empty spreadsheet

Open billthefarmer opened this issue 2 years ago • 4 comments

In the time it takes to select a language, wait for the display to update and paste an expression into the filter box, the display reverts to greyed out and the above message appears.

Clicking on the 'Download filtered data' button produces an empty spreadsheet.

billthefarmer avatar Jun 04 '22 09:06 billthefarmer

Hello,

Have you tried several times? I just checked (7pm CET) and right now the server is responsive. Could you try again and let me know if it is still disfunctonal? Also; Can you tell me which language and filter(s) you used. It is indeed a rather small server and it could be slow at times if several people are querying it.

Christophe Pallier (http://www.pallier.org) INSERM Cognitive Neuroimaging Lab (http://www.unicog.org)

On Sat, Jun 4, 2022 at 11:23 AM Bill Farmer @.***> wrote:

In the time it takes to select a language, wait for the display to update and paste an expression into the filter box, the display reverts to greyed out and the above message appears.

Clicking on the 'Download filtered data' button produces an empty spreadsheet.

— Reply to this email directly, view it on GitHub https://github.com/chrplr/openlexicon/issues/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALVWMWUGPSJP2NCOLLV2G3VNMOBPANCNFSM5X3E5TOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

chrplr avatar Jun 04 '22 17:06 chrplr

I have tried at various times of the day over the last week or so. Occasionally I get far enough to get the result I want, but more often than not I get an empty spreadsheet. I have just tried again without success. The language is Dutch and the filter is '^[a-zàâæçéèêëîïôœùûüÿ]{7}$', to obtain a 7 character list of words. The language does not seem to make any difference.

billthefarmer avatar Jun 04 '22 19:06 billthefarmer

I tried this morning and my experience is that the interface is quite snappy: when I paste the regex, I get the list in a fraction of a sec. I have a pretty lousy internet connection (4G on my cell phone), but my computer is powerful. I wonder if this can be an issue on the client side (???) I am moving this discussion to the googlegroup ( https://groups.google.com/g/lexiqueorg) so that other users might chim in.

-- Christophe Pallier (http://www.pallier.org) INSERM Cognitive Neuroimaging Lab (http://www.unicog.org)

On Sat, Jun 4, 2022 at 9:48 PM Bill Farmer @.***> wrote:

I have tried at various times of the day over the last week or so. Occasionally I get far enough to get the result I want, but more often than not I get an empty spreadsheet. I have just tried again without success. The language is Dutch and the filter is '^[a-zàâæçéèêëîïôœùûüÿ]{7}$', to obtain a 7 character list of words. The language does not seem to make any difference.

— Reply to this email directly, view it on GitHub https://github.com/chrplr/openlexicon/issues/17#issuecomment-1146675975, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALVWMQU3IYG3KOITABCP63VNOXJXANCNFSM5X3E5TOA . You are receiving this because you commented.Message ID: @.***>

chrplr avatar Jun 05 '22 08:06 chrplr

By the way, when there is an issue with the web interface, it is always possible -if one knows how to use R or Python), to perform searches directty. For example:

# R code to filters 7 long words from SUBTLEXus and save them in

'sevencharwords.csv' subtlexus = read.csv(' http://www.lexique.org/databases/SUBTLEX-US/SUBTLEXus74286wordstextversion.tsv', sep='\t', as.is=TRUE) write.csv(subset(subtlexus, nchar(subtlexus$Word)==7), 'sevencharwords.csv')

Other examples (in R or Python) are available at < https://github.com/chrplr/openlexicon/tree/master/scripts>

-- Christophe Pallier (http://www.pallier.org) INSERM Cognitive Neuroimaging Lab (http://www.unicog.org)

On Sun, Jun 5, 2022 at 10:29 AM Christophe Pallier @.***> wrote:

I tried this morning and my experience is that the interface is quite snappy: when I paste the regex, I get the list in a fraction of a sec. I have a pretty lousy internet connection (4G on my cell phone), but my computer is powerful. I wonder if this can be an issue on the client side (???) I am moving this discussion to the googlegroup ( https://groups.google.com/g/lexiqueorg) so that other users might chim in.

-- Christophe Pallier (http://www.pallier.org) INSERM Cognitive Neuroimaging Lab (http://www.unicog.org)

On Sat, Jun 4, 2022 at 9:48 PM Bill Farmer @.***> wrote:

I have tried at various times of the day over the last week or so. Occasionally I get far enough to get the result I want, but more often than not I get an empty spreadsheet. I have just tried again without success. The language is Dutch and the filter is '^[a-zàâæçéèêëîïôœùûüÿ]{7}$', to obtain a 7 character list of words. The language does not seem to make any difference.

— Reply to this email directly, view it on GitHub https://github.com/chrplr/openlexicon/issues/17#issuecomment-1146675975, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALVWMQU3IYG3KOITABCP63VNOXJXANCNFSM5X3E5TOA . You are receiving this because you commented.Message ID: @.***>

chrplr avatar Jun 05 '22 09:06 chrplr