• Resolved deanhbaker

    (@deanhbaker)


    Hi. I am posting here because it looks like the itthinx website is down right now. I am running into an issue with the Groups File Access plugin downloading mp3 files to iOS devices and Safari running on the MacOS. The test is pretty straight and easy to recreate with these following steps.
    * take 20 sizable MP3 files, put them in both Media and Groups File Access
    * create 2 pages: titled “test_media” and “test_gfid”
    * in each file load each mp3 into a HTML5 audio player (or Gutenberg Audio Player block).
    *in test_media, load the mp3 from standard media uploads directory
    *in test_gfid, load the mp3 from the associated “/$gfid=” location
    * when you load each, the test_media is rendering and loading the audio player appropriately. The test_gfid only loads the first 10 or so, but then fails with an “error” code on the rest.
    Looking at a network capture of what is going on, I see that iOS is requesting with a “Range: bytes=0-1”. GFA responds with an appropriate “HTTP 206” but then proceeds to send the client more than the requested 2 Bytes. The iOS client then tries to reset and close the connection, erroring out.
    Thank in advance for taking a look at this.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘groups file acess trouble with IOS’ is closed to new replies.