Own experiment does not run on set up server

PennController for IBEX Forums Support Own experiment does not run on set up server

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7014
    Valentin
    Participant

    Hi,

    Since I am stuck on trying to get my experiment to work on my own server for a while now, I decided to ask for help here.
    I followed the instructions on setting up a cgi-server (https://github.com/addrummond/ibex/blob/master/docs/manual.md#setting-up-the-server) and everything seems to run smoothly for the sample experiment (ibex-master). However, downloading the folder of my personal experiment created in the PCIbex Farm and using it instead of the sample experiment breaks the running system. The experiment gets stuck on “Loading, please wait…”. I have already read the troubleshooting page (https://www.pcibex.net/troubleshooting/) but none of the causes mentioned there seem to be the cause for my problem.
    Is there anything else I need to do besides downloading the standalone version from the farm and adjusting server.py and server_conf.py for it to run on my own server?
    Maybe I just missed something?

    I would be very happy if someone could help me fix my issue.

    Best regards,
    Valentin

    #7016
    Jeremy
    Keymaster

    Hi Valentin,

    There is a bug with the native Ibex engine where filenames with an upper-case extension in chunk_includes will make the experiment crash on that “loading” message, which would be consistent with your experience. I realize that you have read the troubleshooting page however, so it’s probably not that

    Another thing to note (although I’m unsure it would cause a crash there) is that serving resource files (images, audios, videos) from the chunk_includes folder (Resources) is specific to the PCIbex Farm: if your project contains resource files in its chunk_includes folder, you should move them to the www folder instead

    Feel free to share the link to your standalone experiment, here or by email at support@pcibex.net

    Jeremy

    #7017
    Valentin
    Participant

    Hi Jeremy,

    Thank you very much for your quick and helpful response!
    Removing the resource files from the chunk_includes folder solved my problem. The experiment is running perfectly fine now.

    Once again, thank you very much. Without your advice I would probably be searching for a fix forever.

    Best regards,
    Valentin

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.