XF 2.3 Error re: soundcloud embed?

Mr Lucky

Well-known member
I am getting this error:

Code:
ErrorException: [E_WARNING] fopen(/home/caf/public_html/internal_data/temp/7139e33d57c8d6ce66c02fa879ac1e83-684b9c568f29a.temp): Failed to open stream: No such file or directory src/XF/Util/File.php:215
Generated by: Unknown account Jun 13, 2025 at 4:34 AM
Stack trace
#0 [internal function]: XF::handlePhpError(2, '[E_WARNING] fop...', '/home/caf/publi...', 215)
#1 src/XF/Util/File.php(215): fopen('/home/caf/publi...', 'r')
#2 src/XF/Service/OembedService.php(224): XF\Util\File::copyFileToAbstractedPath('/home/caf/publi...', 'internal-data:/...')
#3 src/XF/Service/OembedService.php(107): XF\Service\OembedService->finalizeFromFetchResults(Object(XF\Entity\Oembed), Array)
#4 src/XF/Service/OembedService.php(43): XF\Service\OembedService->refetchOembed(Object(XF\Entity\Oembed))
#5 src/XF/Oembed/Controller.php(83): XF\Service\OembedService->getOembed('soundcloud', 'user-934945909/...')
#6 oembed.php(29): XF\Oembed\Controller->outputJson('soundcloud', 'user-934945909/...')
#7 {main}
Request state
array(4) {
  ["url"] => string(253) "/oembed.php?provider=soundcloud&id=user-934945909%2Fi-want-to-talk-about-you-tenor&_xfResponseType=json&_xfWithData=1&_xfRequestUri=%2Fthreads%2Fbotm-dec-2018-i-want-to-talk-about-you.25983%2Fpage-2&_xfToken=1749785684%2Cf230b5b35b925ccbaddff1c6c9689f29"
  ["referrer"] => string(85) "https://cafesaxophone.com/threads/botm-dec-2018-i-want-to-talk-about-you.25983/page-2"
  ["_GET"] => array(6) {
    ["provider"] => string(10) "soundcloud"
    ["id"] => string(45) "user-934945909/i-want-to-talk-about-you-tenor"
    ["_xfResponseType"] => string(4) "json"
    ["_xfWithData"] => string(1) "1"
    ["_xfRequestUri"] => string(60) "/threads/botm-dec-2018-i-want-to-talk-about-you.25983/page-2"
    ["_xfToken"] => string(43) "1749785684,f230b5b35b925ccbaddff1c6c9689f29"
  }
  ["_POST"] => array(0) {
  }
}

Does anyone know what causes this? The URL referenced is valid and does have a (successful) Soundloud embed.


Or is this maybe just a random Soundcloud issue I need not worry about?
 
Back
Top Bottom