Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot add items to "Convert Files" list #146

Open
bermudi opened this issue Jan 22, 2024 · 1 comment
Open

Cannot add items to "Convert Files" list #146

bermudi opened this issue Jan 22, 2024 · 1 comment

Comments

@bermudi
Copy link

bermudi commented Jan 22, 2024

Describe the bug
Trying to add file to start conversion to different format but after adding the files the list looks empty and nothing can be converted.

Distro (please complete the following information):

  • OS: ArchLinux
  • Version n/a

** Info do app (please complete the following information):**

  • Version 0.2.4-5
  • Instalation repo package

To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Click on destination format to start adding files
  2. Click the + button to add a file
  3. Select a file in nautilus
  4. List appears empty instead of listing the file just added
  5. Click Start Conversion but nothing happens and no error message

Screenshots (If applicable)
Add screenshots to help explain your problem.
Screenshot from 2024-01-20 14-05-00

Additional context (If applicable)

If I run ciano from the CLI it does output an error message:

** (ciano:89708): CRITICAL **: 13:58:09.593: string_last_index_of: assertion 'self != NULL' failed** (ciano:89708): CRITICAL **: 13:58:09.593: string_substring: assertion 'self != NULL' failed** (ciano:89708): CRITICAL **: 13:58:09.593: string_substring: assertion 'self != NULL' failed
@bztd
Copy link

bztd commented Sep 26, 2024

The error occurs because a 'path' is received when the code expects a 'uri'.

" 146 var file = File.new_for_uri (uri);"

ConverterController.vala

FunctionSir added a commit to FunctionSir/ciano that referenced this issue Oct 21, 2024
Fixed Issue robertsanseries#146 with an ugly way.
P.S. I'm not a vala programmer, so, the fix might be really ugly.
Fixed time and bitrate display a little bit.
If there is a N/A in time or bitrate, it will display as "N/A".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants