Search found 2653 matches

by jonathon
Wed May 29, 2024 2:24 am
Forum: Help
Topic: Looking for Jamovi 2.3.3.0 installing file for MAC
Replies: 5
Views: 781

Re: Looking for Jamovi 2.3.3.0 installing file for MAC

ah, now what you write is interesting ... i don't think i realised that packagemanager hosted files from that far back. i've updated jmvtools (2.5.5) to use the packagemanager repos. ... it may turn out we can build for the 2.3

jonathon
by jonathon
Sun May 26, 2024 4:25 am
Forum: jamovi development
Topic: Cloud login
Replies: 1
Views: 496

Re: Cloud login

no, sorry. it really is single user (well, you can have multiple users using it, but they all have the same access). if you need multi-user, i'd suggest our cloud offering:

https://cloud.jamovi.org

cheers
by jonathon
Sat May 25, 2024 7:57 am
Forum: Help
Topic: Unable to Open File in Linux
Replies: 5
Views: 660

Re: Unable to Open File in Linux

Hi, I've pushed a fix, and once the build machinery is finished, version 2.5.5 should be available for linux. The flatpak build toolchain uses quite aggressive compiler optimisations, which involves making assumptions that aren't always true. I've provided a few more hints to the compiler, so it doe...
by jonathon
Wed May 22, 2024 11:57 pm
Forum: Help
Topic: Unable to Open File in Linux
Replies: 5
Views: 660

Re: Unable to Open File in Linux

hi,

are you able to provide me with steps to reproduce this issue? we'll push out a high priority fix.

jonathon
by jonathon
Wed May 22, 2024 2:17 am
Forum: Help
Topic: Unable to Open File in Linux
Replies: 5
Views: 660

Re: Unable to Open File in Linux

hi,

sounds like a corrupt file. if you either attach it here, or email it through to contact <at> jamovi.org i'll take a look.

jonathon
by jonathon
Wed May 22, 2024 12:46 am
Forum: Module development
Topic: GGIR Package
Replies: 3
Views: 454

Re: GGIR Package

hi joao, take a look at the tutorial seol has pointed you towards, and don't hesitate to get in touch if you need help along the way. generally speaking, modules don't require too much maintenance once they're developed, but it comes down to what breaking changes occur in upstream R packages ... if ...
by jonathon
Mon May 20, 2024 5:02 am
Forum: Help
Topic: Starting and connection problems with Jamovi when using firewall
Replies: 6
Views: 371

Re: Starting and connection problems with Jamovi when using firewall

awesome!

yes, python.exe is probably the most important one.

cheers

jonathon
by jonathon
Mon May 20, 2024 1:56 am
Forum: Help
Topic: Starting and connection problems with Jamovi when using firewall
Replies: 6
Views: 371

Re: Starting and connection problems with Jamovi when using firewall

hi, yes it looks as though the firewall is preventing jamovi from opening those ports. it might be worth contacting the firewall vendor, as if it's going to block the ports, jamovi isn't going to run. normally firewalls simply block/filter incoming network traffic, and leave access to the 'loopback'...
by jonathon
Sat May 18, 2024 11:39 am
Forum: Help
Topic: Starting and connection problems with Jamovi when using firewall
Replies: 6
Views: 371

Re: Starting and connection problems with Jamovi when using firewall

hey, when jamovi starts up, it launches an embedded web server, and then launches what is effectively a web browser to connect to that. if you start jamovi at the terminal, you'll see something like: jamovi.server.server - listening across origin(s): 127.0.0.1:57300 127.0.0.1:57301 127.0.0.1:57302 j...