Cannot play ogg file

Hi,
I cannot play some (but not all) ogg files which I ripped from cd and I get:

Got ERROR bus message: error=u’gst-stream-error-quark: Internal data stream error. (1)’ debug=u’gstoggdemux.c(4851): gst_ogg_demux_loop (): /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin2/GstDecodeBin:decodebin2/GstOggDemux:oggdemux1:\nstreaming stopped, reason error (-5)’
ERROR 2017-09-04 13:42:06,905 [3869:MainThread] mopidy.audio.gst
GStreamer error: gst-stream-error-quark: Internal data stream error. (1)

My config:

[core]
cache_dir = $XDG_CACHE_DIR/mopidy
config_dir = $XDG_CONFIG_DIR/mopidy
data_dir = $XDG_DATA_DIR/mopidy
max_tracklist_length = 10000
restore_state = true

[logging]
color = true
console_format = %(levelname)-8s %(message)s
debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n  %(message)s
debug_file = mopidy.log
config_file =

[audio]
mixer = software
mixer_volume = 
output = pulsesink
buffer_time = 

[proxy]
scheme = 
hostname = 
port = 
username = 
password = 

[mpd]
enabled = true
hostname = 127.0.0.1
port = 6600
password = 
max_connections = 20
connection_timeout = 60
zeroconf = 
command_blacklist = 
  listall
  listallinfo
default_playlist_scheme = m3u

[http]
enabled = false  ; Extension disabled by user config.

[stream]
enabled = true
protocols = 
  http
  https
  mms
  rtmp
  rtmps
  rtsp
metadata_blacklist = 
timeout = 1000

[m3u]
enabled = true
base_dir = $XDG_MUSIC_DIR
default_encoding = latin-1
default_extension = .m3u8
playlists_dir = ~/Muzyka/playlists

[softwaremixer]
enabled = true

[file]
enabled = false  ; Extension disabled by user config.

[local]
enabled = true
library = json
media_dir = ~/Muzyka
scan_timeout = 1000
scan_flush_threshold = 100
scan_follow_symlinks = true
excluded_file_extensions = 
  .directory
  .html
  .jpeg
  .jpg
  .log
  .nfo
  .png
  .txt
  .pdf
  .exe

I’m using Linux Debian Stretch and mopidy 2.1.0 (standard from repository).
I can play this files with other players like vlc.

PS I can send you a example of ogg which generate error

Greet