"NameError: name 'vfs_exists' is not defined" bug or issue on my system

Asked by adlin5000

been trying to convert a video file with opus audio to mp3. Updated gstreamer with a ppa, and built Soundconverter for source to see if it would work. Woundering if this is a bug in the alpha1 or an issue on my end. Here is the output:

SoundConverter 3.0.0-alpha1
  using GTK version: 3.0
  using Gstreamer version: 1.6.3.0
  using 12 thread(s)
  using gio
  "lame" gstreamer element not found, disabling MP3 output.
  "faac" gstreamer element not found, disabling AAC output.
[]
[]
/usr/local/lib/soundconverter/python/soundconverter/ui.py:1482: Warning: g_value_type_transformable: assertion 'G_TYPE_IS_VALUE (src_type)' failed
  builder.add_from_file(gladefile)

(python3:11425): Gtk-WARNING **: /tmp/buildd/gtk+3.0-3.10.8~8+qiana/./gtk/gtkliststore.c:848: Unable to convert from (null) to gchararray

/usr/local/lib/soundconverter/python/soundconverter/ui.py:1482: Warning: g_value_unset: assertion 'G_IS_VALUE (value)' failed
  builder.add_from_file(gladefile)
Queue start: 1 tasks, 12 thread(s).
Pipeline.play
Queue done in 0.014s (1 tasks)
Traceback (most recent call last):
  File "/usr/local/lib/soundconverter/python/soundconverter/ui.py", line 1354, in on_convert_button_clicked
    self.do_convert()
  File "/usr/local/lib/soundconverter/python/soundconverter/ui.py", line 1336, in do_convert
    self.converter.add(sound_file)
  File "/usr/local/lib/soundconverter/python/soundconverter/gstreamer.py", line 663, in add
    output_filename = self.window.prefs.generate_temp_filename(sound_file) + '~SC~'
  File "/usr/local/lib/soundconverter/python/soundconverter/ui.py", line 758, in generate_temp_filename
    if not vfs_exists(filename):
NameError: name 'vfs_exists' is not defined

Question information

Language:
English Edit question
Status:
Answered
For:
SoundConverter Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
GautierPortet (kassoulet) said :
#1

This is fixed, you can get a fresher version from github

Revision history for this message
adlin5000 (adlin5000) said :
#2

Can you post a link? The most recent one I can find on github is 2.0.4. The latest version I could find was the Alpha1 I used.

Can you help with this problem?

Provide an answer of your own, or ask adlin5000 for more information if necessary.

To post a message you must log in.