The officially official Devuan Forum!

You are not logged in.

#26 Re: Other Issues » How to get youtube-dl-gui? [solved] » 2018-11-14 13:40:52

I have tried many times this option with gdebi but every time i got the same error message:

youtube-dl-gui-master.zip is not a debian package.

MIME file is an application/zip and can't be installed in this system.

#27 Re: Other Issues » Problems with an update/grub-customizer. » 2018-11-13 19:19:06

I don't know now, i think it was over there since i installed the system. Any way. Thank you.

#28 Re: Other Issues » How to get youtube-dl-gui? [solved] » 2018-11-13 18:55:12

I found it but it do not works when click to execute, nothing happen. Any way thank you.

MXlinux has something different: youtube-dl-gui but it is not at debian packages.

#29 Re: Other Issues » Problems with an update/grub-customizer. » 2018-11-13 14:39:04

O'k if i can understand, after reading this document, i was using the wrong mirrors. Why? ... i don't know, i don't know how it happened ...

I changed the sources.list to the new mirrors and update/upgrade the system [the tor mirrors options were not possible to add -- the system never update with them].

But the problem remain, there is no grub-customizer after all this ...

#30 Re: Other Issues » Problems with an update/grub-customizer. » 2018-11-13 13:00:43

well, i don't know but it was there before the update ...

## package repositories
deb http://pkgmaster.devuan.org/merged/ ascii main non-free 
deb http://pkgmaster.devuan.org/merged/ ascii-updates main 
deb http://pkgmaster.devuan.org/merged/ ascii-security main 
deb http://pkgmaster.devuan.org/merged/ ascii-backports main

## source repositories
deb-src http://pkgmaster.devuan.org/merged/ ascii main 
deb-src http://pkgmaster.devuan.org/merged/ ascii-updates main 
deb-src http://pkgmaster.devuan.org/merged/ ascii-security main 
deb-src http://pkgmaster.devuan.org/merged/ ascii-backports main 

deb http://kovacsoltvideo.hu/moonchildproductions/ ./ 

#31 Re: Other Issues » How to get youtube-dl-gui? [solved] » 2018-11-12 19:19:58

o'k youtube-viewer it is installed now, version 3.2.1-1+exegnu1 but is not at the menu.

#32 Other Issues » How to get youtube-dl-gui? [solved] » 2018-11-12 18:14:55

keos
Replies: 20

Hi, i have been trying to get the GUI from some others places -- it is not in devuan -- but every time i try to install the application i got the same problem it says: 'this is not a Debian package'.

thanks in advanced for any idea.

#33 Re: Other Issues » Problems with an update/grub-customizer. » 2018-11-12 18:07:23

Well, now i found in the downloads this: 

grub-customizer_4.0.6_i386.deb

but when i tray to install it with gdebi it gives a kind of error it says that can't satisfy dependencies libarchive12 [what is already installed in my system es libarchive13]

#34 Other Issues » Problems with an update/grub-customizer. » 2018-11-12 14:26:38

keos
Replies: 11

Hi,

There was an update ... grub-customizer was installed before but now is not more at the system.
Why?. Any way, how can i get it again?. Thanks.

#35 Re: Other Issues » Problems with youtube-dl [solved] » 2018-11-12 13:54:46

Hi, after install python-pip:

root@kaos:/home/keos# pip install --upgrade youtube-dl
Collecting youtube-dl
  Downloading https://files.pythonhosted.org/packages/6c/a4/c2e3fbd8b9c7ccbca3f220c4fb0914926669bf9080fb8f2f4db4811706be/youtube_dl-2018.11.7-py2.py3-none-any.whl (1.8MB)
    100% |████████████████████████████████| 1.8MB 337kB/s 
Installing collected packages: youtube-dl
Successfully installed youtube-dl-2018.11.7
root@kaos:/home/keos# youtube-dl https://www.youtube.com/watch?v=i3JPUobdDm8
[youtube] i3JPUobdDm8: Downloading webpage
[youtube] i3JPUobdDm8: Downloading video info webpage
[youtube] i3JPUobdDm8: Downloading js player vfls4aurX
WARNING: Requested formats are incompatible for merge and will be merged into mkv.
[download] Destination: Avril Lavigne - Head Above Water (Sub Español - Ingles)-i3JPUobdDm8.f137.mp4
[download] 100% of 27.75MiB in 00:20
[download] Destination: Avril Lavigne - Head Above Water (Sub Español - Ingles)-i3JPUobdDm8.f251.webm
[download] 100% of 3.57MiB in 00:02
[ffmpeg] Merging formats into "Avril Lavigne - Head Above Water (Sub Español - Ingles)-i3JPUobdDm8.mkv"
Deleting original file Avril Lavigne - Head Above Water (Sub Español - Ingles)-i3JPUobdDm8.f137.mp4 (pass -k to keep)
Deleting original file Avril Lavigne - Head Above Water (Sub Español - Ingles)-i3JPUobdDm8.f251.webm (pass -k to keep)
root@kaos:/home/keos# 

Thanks!!

#36 Other Issues » Problems with youtube-dl [solved] » 2018-11-10 19:25:39

keos
Replies: 4

hi, i installed youtube-dl but i don't see how to run this application since the ytd-gtk is not in the synaptic, and by the terminal this is what i got:

root@kaos:/home/keos# youtube-dl https://www.youtube.com/watch?v=i3JPUobdDm8
[youtube] i3JPUobdDm8: Downloading webpage
[youtube] i3JPUobdDm8: Downloading video info webpage
[youtube] i3JPUobdDm8: Extracting video information
WARNING: unable to extract uploader nickname
[youtube] i3JPUobdDm8: Downloading js player vfl6LN1Nj
ERROR: Signature extraction failed: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1162, in _decrypt_signature
    video_id, player_url, s
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1073, in _extract_signature_function
    res = self._parse_sig_js(code)
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1134, in _parse_sig_js
    jscode, 'Initial JS player signature function name', group='sig')
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 782, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
 (caused by RegexNotFoundError('Unable to extract \x1b[0;34mInitial JS player signature function name\x1b[0m; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
root@kaos:/home/keos# 

Maybe i'm doing something wrong, any idea? thanks.

#37 Re: Other Issues » Pychess is frozen after new reinstalation. [solved] » 2018-10-20 19:17:53

After re-install pychess again and turn off the pc, and start devuan, i added the other chess engines that i wanted, and it works this time.

--My ascii system is no stable, that was probably why ...

#38 Other Issues » Pychess is frozen after new reinstalation. [solved] » 2018-10-18 16:59:12

keos
Replies: 1

Hi,

I reinstall Pychess and i added the chess engines but the time to open ... a windows with a message:

"Pychess is looking for your chess engines, please, wait."

But after long waiting nothing is coming up.

#39 Re: Other Issues » How to uninstall Pychess? [solved] » 2018-10-18 16:51:43

o'k i found it now by the graphic at thunar. Thanks.

#40 Re: Other Issues » How to uninstall Pychess? [solved] » 2018-10-18 14:58:28

After ls -F i don't see any directory by pychess ...

i did this too:

keos@kaos:~$ whereis pychess
pychess:
keos@kaos:~$

#41 Other Issues » How to uninstall Pychess? [solved] » 2018-10-18 14:34:17

keos
Replies: 3

Hi, i,m not able to uninstall pychess, every time i reinstall the package it is coming again and again with the same old configuration, this is what i did:

apt-get remove pychess

apt-get purge pychess

apt-get --purge remove `deborphan --libdev`

dpkg --purge `COLUMNS=300 dpkg -l | egrep "^rc" | cut -d' ' -f3`

aptitude purge '~'c

And Bleachbit but when i reinstall pychess it is back again like if nothing happened ...

What is missing? what is wrong?.

Thanks

#43 Re: Other Issues » Real.video/yandex/not supported in this browser? » 2018-08-21 14:34:18

I did nothing!. And i was trying for days ... till one day, it was working. An update (?) i don't know what happened.

-- no, i never tried to run yandex with all that extensions (NoScript, Adblock, wherever ...) for obvious reasons, as you explained.

Thanks.

*Someone else from another forum found a kid of "solution" to this problem: hooktube!.

#44 Other Issues » Real.video/yandex/not supported in this browser? » 2018-08-18 19:18:11

keos
Replies: 2

It is happening now again with yandex, i'm not able to see any video on Real.video. There is no problem with youtube.

This video is either unavailable or not supported in this browser
Error Code: MEDIA_ERR_SRC_NOT_SUPPORTED

Technical details :

The media could not be loaded, either because the server or network failed or because the format is not supported.

Session ID: 2018-08-18:e2ad78df35702a9eabb0e282 Player Element ID:player

#45 Re: Other Issues » Problems installing yandex [solved] » 2018-08-18 14:12:14

i follow an advice from another forum:

"just click the Install button on this page: https://browser.yandex.com/ and select Linux Version (deb, x64) to download the browser.

Then, in your file manager, click on the deb file to install it with gdebi-gtk."

And it works this time.

Thank you very much for your help.

#46 Re: Forum Feedback » Yandex [solved] » 2018-08-17 17:43:14

i follow an advice from another forum:

"just click the Install button on this page: https://browser.yandex.com/ and select Linux Version (deb, x64) to download the browser.

Then, in your file manager, click on the deb file to install it with gdebi-gtk."

And it works this time.

Thank you very much for your help.

#47 Forum Feedback » Yandex [solved] » 2018-08-17 16:37:06

keos
Replies: 2

Hi,

I would like to know if it is possible that the experts get Yandex here in Devuan, I have tried to get it installed by other means but I have not been able to achieve it, Thanks.

#48 Re: Other Issues » Problems installing yandex [solved] » 2018-08-15 12:40:51

Install Yandex Browser on Debian 8 Jessie, Ubuntu 16.04 LTS, Linux Mint 18

To get the latest updates, it’s recommended to install Yandex browser from its official APT repository. First create a source list file for Yandex browser

sudo nano /etc/apt/sources.list.d/yandex-browser.list
Add the following line to the file.

deb [arch=amd64] http://repo.yandex.ru/yandex-browser/deb beta main
Press CTRL+O, then press Enter to save the file, CTRL+X to exit out of the file. The we also need to download and import the GPG key so that packages downloaded from this repository can be authenticated.

wget https://repo.yandex.ru/yandex-browser/Y … ER-KEY.GPG

sudo apt-key add YANDEX-BROWSER-KEY.GPG
After that, update local package index and install Yandex browser.

sudo apt update

sudo apt install yandex-browser-beta

#49 Other Issues » Problems installing yandex [solved] » 2018-08-15 12:30:22

keos
Replies: 2

Hi, i installed yandex following this instrutions:

https://www.linuxbabe.com/browser/yande … nsuse-arch

and now i can't update the system ... -- some packages are configurated many times.

Leyendo lista de paquetes... Hecho
W: El objetivo Packages (main/binary-amd64/Packages) está configurado varias veces en /etc/apt/sources.list:16 y /etc/apt/sources.list.d/yandex-browser.list:1
W: El objetivo Packages (main/binary-all/Packages) está configurado varias veces en /etc/apt/sources.list:16 y /etc/apt/sources.list.d/yandex-browser.list:1
W: El objetivo Translations (main/i18n/Translation-es_MX) está configurado varias veces en /etc/apt/sources.list:16 y /etc/apt/sources.list.d/yandex-browser.list:1
W: El objetivo Translations (main/i18n/Translation-es) está configurado varias veces en /etc/apt/sources.list:16 y /etc/apt/sources.list.d/yandex-browser.list:1
W: El objetivo Translations (main/i18n/Translation-en) está configurado varias veces en /etc/apt/sources.list:16 y /etc/apt/sources.list.d/yandex-browser.list:1
W: El objetivo Packages (main/binary-amd64/Packages) está configurado varias veces en /etc/apt/sources.list:16 y /etc/apt/sources.list.d/yandex-browser.list:1
W: El objetivo Packages (main/binary-all/Packages) está configurado varias veces en /etc/apt/sources.list:16 y /etc/apt/sources.list.d/yandex-browser.list:1
W: El objetivo Translations (main/i18n/Translation-es_MX) está configurado varias veces en /etc/apt/sources.list:16 y /etc/apt/sources.list.d/yandex-browser.list:1
W: El objetivo Translations (main/i18n/Translation-es) está configurado varias veces en /etc/apt/sources.list:16 y /etc/apt/sources.list.d/yandex-browser.list:1
W: El objetivo Translations (main/i18n/Translation-en) está configurado varias veces en /etc/apt/sources.list:16 y /etc/apt/sources.list.d/yandex-browser.list:1
root@kaos:/home/keos# 

I did what they recomended, but ..

#50 Re: Other Issues » How can i get rar in devuan? [solved] » 2018-08-14 12:19:40

MiyoLinux, thanks! i was adding the entire line ...

Board footer

Forum Software