Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
04/04/16 03:03:33PM
3,304 posts

all music says error occured loading media url


Design and Skin Customization

some songs are now playing so converting to mp3 only may have solved part of the problem however images ..some.. still don't load in edge
i think the audio modules not handeling ogg files right anymore
soaringeagle
@soaringeagle
04/04/16 01:39:49PM
3,304 posts

all music says error occured loading media url


Design and Skin Customization

correct me if I'm wrong...but it appears to me that the template only supports mp3 extentions even if ogg was an option set for conversion and since it was converted to ogg for some odd reason ff alones attempting to serve ogg with no support for it in the template
additionally in edge the images that are not loading, if i inspect element, then copy the url and go to the url itself the image loads properly
however not resized
some images load fine others do not

heres the template I'm looking at
{jrCore_module_url module="jrAudio" assign="murl"}
<div class="block">

    <div class="title">
        <div class="block_config">

            {jrCore_item_detail_buttons module="jrAudio" field="audio_file" item=$item}

        </div>
        <h1>{$item.audio_title}</h1>
        <div class="breadcrumbs">
            <a href="{$jamroom_url}/{$item.profile_url}/">{$item.profile_name}</a> &raquo;
            {if jrCore_module_is_active('jrCombinedAudio') && $item.quota_jrCombinedAudio_allowed == 'on'}
                <a href="{$jamroom_url}/{$item.profile_url}/{jrCore_module_url module="jrCombinedAudio"}">{jrCore_lang module="jrCombinedAudio" id=1 default="Audio"}</a>
            {else}
                <a href="{$jamroom_url}/{$item.profile_url}/{$murl}">{jrCore_lang module="jrAudio" id="41" default="Audio"}</a>
            {/if}
            &raquo; {$item.audio_title}
        </div>
    </div>

{assign var="skin_player_type" value="`$_conf.jrCore_active_skin`_player_type"}
{assign var="player_type" value=$_conf.$skin_player_type}

{if isset($player_type) && $player_type == 'gray_overlay_player' || $player_type == 'black_overlay_player'}

    <div class="block_content">

        <div class="item">

            <div class="jraudio_detail_player">

                <div class="jraudio_detail_player_left" style="width:50%;">
                    {jrCore_module_function function="jrImage_display" module="jrAudio" type="audio_image" item_id=$item._item_id size="xlarge" class="iloutline img_shadow img_scale" alt=$item.audio_title}
                </div>

            {* Make sure we're active *}
            {if isset($item.audio_active) && $item.audio_active == 'off' && isset($item.quota_jrAudio_audio_conversions) && $item.quota_jrAudio_audio_conversions == 'on'}

                <div class="jraudio_detail_player_right" style="width:50%;">

                    <p class="center">{jrCore_lang module="jrAudio" id="40" default="This audio file is currently being processed and will appear here when complete."}</p>

                </div>

            {else}
                <div class="jraudio_detail_player_right">

                        <div style="text-align:left;;line-height:24px;padding-left:6px">
                            <span class="info">{jrCore_lang module="jrAudio" id="31" default="album"}:</span> <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/albums/{$item.audio_album_url}"><span class="info_c">{$item.audio_album}</span></a><br>
                            <span class="info">{jrCore_lang module="jrAudio" id="12" default="genre"}:</span> <span class="info_c">{$item.audio_genre}</span><br>
                            {if $item.audio_file_extension == 'mp3'}
                            <span class="info">{jrCore_lang module="jrAudio" id="51" default="streams"}:</span> <span class="info_c">{$item.audio_file_stream_count|default:"0"|number_format}</span><br>
                            {if !empty($item.audio_file_item_price)}
                                <span class="info">{jrCore_lang module="jrAudio" id="14" default="audio file"}:</span> <span class="info_c">{$item.audio_file_original_extension}, {$item.audio_file_original_size|jrCore_format_size}, {$item.audio_file_length}</span>
                            {/if}
                            <br>
                            {/if}

                            {jrCore_module_function function="jrRating_form" type="star" module="jrAudio" index="1" item_id=$item._item_id current=$item.audio_rating_1_average_count|default:0 votes=$item.audio_rating_1_count|default:0}
                        </div>

                </div>

            {/if}

            </div>

            {if $item.audio_file_extension == 'mp3'}

                {assign var="ap" value="`$_conf.jrCore_active_skin`_auto_play"}
                {assign var="player" value="jrAudio_`$player_type`"}
                <br>{jrCore_media_player type=$player module="jrAudio" field="audio_file" item=$item autoplay=$_conf.$ap}

            {/if}

        </div>


        {* bring in module features *}
        {jrCore_item_detail_features module="jrAudio" item=$item}

    </div>

{else}

    <div class="block_content">

        <div class="item">

            <div class="jraudio_detail_player">
                <div class="jraudio_detail_player_left">

                    {* Make sure we're active *}
                    {if isset($item.audio_active) && $item.audio_active == 'off' && isset($item.quota_jrAudio_audio_conversions) && $item.quota_jrAudio_audio_conversions == 'on'}

                        <p class="center">{jrCore_lang module="jrAudio" id="40" default="This audio file is currently being processed and will appear here when complete."}</p>

                    {elseif $item.audio_file_extension == 'mp3'}

                        {assign var="ap" value="`$_conf.jrCore_active_skin`_auto_play"}
                        {assign var="player" value="jrAudio_`$player_type`"}
                        {if isset($player_type) && strlen($player_type) > 0}
                            {jrCore_media_player type=$player module="jrAudio" field="audio_file" item=$item autoplay=$_conf.$ap}<br>
                        {else}
                            {jrCore_media_player module="jrAudio" field="audio_file" item=$item autoplay=$_conf.$ap}<br>
                        {/if}

                        <div style="text-align:left;padding-left:6px">
                            <span class="info">{jrCore_lang module="jrAudio" id="31" default="album"}:</span> <span class="info_c"><a href="{$jamroom_url}/{$item.profile_url}/{$murl}/albums/{$item.audio_album_url}">{$item.audio_album}</a></span><br>
                            <span class="info">{jrCore_lang module="jrAudio" id="12" default="genre"}:</span> <span class="info_c">{$item.audio_genre}</span><br>
                            <span class="info">{jrCore_lang module="jrAudio" id="51" default="streams"}:</span> <span class="info_c">{$item.audio_file_stream_count|default:"0"|number_format}</span><br>
                            {if !empty($item.audio_file_item_price)}
                                <span class="info">{jrCore_lang module="jrAudio" id="54" default="purchase"}:</span> <span class="info_c">{$item.audio_file_original_extension}, {$item.audio_file_original_size|jrCore_format_size}, {$item.audio_file_length}</span>
                            {/if}
                            <br>{jrCore_module_function function="jrRating_form" type="star" module="jrAudio" index="1" item_id=$item._item_id current=$item.audio_rating_1_average_count|default:0 votes=$item.audio_rating_1_count|default:0}
                        </div>

                    {else}

                        {* allow downloads if we are not blocked *}
                        {if isset($_conf.jrAudio_block_download) && $_conf.jrAudio_block_download == 'off'}
                            <a href="{$jamroom_url}/{$murl}/download/audio_file/{$item._item_id}">{jrCore_icon icon="download"}</a><br>
                        {/if}

                        <div style="text-align:left;padding-left:6px">
                            <span class="info">{jrCore_lang module="jrAudio" id="31" default="album"}:</span> <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/albums/{$item.audio_album_url}"><span class="info_c">{$item.audio_album}</span></a><br>
                            <span class="info">{jrCore_lang module="jrAudio" id="12" default="genre"}:</span> <span class="info_c">{$item.audio_genre}</span><br>
                            {jrCore_module_function function="jrRating_form" type="star" module="jrAudio" index="1" item_id=$item._item_id current=$item.audio_rating_1_average_count|default:0 votes=$item.audio_rating_1_count|default:0}
                        </div>

                    {/if}
                </div>

                <div class="jraudio_detail_player_right">
                    {jrCore_module_function function="jrImage_display" module="jrAudio" type="audio_image" item_id=$item._item_id size="large" class="iloutline img_shadow" alt=$item.audio_title width=false height=false}
                </div>

            </div>

        </div>

        {* bring in module features *}
        {jrCore_item_detail_features module="jrAudio" item=$item}

    </div>

{/if}

</div>

hmm in edge I'm also getting a lot and i mean a lot of access denieds for a lot of scripts that seem related to the google ads and such
as a debugging effort I'm going to temporarily disable all ads using the default heder and footers
nope that made no diference

more then 1/2 the music files have reconverted to mp3 only
still cant find 1 that doesn't try to play ogg in ff
soaringeagle
@soaringeagle
04/04/16 01:06:05PM
3,304 posts

all music says error occured loading media url


Design and Skin Customization

servers back up, i had hoped replacing the media drive would solve it but no such luck
the site was down for over 14 hours to replace the drive and it didn't fix the issue
to me its looking like ff tries serving ogg files, but the 'type' parameters set incorrectly
wich to me sounds like its in the module itself
will try the default skin late tonikght when traffics low
soaringeagle
@soaringeagle
04/03/16 10:56:31AM
3,304 posts

all music says error occured loading media url


Design and Skin Customization

after further testing i am 100% convinced (ok 99%) that the newest version of the audio module doesn't handle ogg files properly, and only ff is trying to stream ogg still doesn't explain the non loading pics in edge tho
soaringeagle
@soaringeagle
04/03/16 10:34:08AM
3,304 posts

all music says error occured loading media url


Design and Skin Customization

they play in edge but the images don't all load they don't play in ff but the images do load
chrome both work same with ie both work in ie and chrome
i think ff is trying to play ogg instead of mp3 but i don't understand the image issue in edge
soaringeagle
@soaringeagle
04/03/16 10:29:12AM
3,304 posts

all music says error occured loading media url


Design and Skin Customization

https://www.dreadlockssite.com/music
TRY IT IN DIFERENT BROWSERS
i don't see how the skin could change the media url and why its diferent results in diferent browsers
there was a disk sector issue I'm cloning ad replacing the media disk tonight
wich will shut me down for 6 hours
I'm also reconverting all music to just mp3 no ogg
i tried going to the url in the error message and i got a 403!
soaringeagle
@soaringeagle
04/03/16 12:37:31AM
3,304 posts

all music says error occured loading media url


Design and Skin Customization

errors i get when trying to play files in ff
Use of getPreventDefault() is deprecated. Use defaultPrevented instead. cometchatjs.php:3:38987
HTTP "Content-Type" of "text/html" is not supported. Load of media resource https://www.dreadlockssite.com/uploaded_audio/stream/audio_file/14706/key=BxNselWlNLeZ/file.ogg failed. music

looks like the content types declared wrong?
soaringeagle
@soaringeagle
04/02/16 08:36:20PM
3,304 posts

buying a server outright, is this option right for you?


Installation and Configuration

I'm not hosting from home I'm collocating
verizons fios business for 75/75 (i peak at 175) was 265 100/100 or 150 was like 4-600! they also charged 20 bucks for 5 ips

collocating i have 100 dedicated with 100 burst above that before theres any additional fees, and i get 29 free ips (2 system assigned 27 usable) and each additional is only 50 cents
that is 80 a month with redundant routers networks power backups generators and cooling systems (also very high security)

yea hosting from home was a much more expensive option then colocation i went with i think its called quinix wich is just a 30-45 min drive (depends on traffic) from here
it was the best value and the fact that its so close was a plus

hosting from homes only really worth it if you have a site with low requirements and a static ip
colocations the best option for larger sites
soaringeagle
@soaringeagle
04/02/16 06:43:06PM
3,304 posts

all music says error occured loading media url


Design and Skin Customization

further testing after manually deleting data/cache contents i get a new error in edge
invalid module received in stream_url_error
soaringeagle
@soaringeagle
04/02/16 06:17:27PM
3,304 posts

all music says error occured loading media url


Design and Skin Customization

additionaly switching to midnight player generated this error
{jrCore_media_player} invalid value received for "type" parameter (modules/jrAudio/templates/item_detail.tpl)
  111