dobromir-hristov / vue-vimeo-player

Vue.js wrapper for Vimeo player
MIT License
111 stars 56 forks source link

Preconnected; got sound but no display: Beacon API cannot load #82

Closed signmeuptwice closed 3 years ago

signmeuptwice commented 3 years ago

I can hear the video sound but no video is displayed at all; I mean I don't even see the player

I get in the console [Info] Successfully preconnected to https://i.vimeocdn.com/ [Info] Successfully preconnected to https://f.vimeocdn.com/ [Info] Successfully preconnected to https://fresnel.vimeocdn.com/ ready [Error] Beacon API cannot load https://player-telemetry.vimeo.com/player-events/log/play. A server with the specified hostname could not be found. [Error] Failed to load resource: A server with the specified hostname could not be found. (play, line 0) [Error] Beacon API cannot load https://player-telemetry.vimeo.com/player-events/log/partial. A server with the specified hostname could not be found. [Error] Failed to load resource: A server with the specified hostname could not be found. (partial, line 0)

here is my code

    <vueVimeoPlayer
        v-if="videoType === 'vimeo'"
        ref="vimeo"
        :video-id="videoUrl"
        :player-height="500"
        @ready="onReadyVimeo"
    />

    import { vueVimeoPlayer } from 'vue-vimeo-player'
    components:{
      vueVimeoPlayer
    },

     onReadyVimeo(){
          console.log('ready')
          this.$refs.vimeo.play()
     },
signmeuptwice commented 3 years ago

tested in safari (error message) chrome + firefox (no error mesage)

No video on all 3 browsers

video test url https://vimeo.com/638846086

signmeuptwice commented 3 years ago

I re-created the api from scratch and got the same issue so I don't think this is related to your implementation but to the official vimeo api. I close the issue