<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>OSWeb — Forum</title>
        <link>https://forum.cogsci.nl/</link>
        <pubDate>Mon, 15 Jun 2026 21:21:03 +0000</pubDate>
        <language>en</language>
            <description>OSWeb — Forum</description>
    <atom:link href="https://forum.cogsci.nl/categories/osweb/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Saving and publishing to JATOS gives Error: JZIPUploadError</title>
        <link>https://forum.cogsci.nl/discussion/10148/saving-and-publishing-to-jatos-gives-error-jzipuploaderror</link>
        <pubDate>Wed, 10 Jun 2026 12:51:33 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>kolfers</dc:creator>
        <guid isPermaLink="false">10148@/discussions</guid>
        <description><![CDATA[<p>Hi all, </p><p>Whenever I  upload a task to JATOS for the first time, via the OSWeb and JATOS control panel I always get the message:</p><div><div><p>Error: JZIPUploadError</p><p>Unknown upload error (status code 201)</p><p>A <code spellcheck="false">JZIPUploadError</code> is raised when an experiment could not be uploaded to a JATOS server. This may happen when the JATOS server or API token are incorrect. This may also happen when there is a problem with the internet connection.</p></div></div><p>Interestingly, the task is actually uploaded to JATOS without issue, and on subsequent saves (with the same UUID), the message does not appear. </p><p>I&#39;m running: </p><p>Opensesame 4.1.6</p><p>JATOS v3.10.4</p><p>My colleagues have the exact same issue. While it&#39;s not a critical issue, as the task it actually uploaded despite the error message, it does lead to confusion and questions from our researchers.</p><p>Kind regards,</p><p>Kerwin</p>]]>
        </description>
    </item>
    <item>
        <title>WebGazer facemesh files returning 404 on MindProbe - gaze data not recording</title>
        <link>https://forum.cogsci.nl/discussion/10147/webgazer-facemesh-files-returning-404-on-mindprobe-gaze-data-not-recording</link>
        <pubDate>Tue, 09 Jun 2026 15:43:06 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>samaanaj</dc:creator>
        <guid isPermaLink="false">10147@/discussions</guid>
        <description><![CDATA[<div data-embedjson="{&quot;url&quot;:&quot;https:\/\/forum.cogsci.nl\/uploads\/092\/XCJLAE73AWZI.png&quot;,&quot;name&quot;:&quot;Screenshot 2026-06-09 at 11.34.06\u202fAM.png&quot;,&quot;type&quot;:&quot;image\/png&quot;,&quot;size&quot;:420121,&quot;width&quot;:1088,&quot;height&quot;:1658,&quot;embedType&quot;:&quot;file&quot;}">
    <a rel="nofollow" href="https://forum.cogsci.nl/uploads/092/XCJLAE73AWZI.png" download="" aria-label="Screenshot 2026-06-09 at 11.34.06 AM.png">
        Screenshot 2026-06-09 at 11.34.06 AM.png
    </a>
</div><p>Hi, I am running a visual world eye tracking experiment using OpenSesame 4.1.9 and OSWeb 2.2.9 on MindProbe. The camera opens correctly during the experiment but WebGazer never produces any gaze predictions and my gaze_json variable is always empty.</p><p>The browser console shows these errors:</p><ul><li>Failed to load resource: face_mesh_solution_simd_wasm_bin.js (404)</li><li>Failed to load resource: face_mesh_solution_p...assets_loader.js (404)</li><li>Failed to load resource: mediapipe/face_mesh/face_mesh.binaryb (404)</li><li>No stream</li><li>Uncaught TypeError: t is not a function (face_mesh.js:53)</li></ul><p>I am attaching a screenshot of the console. It looks like the TFFacemesh model files are missing from MindProbe&#39;s server. Is this a known issue and how can I fix it?</p><p>Thank you</p>]]>
        </description>
    </item>
    <item>
        <title>OSWeb runtime broken on Mindprobe — _setupClickScreen null error</title>
        <link>https://forum.cogsci.nl/discussion/10124/osweb-runtime-broken-on-mindprobe-setupclickscreen-null-error</link>
        <pubDate>Mon, 11 May 2026 14:28:34 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>Busra</dc:creator>
        <guid isPermaLink="false">10124@/discussions</guid>
        <description><![CDATA[<p>Hello,</p><p>I&#39;m experiencing a complete outage on jatos.mindprobe.eu where **all** my OSWeb studies &mdash; including previously deployed and confirmed-working ones &mdash; fail on the &quot;Building screen&quot; stage. This appears to be a recent server-side regression in the OSWeb runtime.</p><p>### The error</p><p>Browser console output:</p><p>&nbsp;&nbsp;PixiJS 5.3.12 - WebGL 2</p><p>&nbsp;&nbsp;text.es.js:1307&nbsp;Canvas2D: Multiple readback operations using getImageData are faster...</p><p>&nbsp;&nbsp;transfer.js:121&nbsp;file pool embedded in HTML (N files)</p><p>&nbsp;&nbsp;transfer.js:246&nbsp;All audio files have been loaded and decoded</p><p>&nbsp;&nbsp;screen.js:202&nbsp;&nbsp;Uncaught (in promise) TypeError: Cannot read properties of null (reading &#39;length&#39;)</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at Screen._setupClickScreen (screen.js:202)</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at Parameters._initialize&nbsp;(parameters.js:24)</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at Runner._setupContext&nbsp;&nbsp;(runner.js:143)</p><p>Tracing the call chain: `this._runner._welcomeText` is `null` when passed to `_setupClickScreen`. The `typeof text === &quot;undefined&quot;` guard at the top of the function does not catch `null` (because `typeof null === &quot;object&quot;`), so the function continues and crashes when reading `.length` on the null text.</p><p>### Evidence this is server-side, not study content</p><p>1. **Previously-working deployed studies** that ran fine for weeks now produce the same error without any changes from my side.</p><p>2. **A reference .osexp** I successfully ran earlier this year now fails identically when re-uploaded.</p><p>3. **Multiple .osexp variants** with different headers (with/without `set background`, with/without `set jatos_uuid`, Python `True/False` vs legacy `yes/no` booleans, ASCII vs Turkish titles, with/without inline_javascript blocks, with/without `run_if` conditions) all produce the identical error.</p><p>4. Tested across **two Mindprobe accounts** and multiple browsers (Chrome, Firefox, incognito).</p><p>### Suspected cause</p><p>This looks like a recent OSWeb runtime update or transpilation pipeline change on the Mindprobe server. The failure pattern (identical error on unchanged previously-working studies) is hard to explain otherwise.</p><p>Thanks,</p><p>B&uuml;şra</p>]]>
        </description>
    </item>
    <item>
        <title>Intermittent JATOS data logging failure in OSWeb v2.2.9 — result file shows only [</title>
        <link>https://forum.cogsci.nl/discussion/10117/intermittent-jatos-data-logging-failure-in-osweb-v2-2-9-result-file-shows-only</link>
        <pubDate>Tue, 21 Apr 2026 12:10:33 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>jeboydirk</dc:creator>
        <guid isPermaLink="false">10117@/discussions</guid>
        <description><![CDATA[<p><strong>Platform:</strong>&nbsp;OSWeb v2.2.9, JATOS (hosted on university server)</p><p><strong>Description of the issue:</strong></p><p>I am running an online experiment using OSWeb with JATOS as the backend. The experiment runs correctly from start to finish in all cases, but intermittently (roughly 1 in 5 sessions) no trial data is logged at all. When this happens, the JATOS result file contains only a single opening square bracket&nbsp;<code spellcheck="false">[</code>&nbsp;with no data records inside it. The JATOS server is hosted at a university server (<code spellcheck="false">jatos1.psy.vu.nl</code>)</p><p><strong>What I observe:</strong></p><ul><li>The experiment loads and runs completely normally from the participant&#39;s perspective</li><li>All trials are displayed and responses are recorded visually</li><li>At the end of the experiment the screen gets stuck at the data transfer stage</li><li>In the JATOS result viewer the result entry exists but contains only&nbsp;<code spellcheck="false">[</code></li><li>When it works correctly, data is logged incrementally trial by trial as expected</li></ul><p><strong>What I have tried:</strong></p><ol><li>Originally used the built-in OpenSesame logger item &mdash; same intermittent failure</li><li>Replaced the logger with explicit&nbsp;<code spellcheck="false">jatos.appendResultData()</code>&nbsp;calls in an inline_javascript item inside the trial loop &mdash; same intermittent failure persists</li><li>The&nbsp;<code spellcheck="false">jatos.studyResultId</code>&nbsp;is set correctly at the start of the experiment &mdash; so the session initialises properly</li></ol><p><br /></p><p><strong>Questions:</strong></p><ol><li>What does the&nbsp;<code spellcheck="false">[</code>&nbsp;in the result file indicate &mdash; is this OSWeb opening the result array before any data is written?</li><li>Is there a known issue with&nbsp;<code spellcheck="false">jatos.appendResultData()</code>&nbsp;in OSWeb v2.2.9 when called repeatedly inside a trial loop?</li><li>Is there a recommended way to verify within OSWeb whether&nbsp;<code spellcheck="false">appendResultData()</code>&nbsp;succeeded?</li><li>Is there a more robust way to log trial-level data in OSWeb that does not rely on&nbsp;<code spellcheck="false">appendResultData()</code>&nbsp;inside a loop?</li></ol><p>Any help would be greatly appreciated. This is part of a mobile EEG validation study and reliable data logging is critical.</p>]]>
        </description>
    </item>
    <item>
        <title>collect spaces and if run statement</title>
        <link>https://forum.cogsci.nl/discussion/10100/collect-spaces-and-if-run-statement</link>
        <pubDate>Mon, 30 Mar 2026 17:57:51 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>kzoulali</dc:creator>
        <guid isPermaLink="false">10100@/discussions</guid>
        <description><![CDATA[<p>Hi,</p><p>I am working on an event segmentation experiment in OpenSesame (running online via JATOS/Prolific) and I have two questions.</p><p><strong>Question 1: Tracking spacebar presses during video playback</strong></p><p>I want participants to press the spacebar whenever they perceive an event boundary while watching a video. I need to collect all spacebar presses during the video (not just one), log the timestamp of each press in milliseconds relative to the video start, and have these saved in the logfile per trial. I currently have an inline JavaScript item playing the video. What is the best way to collect and log these keypresses in OSWeb with accurate millisecond timing aligned to the video?</p><p><strong>Question 2: Attention check after every 3rd video not working</strong></p><p>I have an attention check inside my trial sequence that is meant to verify whether participants have actually watched the video. It consists of a sketchpad (showing a question about the video) and a text input where participants have to write their answer. I want this attention check to appear after every 3rd video. I am using a <code spellcheck="false">video_count</code> variable that increments by 1 after each video ends, and I set the run-if condition on both items to:</p><pre spellcheck="false">video_count % 3 == 0 and video_count &gt; 0
</pre><p>However the attention items never appear at all. I am currently using a sketchpad for the question display but I am not sure if that is the right item type for this. Is there something specific about how run-if conditions work in OSWeb that I am missing, and is there a better way to trigger an attention check with a text input field every N trials in OSWeb?</p><p><br /></p><p>Thanks in advance.</p>]]>
        </description>
    </item>
    <item>
        <title>is it possible in osexp to have input text and feedback on it</title>
        <link>https://forum.cogsci.nl/discussion/10033/is-it-possible-in-osexp-to-have-input-text-and-feedback-on-it</link>
        <pubDate>Thu, 18 Dec 2025 18:48:10 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>Raanan</dc:creator>
        <guid isPermaLink="false">10033@/discussions</guid>
        <description><![CDATA[<p>Hi,</p><p><br /></p><p>I want to have an input text and give the user feedback bu showing a green or red circle on a sketchpad, depending if the answer was correct. Nut I saw my input text variable is not recgnised in the inline javascript, onlty in logger, so how can I give the user that feedback?</p>]]>
        </description>
    </item>
    <item>
        <title>inout text inosweb focus not working always</title>
        <link>https://forum.cogsci.nl/discussion/10034/inout-text-inosweb-focus-not-working-always</link>
        <pubDate>Thu, 18 Dec 2025 19:52:37 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>Raanan</dc:creator>
        <guid isPermaLink="false">10034@/discussions</guid>
        <description><![CDATA[<p>Hi,</p><p><br /></p><p>I have an input text which is in a loop.</p><p>In the first time it shows the cursor is on the input field and it&#39;s ok,</p><p><br /></p><p>but after showing a sketchpad in the 2nd iteration of the loop, the cuursor is not showing in the item, and I need to click the mouse, in the item, tried autofocus, but it does not work</p>]]>
        </description>
    </item>
    <item>
        <title>OS web + jatos in Google Chrome: unwanted request to fill in subject number and redirect failure</title>
        <link>https://forum.cogsci.nl/discussion/10021/os-web-jatos-in-google-chrome-unwanted-request-to-fill-in-subject-number-and-redirect-failure</link>
        <pubDate>Sat, 29 Nov 2025 12:18:29 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>MarkNieuwenstein</dc:creator>
        <guid isPermaLink="false">10021@/discussions</guid>
        <description><![CDATA[<p>Google Chrome (on MacBook) is producing two problems with an online study created using OS web: </p><ol><li>It asks the participant to fill in a subject number, which should not happen.</li><li>It does not redirect the participant to Qualtrics.</li></ol><p>The problems do not occur in Firefox or Safari. I am up-to-date with the most recent versions of Chrome and OS Web. Below are screenshots of the request for a subject number, and what happens at the end of the experiment when it does not redirect to Qualtrics. Attached is the experiment file. Would welcome any suggestions for making the experiment run on Chrome!</p><div>
    <div>
        <a href="https://forum.cogsci.nl/uploads/610/7WXKIOW3F5ST.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.cogsci.nl/uploads/610/7WXKIOW3F5ST.png" alt="Screenshot 2025-11-29 at 13.11.12.png" />
        </a>
    </div>
</div>
<div>
    <div>
        <a href="https://forum.cogsci.nl/uploads/837/5W1OBVS0U7MZ.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.cogsci.nl/uploads/837/5W1OBVS0U7MZ.png" alt="Screenshot 2025-11-29 at 13.11.34.png" />
        </a>
    </div>
</div>
<div data-embedjson="{&quot;url&quot;:&quot;https:\/\/forum.cogsci.nl\/uploads\/695\/E7XPJHS3QY3X.osexp&quot;,&quot;name&quot;:&quot;AB_Flow.osexp&quot;,&quot;type&quot;:&quot;application\/gzip&quot;,&quot;size&quot;:10901,&quot;embedType&quot;:&quot;file&quot;}">
    <a rel="nofollow" href="https://forum.cogsci.nl/uploads/695/E7XPJHS3QY3X.osexp" download="" aria-label="AB_Flow.osexp">
        AB_Flow.osexp
    </a>
</div><p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>randomly chage rectangle color</title>
        <link>https://forum.cogsci.nl/discussion/10009/randomly-chage-rectangle-color</link>
        <pubDate>Mon, 17 Nov 2025 20:04:55 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>Raanan</dc:creator>
        <guid isPermaLink="false">10009@/discussions</guid>
        <description><![CDATA[<p>Hi&#39;</p><p><br /></p><p>Try to change color of rectanglem</p><p>wrote in inline java script , with chatgpt help:</p><p><br /></p><p>// choose rectangle color randomly</p><p>// blue = &quot;#0000FF&quot;, green = &quot;#00FF00&quot;</p><p>var colors = [&quot;#0000FF&quot;, &quot;#00FF00&quot;];</p><p>vars.rect_color = colors[Math.floor(Math.random() * colors.length)];</p><p><br /></p><p><br /></p><p>and in the sketchpad I drew a recyangle and wrote in the color - color=[rect_color] or color=&quot;[rect_color]&quot;,</p><p>but either I get the variable is not recognised or nothing is shown</p>]]>
        </description>
    </item>
    <item>
        <title>&quot;A problem occured: Failed to transfer data&quot;</title>
        <link>https://forum.cogsci.nl/discussion/10006/a-problem-occured-failed-to-transfer-data</link>
        <pubDate>Wed, 12 Nov 2025 14:18:56 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>ConfusedWug</dc:creator>
        <guid isPermaLink="false">10006@/discussions</guid>
        <description><![CDATA[<p>Hi,</p><p>We are currently using a Mindprobe JATOS server to run an OSWeb experiement. We have recieved several completed runs which seem to work, however some participants get the error message &quot;A problem occurred: Failed to transfer data&quot; when finishing the study. In the console we get the error &quot;403, study run is already finished (study result######)&quot;.</p><p>We have in the code included some special character: &oslash; and &aring;, and after finding the following discussion are wondering if that might be the problem? <a href="https://forum.cogsci.nl/discussion/7049/another-a-problem-occurred-failed-to-transfer-data" rel="nofollow">https://forum.cogsci.nl/discussion/7049/another-a-problem-occurred-failed-to-transfer-data</a></p><p>We have tried different browsers, but the results are a bit confusing.</p><p>It works in:</p><ul><li>Microsoft edge (Windows)</li><li>Google Chrome (Windows)</li><li>Safari (Mac)</li></ul><p>It doesn&#39;t work in:</p><ul><li>Mozilla Firefox (Linux and Windows)</li><li>Google Chrome (Mac)</li></ul><p>We hope you can help!</p><p>Thanks in advance!</p><p>Best regards,</p><p>Confused Wug and Puzzled Wug</p>]]>
        </description>
    </item>
    <item>
        <title>cursor_roi variable in JATOS/OSWeb</title>
        <link>https://forum.cogsci.nl/discussion/8709/cursor-roi-variable-in-jatos-osweb</link>
        <pubDate>Sun, 23 Jul 2023 11:09:41 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>choql</dc:creator>
        <guid isPermaLink="false">8709@/discussions</guid>
        <description><![CDATA[<p>Hello,</p><p>I am designing a simple number comparison task in which a child sees two numbers and needs to select the bigger number. We are planning to collect data using iPads by uploading our study to JATOS. I designed the task using a sketchpad and mouse response (so a child can click the number). My problem is that I am using the variable &#39;cursor_roi&#39; to keep track of children&#39;s responses and whether or not they got the answer correct. However, I noticed that my inline script using cursor_roi does not work on JATOS/OSWeb. Is there a way to fix this/different way to keep track of children&#39;s responses and create a &#39;correct&#39; variable that shows whether or not they got the problem correct? </p><p>Thank you all for your help!</p>]]>
        </description>
    </item>
    <item>
        <title>using cursor_roi to collect mouse responses results in two different screen layouts</title>
        <link>https://forum.cogsci.nl/discussion/9998/using-cursor-roi-to-collect-mouse-responses-results-in-two-different-screen-layouts</link>
        <pubDate>Thu, 30 Oct 2025 08:47:10 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>mgade</dc:creator>
        <guid isPermaLink="false">9998@/discussions</guid>
        <description><![CDATA[<p>Dear all, </p><p>I want to use mouse responses to collect reactions in a a flanker task (i.e. categorize central letter as consonant or vowel) which should be clicked and it looks fine in the programming (see below).</p><div>
    <div>
        <a href="https://forum.cogsci.nl/uploads/636/72U6K1W5GZBC.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.cogsci.nl/uploads/636/72U6K1W5GZBC.png" alt="opensesameprogramming.png" />
        </a>
    </div>
</div>
<p>However, when I run it in Google Chrome, something odd happens (i.e. screen using different coordinates)</p><div>
    <div>
        <a href="https://forum.cogsci.nl/uploads/350/4AM5BWD6COM8.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.cogsci.nl/uploads/350/4AM5BWD6COM8.png" alt="opensesamerunning.png" />
        </a>
    </div>
</div>
<div data-embedjson="{&quot;url&quot;:&quot;https:\/\/forum.cogsci.nl\/uploads\/013\/XTDHSI8QHDCD.osexp&quot;,&quot;name&quot;:&quot;Mousetest.osexp&quot;,&quot;type&quot;:&quot;application\/octet-stream&quot;,&quot;size&quot;:504190,&quot;embedType&quot;:&quot;file&quot;}">
    <a rel="nofollow" href="https://forum.cogsci.nl/uploads/013/XTDHSI8QHDCD.osexp" download="" aria-label="Mousetest.osexp">
        Mousetest.osexp
    </a>
</div><p>I attached the code (sorry for not translating the intro and informed consent) - any suggestions are welcome. </p><p>I also worked with the java script roi definition which solved the problem partially but did not yield the expected coordinated in the result file and the experiment does not advance as expected (which it does when using the cursor_roi in the code added)</p><div data-embedjson="{&quot;url&quot;:&quot;https:\/\/forum.cogsci.nl\/uploads\/237\/L3MD747VQMNQ.xlsx&quot;,&quot;name&quot;:&quot;MouseTest_resultswithjavascript_noadvancementinexperiment.xlsx&quot;,&quot;type&quot;:&quot;application\/vnd.openxmlformats-officedocument.spreadsheetml.sheet&quot;,&quot;size&quot;:13099,&quot;embedType&quot;:&quot;file&quot;}">
    <a rel="nofollow" href="https://forum.cogsci.nl/uploads/237/L3MD747VQMNQ.xlsx" download="" aria-label="MouseTest_resultswithjavascript_noadvancementinexperiment.xlsx">
        MouseTest_resultswithjavascript_noadvancementinexperiment.xlsx
    </a>
</div><p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>Audio recording in an online experiment</title>
        <link>https://forum.cogsci.nl/discussion/9986/audio-recording-in-an-online-experiment</link>
        <pubDate>Fri, 10 Oct 2025 12:22:58 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>Kruthi</dc:creator>
        <guid isPermaLink="false">9986@/discussions</guid>
        <description><![CDATA[<p>Hello everyone, </p><p>I am reaching out ask for help from anyone who has experience/knowledge of recording participant audio in a browser-based experiment. I am new to online experiments and therefore to javascript and would love any guidance on the (additional) steps I&#39;d need to take in order to record participants&#39; vocal responses. Any helpful links, guidelines, or sample codes are highly appreciated!</p>]]>
        </description>
    </item>
    <item>
        <title>Possible file pool issue with osweb and ogg files?</title>
        <link>https://forum.cogsci.nl/discussion/9985/possible-file-pool-issue-with-osweb-and-ogg-files</link>
        <pubDate>Thu, 09 Oct 2025 21:34:26 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>fotisfotiadis</dc:creator>
        <guid isPermaLink="false">9985@/discussions</guid>
        <description><![CDATA[<p>So, I&#39;ve successfully implemented an online experiment with osweb presenting spoken sentences three months ago.</p><p>I&#39;m trying to run another osweb experiment. Although the experiment runs perfectly with psychopy, when reverting to osweb it does not run.</p><p>There seem to be missing files.</p><p>The experiment freezes when an audio file is supposed to be played, and when debugging, a message like this always appears:</p><p>tmp3_7avyab.html:1 Uncaught (in promise) &quot;pract3.ogg&quot; does not exist in the file pool</p><p>The audio files are  correctly coded to ogg to reduce the file size. I opened one audio file with my browser, and it played.</p><p>I tried to both add the sound files through the add button and by dragging them to the file pool. The same message appears either way.</p><p>I&#39;ve downloaded the latest version of OS.</p><p>My previous experiment does not run in my browser any more.</p><p>I have a Win10 PC, and use either chrome or firefox. </p><p><br /></p><p>Any ideas?</p><p><br /></p><p>Thank you,</p><p>Fotis A. Fotiadis</p>]]>
        </description>
    </item>
    <item>
        <title>SART (sustained attention response task)</title>
        <link>https://forum.cogsci.nl/discussion/9946/sart-sustained-attention-response-task</link>
        <pubDate>Sat, 23 Aug 2025 07:03:43 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>shineM</dc:creator>
        <guid isPermaLink="false">9946@/discussions</guid>
        <description><![CDATA[<p>Hello everyone,</p><p><br /></p><p>I&#39;d like to design an original SART task. In this task, numbers 1-9 are presented. Each number remains on the screen for 250 ms. Then, a mask screen appears for 900 ms. The subject can react either on the number or the mask screen, but even if they do, they must not move on to the second number until the total time (1150 ms) has elapsed. I tried to do this using a coroutine, but this time, the response times were not recorded. Can you help?</p><div>
    <div>
        <a href="https://forum.cogsci.nl/uploads/543/1AJ25F24RD8Z.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.cogsci.nl/uploads/543/1AJ25F24RD8Z.png" alt="image.png" />
        </a>
    </div>
</div>
<p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>Open from JATOS not working anymore (Opensesame: 4.0.24,  OSWeb: 2.2.1, Jatos: 3.9.6)</title>
        <link>https://forum.cogsci.nl/discussion/9910/open-from-jatos-not-working-anymore-opensesame-4-0-24-osweb-2-2-1-jatos-3-9-6</link>
        <pubDate>Thu, 17 Jul 2025 10:32:07 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>kolfers</dc:creator>
        <guid isPermaLink="false">9910@/discussions</guid>
        <description><![CDATA[<p>Hi all, </p><p>Not sure whether to post here or on the JATOS forum. </p><p>We&#39;re trying out the JATOS 3.9.6 version (from 3.9.5). </p><p>For our 3.9.5 version the OSWeb &quot;Open from JATOS&quot; functionality works fine for our self-hosted server. </p><p>For our 3.9.6 server it throws an error: </p><div><div><p>Server does not appear to be a JATOS server:</p><p>Expecting value: line 1 column 1 (char 0)</p></div></div><p>First I figured maybe something was not set up properly with the API keys on the test server, but if I run the curl API test command it comes back without issue. </p><div><div><p>{&quot;apiVersion&quot;:&quot;1.0.1&quot;,&quot;data&quot;:{&quot;id&quot;:11,&quot;name&quot;:&quot;test&quot;,&quot;creationDate&quot;:1752744609000,&quot;expires&quot;:2592000,&quot;active&quot;:true,&quot;isExpired&quot;:false,&quot;expirationDate&quot;:1755336609000,&quot;isAdminToken&quot;:true}}&nbsp;&nbsp;&nbsp;</p></div></div><p>Using curl to get export a specific study also works fine.</p><p>EDIT: I also just tried it on the cortex server, and getting the same error. Again, running curls (e.g. from the <a href="https://petstore.swagger.io/?url=https://raw.githubusercontent.com/JATOS/JATOS/main/jatos-api.yaml#/study/get_jatos_api_v1_studies_properties" rel="nofollow">Swagger UI</a> page) seem to work fine, and will give me the overview of all available studies.</p><p>Any idea what may be going wrong? </p><p>Thanks!</p><p>Kerwin</p>]]>
        </description>
    </item>
    <item>
        <title>Visual World Paradigm and WebGazer</title>
        <link>https://forum.cogsci.nl/discussion/9905/visual-world-paradigm-and-webgazer</link>
        <pubDate>Sun, 13 Jul 2025 23:13:59 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>IsidoraD</dc:creator>
        <guid isPermaLink="false">9905@/discussions</guid>
        <description><![CDATA[<p>Hello, everyone!</p><p><br /></p><p>I am trying to make a visual world paradigm, but since I do not have an eye-tracker, I planned to use WebGazer.js as an external library. That is why I attempted to join the example experiments for the two (the VWP example and the calibration script), which I found among the documentation on the website. However, I have come to a problem with OSWeb not supporting coroutines, which seem to be necessary for VWP to work properly. I have found an old comment on a workaround for this using inline_scripts and Java, but as it is quite old, and made for a completely different experiment, I am not sure how to implement it.</p><p>If somebody could help me, I would appreciate it very much, as I feel completely lost!</p><p><br /></p><p>P. S. I have the newest version of OpenSesame installed.</p>]]>
        </description>
    </item>
    <item>
        <title>Likert Scale with pictures using OSWeb</title>
        <link>https://forum.cogsci.nl/discussion/9886/likert-scale-with-pictures-using-osweb</link>
        <pubDate>Thu, 26 Jun 2025 10:00:50 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>b_lanzini</dc:creator>
        <guid isPermaLink="false">9886@/discussions</guid>
        <description><![CDATA[<p>Hi all! </p><p>I want to implement a Likert Scale, associated to a bunch of pictures, using OSWeb. </p><p>I found some instructions here on the forum about rating scales, but they all refer to inline_script, which I cannot use due to OSWeb. I can only use inline_javascript and inline_html.</p><p>Also, I&#39;d like the likert scale to show up below a picture. The pictures that need to be evaluated are about 100, and I&#39;d like them to show up in a randomised order. I already uploaded them all in the pool. </p><p>I tried to create a loop with 3 column, of which the first one (&quot;image&quot;) is filled with the images&#39; names, and to add an inline_html after, which &quot;recalls&quot; the picture from the loop. But i can&#39;t make it work. </p><p>Do you have any suggestions?</p>]]>
        </description>
    </item>
    <item>
        <title>OSWeb: Offset of rotated visual stimuli</title>
        <link>https://forum.cogsci.nl/discussion/9856/osweb-offset-of-rotated-visual-stimuli</link>
        <pubDate>Tue, 20 May 2025 11:27:05 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>CarlaC</dc:creator>
        <guid isPermaLink="false">9856@/discussions</guid>
        <description><![CDATA[<p>Hello everyone, </p><p><br /></p><p>I am trying to rotate a visual stimulus in an experiment. </p><p>For the local version, it works totally fine. However for the online version, there is a clear offset from the center (this offset changes for each rotation). I tried to fix it through using a java inlinescript and manually setting x and y to 0 (and using center = 1). This also did not solve my problem (I ensured that width and height are equal).</p><p>So I was wondering if there is any possibility to &quot;anchor&quot; the stimulus in the sketchpad such that it is only rotated around the anchor point (without hardcoding x &amp; y for each trial seperately).</p><p><br /></p><p>Thanks in advance!</p><p>Best</p><p>Carla</p>]]>
        </description>
    </item>
    <item>
        <title>OSWeb backend: Error when using CSV-File in loop</title>
        <link>https://forum.cogsci.nl/discussion/9855/osweb-backend-error-when-using-csv-file-in-loop</link>
        <pubDate>Mon, 19 May 2025 09:20:45 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>CarlaC</dc:creator>
        <guid isPermaLink="false">9855@/discussions</guid>
        <description><![CDATA[<p>Hello,</p><p><br /></p><p>I tried to use a csv file as input for a loop in an OSWeb experiment. My experiment works for the PsychoPy backend but not for the OSWeb backend.</p><p>I have tried using different types of csv files and also chatted with SigmundAI but unfortunately I have not found a solution.</p><p>I have attached the experiment-file I used to try to find the error, the last version of the csv-file and a screenshot showing the error message. Could you please help me resolving this error message?</p><p><br /></p><p>Thanks in advance!</p><p><br /></p><p>Best</p><p>Carla</p><div data-embedjson="{&quot;url&quot;:&quot;https:\/\/forum.cogsci.nl\/uploads\/154\/ZRXYRM876F7Q.osexp&quot;,&quot;name&quot;:&quot;csv-opensesame.osexp&quot;,&quot;type&quot;:&quot;application\/octet-stream&quot;,&quot;size&quot;:1040,&quot;embedType&quot;:&quot;file&quot;}">
    <a rel="nofollow" href="https://forum.cogsci.nl/uploads/154/ZRXYRM876F7Q.osexp" download="" aria-label="csv-opensesame.osexp">
        csv-opensesame.osexp
    </a>
</div><div data-embedjson="{&quot;url&quot;:&quot;https:\/\/forum.cogsci.nl\/uploads\/503\/6V5VKHHZA0NH.png&quot;,&quot;name&quot;:&quot;Screenshot 2025-05-19 110709.png&quot;,&quot;type&quot;:&quot;image\/png&quot;,&quot;size&quot;:30608,&quot;width&quot;:755,&quot;height&quot;:427,&quot;embedType&quot;:&quot;file&quot;}">
    <a rel="nofollow" href="https://forum.cogsci.nl/uploads/503/6V5VKHHZA0NH.png" download="" aria-label="Screenshot 2025-05-19 110709.png">
        Screenshot 2025-05-19 110709.png
    </a>
</div><div data-embedjson="{&quot;url&quot;:&quot;https:\/\/forum.cogsci.nl\/uploads\/164\/ODJZIBBG7801.csv&quot;,&quot;name&quot;:&quot;my_text.csv&quot;,&quot;type&quot;:&quot;text\/csv&quot;,&quot;size&quot;:22,&quot;embedType&quot;:&quot;file&quot;}">
    <a rel="nofollow" href="https://forum.cogsci.nl/uploads/164/ODJZIBBG7801.csv" download="" aria-label="my_text.csv">
        my_text.csv
    </a>
</div>]]>
        </description>
    </item>
    <item>
        <title>Audio playback issues with Google Chrome</title>
        <link>https://forum.cogsci.nl/discussion/9785/audio-playback-issues-with-google-chrome</link>
        <pubDate>Thu, 20 Mar 2025 19:48:58 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>sflu</dc:creator>
        <guid isPermaLink="false">9785@/discussions</guid>
        <description><![CDATA[<p>Hi, </p><p>I have an experiment where participants listen to a word and then respond by pressing a key. I have more than 1000 trials. Everything works fine in Firefox but in Google Chrome some words fail to play. I get the following error when running in Chrome: [Intervention] Blocked attempt to create a WebMediaPlayer as there are too many WebMediaPlayers already in existence</p><p>I&#39;m really not experienced this so if anybody has any ideas on what I could try to get the experiment to work consistently in Chrome, I&#39;d appreciate it!</p>]]>
        </description>
    </item>
    <item>
        <title>page reloading during experiment</title>
        <link>https://forum.cogsci.nl/discussion/9791/page-reloading-during-experiment</link>
        <pubDate>Wed, 26 Mar 2025 09:35:55 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>robbertmijn</dc:creator>
        <guid isPermaLink="false">9791@/discussions</guid>
        <description><![CDATA[<p>My experiment seems to reload the page after a particular JS function has finished to a url that is not found (e.g., &quot;.../Temp/4&quot;). I can&#39;t access the log anymore, and I&#39;ve changed so much that I can&#39;t undo it anymore :-(. I think I&#39;m messing up variable assignment (I&#39;m new to this JS business).</p><p>What can cause the page to reload like this?</p><p>I&#39;ve added the experiment file (edit: I&#39;m unable to do that here). It runs fine the first trial up to &quot;askRecogQuestion&quot; (I can even see it displaying the result of that function very very briefly before &quot;redirecting&quot;).</p>]]>
        </description>
    </item>
    <item>
        <title>Script error in OSWeb when using &quot;Object&quot; as variable name in loop table</title>
        <link>https://forum.cogsci.nl/discussion/9782/script-error-in-osweb-when-using-object-as-variable-name-in-loop-table</link>
        <pubDate>Wed, 19 Mar 2025 08:31:40 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>MarkNieuwenstein</dc:creator>
        <guid isPermaLink="false">9782@/discussions</guid>
        <description><![CDATA[<p>Posting this in case someone else runs into the same issue:</p><p>I have an experiment that should be run online using OSWEB. One of the variables was called &quot;Object&quot;, referring to the name of an object image shown in the task. The experiment used to run without issues some years ago, but now this caused an application / script error in running the first item in the sequence from the loop table in which the Object is defined:</p><div>
    <div>
        <a href="https://forum.cogsci.nl/uploads/920/4PK5EZ2QRBSF.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.cogsci.nl/uploads/920/4PK5EZ2QRBSF.png" alt="Screenshot 2025-03-19 at 09.18.47.png" />
        </a>
    </div>
</div>
<p>The issue was resolved by changing &quot;Object&quot; to &quot;ObjectName&quot; in the loop table. </p><p></p>]]>
        </description>
    </item>
    <item>
        <title>inactive study - custom message?</title>
        <link>https://forum.cogsci.nl/discussion/9717/inactive-study-custom-message</link>
        <pubDate>Mon, 24 Feb 2025 09:19:40 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>MikeN</dc:creator>
        <guid isPermaLink="false">9717@/discussions</guid>
        <description><![CDATA[<p>Is it possible to add a custom message to a JATOS study indicating that the study is now finished?</p><p>We have a student running an experiment online who has deactivated the study via JATOS (removing the check box for &quot;osweb component&quot;). Is there an option to display a custom message informing the participant that the study has finished?</p>]]>
        </description>
    </item>
    <item>
        <title>Text in sketchpad gets cut off</title>
        <link>https://forum.cogsci.nl/discussion/9703/text-in-sketchpad-gets-cut-off</link>
        <pubDate>Wed, 12 Feb 2025 17:37:45 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>AHaan</dc:creator>
        <guid isPermaLink="false">9703@/discussions</guid>
        <description><![CDATA[<p>Hello everyone,</p><p>I have a problem with my experiment in OpenSesame in OSWeb. I have several sketchpads in a loop. Sentences from the loop table are displayed on these sketchpads. For example, a column in the table is named &#39;word_2&#39; and on the sketchpad I have the text &#39;{word_2}&#39; to display the text from the column. When I run the experiment in the browser, I encounter the problem that some letters are cut off. Specifically uppercase umlauts like &#39;&Auml;&#39; and &#39;&Uuml;&#39; are missing their dots. I thought it was a problem of displaying unconventional letters, but if I make the font size really really small, the dots show up, which indicates that they are cut off. Is there a way to fix this?</p><p>Thank you in advance,</p><p>Sophie</p>]]>
        </description>
    </item>
    <item>
        <title>Loop Table</title>
        <link>https://forum.cogsci.nl/discussion/9705/loop-table</link>
        <pubDate>Fri, 14 Feb 2025 11:36:35 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>Lisa_99</dc:creator>
        <guid isPermaLink="false">9705@/discussions</guid>
        <description><![CDATA[<p>Is it possible to access the defined trials in a loop table with a script in order to pseudorandomize them via the script? If yes, how? </p><div>
    <div>
        <a href="https://forum.cogsci.nl/uploads/813/Y9NTOEK0J98R.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.cogsci.nl/uploads/813/Y9NTOEK0J98R.png" alt="image.png" />
        </a>
    </div>
</div>
<p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>Last Slide of Experiment does not go away</title>
        <link>https://forum.cogsci.nl/discussion/9695/last-slide-of-experiment-does-not-go-away</link>
        <pubDate>Tue, 04 Feb 2025 12:12:17 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>AHaan</dc:creator>
        <guid isPermaLink="false">9695@/discussions</guid>
        <description><![CDATA[<p>Hello,</p><p>I am currently trying to set up a self-paced reading study using OpenSesame. I have some welcome screens, then the trial sequence, and then some demographic questions followed by a goodbye screen. The first problem is that this goodbye screen will not go away. I have currently set the duration of the goodbye screen (sketchpad) to &#39;keypress&#39; but no matter what key I press, it will not go away and so the experiment cannot end properly. I have also tried to set the duration to 3000ms but it will also not go away after that time. This problem only occurs when I set the experiment to OSWeb backend. In the PsychoPy backend, I did not have this problem. </p><p>The other problem I have is that it seems like the logger is not saving the answers to the demographic questions at the end to the results file.</p><p>Can anybody help me with these problems?</p><p>I have attached the experiment file to this post.</p><p>Thank you in advance!</p>]]>
        </description>
    </item>
    <item>
        <title>Problem to log variables using inline_html</title>
        <link>https://forum.cogsci.nl/discussion/9691/problem-to-log-variables-using-inline-html</link>
        <pubDate>Mon, 03 Feb 2025 11:01:46 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>T_Q</dc:creator>
        <guid isPermaLink="false">9691@/discussions</guid>
        <description><![CDATA[<p>Hi!</p><p>I&#39;m doing an experiment with OpenSesame and I&#39;ll upload it to mindprobe. </p><p>As far as I know, I can&#39;t use forms with OSWeb, so I used inline_html to ask for Age and other variables. </p><p>I attach the script to ask for age. Before this inline_html, I included an inline_javascript to start the variable age (vars.age = &#39; &#39;). Then, in the logger, I could include this variable. </p><p>When I did the experiment, the script worked and I could enter &quot;age&quot;. However, when I got the results, the column age is empty. </p><p>I don&#39;t know what the problem is. I hope you can help. Thank you.</p><p>Best,</p><p>Teresa</p><div data-embedjson="{&quot;url&quot;:&quot;https:\/\/forum.cogsci.nl\/uploads\/878\/E1LKADE84E7B.jpg&quot;,&quot;name&quot;:&quot;Age1.JPG&quot;,&quot;type&quot;:&quot;image\/jpeg&quot;,&quot;size&quot;:36484,&quot;width&quot;:null,&quot;height&quot;:null,&quot;embedType&quot;:&quot;file&quot;}">
    <a rel="nofollow" href="https://forum.cogsci.nl/uploads/878/E1LKADE84E7B.jpg" download="" aria-label="Age1.JPG">
        Age1.JPG
    </a>
</div><div data-embedjson="{&quot;url&quot;:&quot;https:\/\/forum.cogsci.nl\/uploads\/223\/605EZCUOGAVP.jpg&quot;,&quot;name&quot;:&quot;Age2.JPG&quot;,&quot;type&quot;:&quot;image\/jpeg&quot;,&quot;size&quot;:56430,&quot;width&quot;:null,&quot;height&quot;:null,&quot;embedType&quot;:&quot;file&quot;}">
    <a rel="nofollow" href="https://forum.cogsci.nl/uploads/223/605EZCUOGAVP.jpg" download="" aria-label="Age2.JPG">
        Age2.JPG
    </a>
</div><p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>Webgazer not working</title>
        <link>https://forum.cogsci.nl/discussion/8792/webgazer-not-working</link>
        <pubDate>Fri, 01 Sep 2023 16:53:25 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>veskerm</dc:creator>
        <guid isPermaLink="false">8792@/discussions</guid>
        <description><![CDATA[<p>Hello, I just downloaded the latest version of OpenSesame (4.0), and wanted to try the sample experiment for Webgazer integration found here: <a href="https://osdoc.cogsci.nl/3.3/manual/eyetracking/webgazer/" rel="nofollow">https://osdoc.cogsci.nl/3.3/manual/eyetracking/webgazer/</a></p><p>The sample already hosted on <a href="https://jatos.mindprobe.eu/publix/BowSAFY2VWl" rel="nofollow">https://jatos.mindprobe.eu/publix/BowSAFY2VWl</a> seems to work fine so I downloaded the actual experimental file from here <a href="https://osdoc.cogsci.nl/3.3/attachments/webgazer.osexp" rel="nofollow">https://osdoc.cogsci.nl/3.3/attachments/webgazer.osexp</a></p><p>and added the link to the Webgazer library as shown in the instructions </p><div>
    <div>
        <a href="https://forum.cogsci.nl/uploads/191/R9EPB57U6KYV.jpg" rel="nofollow noopener" target="_blank">
            <img src="https://forum.cogsci.nl/uploads/191/R9EPB57U6KYV.jpg" alt="external library screenshot.JPG" />
        </a>
    </div>
</div>
<p><br /></p><p>and set the experiment to run in the browser using OSWeb</p><div>
    <div>
        <a href="https://forum.cogsci.nl/uploads/855/06EX9AA1R6YM.jpg" rel="nofollow noopener" target="_blank">
            <img src="https://forum.cogsci.nl/uploads/855/06EX9AA1R6YM.jpg" alt="backend screenshot.JPG" />
        </a>
    </div>
</div>
<p>However, when I run it I end up getting an error that seems to indicate that the Webgazer library isnt actually being loaded:</p><div>
    <div>
        <a href="https://forum.cogsci.nl/uploads/024/21M7HRQYFE77.jpg" rel="nofollow noopener" target="_blank">
            <img src="https://forum.cogsci.nl/uploads/024/21M7HRQYFE77.jpg" alt="webgazer error.JPG" />
        </a>
    </div>
</div>
<p>So am I just missing some step in the setup, or is this a bug?</p><p>Also, I noticed that the addition of the link to the Webgazer library and the setting for running the experiment in the browser dont actually get saved from session to session when I save the experimental file, and need to be set every time I start OpenSesame. </p><p><br /></p><p>Thanks in advance for any help!</p>]]>
        </description>
    </item>
    <item>
        <title>Excessive memory accumulation in OSWeb experiment</title>
        <link>https://forum.cogsci.nl/discussion/9640/excessive-memory-accumulation-in-osweb-experiment</link>
        <pubDate>Thu, 19 Dec 2024 11:03:48 +0000</pubDate>
        <category>OSWeb</category>
        <dc:creator>eboonst</dc:creator>
        <guid isPermaLink="false">9640@/discussions</guid>
        <description><![CDATA[<p>Hello cogsci community,</p><p>I&#39;m designing an online experiment in which participants are tasked to navigate a grid world and collect resources. </p><p>For this purpose I&#39;m redrawing a canvas() object on each iteration (whenever the participant makes a move).</p><p>In principle everything functions as it should, but over the course of ~2000 iterations, my experiment accumulates ~1700mb of memory, most of which seems related to rendering / drawing (see screenshot of heap snapshot). </p><div data-embedjson="{&quot;url&quot;:&quot;https:\/\/forum.cogsci.nl\/uploads\/994\/T3BA2S0ZRIVX.png&quot;,&quot;name&quot;:&quot;Screenshot 2024-12-19 at 12.54.49.png&quot;,&quot;type&quot;:&quot;image\/png&quot;,&quot;size&quot;:372527,&quot;width&quot;:1716,&quot;height&quot;:1144,&quot;embedType&quot;:&quot;file&quot;}">
    <a rel="nofollow" href="https://forum.cogsci.nl/uploads/994/T3BA2S0ZRIVX.png" download="" aria-label="Screenshot 2024-12-19 at 12.54.49.png">
        Screenshot 2024-12-19 at 12.54.49.png
    </a>
</div><p>I&#39;ve tried separating out a static and dynamic canvas, but this doesn&#39;t work because (unless I&#39;m missing something) I cannot layer canvases. I also tried changing parts of the canvas as is possible in python, but unless I did it wrong this doesn&#39;t seem supported in javascript.</p><p>My question is: given that I&#39;m constantly redrawing my canvas and everything in it, is the accumulation of memory to be expected, or is this indicative of something going (or me doing) something wrong? If the latter, would you have any recommendations for improvement?</p><p>Many thanks!</p>]]>
        </description>
    </item>
   </channel>
</rss>
