Free space error on podcast synchronization

Hello! Watch has 7 gb free space, but in Alpacast music app on synchronization I got message "No more space left on device! Delete some episodes from the playlist and try again." when free space on devise less then alpacast used storage, like on attached screen. If free space more then alpacast used the sync has no error, for example 8200mb/9000mb.

Developer of Alpacast answer me: Sorry, I don't think there is much I can do to help you. All the storage handling is on the garmin side of things. That error is only printed when the download request to the Garmin api responds with Communications.STORAGE_FULL.

Top Replies

All Replies

  • To add some details to this (I'm the app developer); The api call in question returning Communations.STORAGE_FULL is this:

    Communications.makeWebRequest(url, {}, {
    			:method => Communications.HTTP_REQUEST_METHOD_GET,
    			:responseType => Communications.HTTP_RESPONSE_CONTENT_TYPE_AUDIO,
    			:headers => {
    				"Content-Type" => Communications.REQUEST_CONTENT_TYPE_URL_ENCODED,
    			},
    			:mediaEncoding => encoding,
    			:fileDownloadProgressCallback => method(:onDownloadProgress)
    		}, ...);


    The used storage numbers in the first screenshots comes from Media.getCacheStatistics(), size and capacity.

  • Hello

    I am sorry to hear you are having trouble with the music storage. I would love to help investigate this further. For this, I will reach out to you via Private Message.