Package Details: blink 5.6.0-1

Git Clone URL: https://aur.archlinux.org/blink.git (read-only, click to copy)
Package Base: blink
Description: Fully featured, easy to use SIP client with a Qt based UI
Upstream URL: https://icanblink.com
Keywords: SIP VoIP
Licenses: GPL-3+
Submitter: ogarcia
Maintainer: josemslopes
Last Packager: josemslopes
Votes: 13
Popularity: 0.000315
First Submitted: 2016-06-18 13:13 (UTC)
Last Updated: 2023-08-03 13:02 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 Next › Last »

veganvelociraptr commented on 2017-04-25 13:13 (UTC) (edited on 2017-04-25 14:05 (UTC) by veganvelociraptr)

After updating and rebooting, I got the same error as @square252 and @Syco below. Removing blink and reinstalling it with all dependencies resulted in this weird error when building python2-sipsimple: error: PJSIP TLS support was disabled, OpenSSL development files probably not present on this system I'm guessing this has something to do with an update that was made to OpenSSL. EDIT: Yep, Skype and Spotify don't work either, because of the update to OpenSSL. Changes have been posted to their install packages to make them work again by using libopenssl-1.0-compat and libcurl-openssl-1.0. Unfortunately it's not enough to just install those two packages to also get Blink to work again. :(

square252 commented on 2017-04-25 12:11 (UTC)

Got Sycos error too; ImportError: cannot import name RAND_egd

Syco commented on 2017-04-24 15:36 (UTC)

I've just did a pacman update, followed by a reboot and blink doesn't work anymore. Here's what I get: $ blink Traceback (most recent call last): File "/bin/blink", line 67, in <module> from blink import Blink File "/usr/lib/python2.7/site-packages/blink/__init__.py", line 15, in <module> from sipsimple.account import Account, AccountManager, BonjourAccount File "/usr/lib/python2.7/site-packages/sipsimple/account/__init__.py", line 24, in <module> from sipsimple.account.publication import PresencePublisher, DialogPublisher File "/usr/lib/python2.7/site-packages/sipsimple/account/publication.py", line 21, in <module> from sipsimple.lookup import DNSLookup, DNSLookupError File "/usr/lib/python2.7/site-packages/sipsimple/lookup.py", line 35, in <module> from eventlib.green import socket File "/usr/lib/python2.7/site-packages/eventlib/green/socket.py", line 91, in <module> from eventlib.green.ssl import (RAND_add, ImportError: cannot import name RAND_egd Have anyone ever encountered this error? Thanks.

ogarcia commented on 2017-03-10 08:28 (UTC) (edited on 2017-03-10 08:28 (UTC) by ogarcia)

@wlp7s0 I add python2-service-identity as optional dependency if you want avoid the warning. Take note that if you are using a server without TLS connection or with dedicated certificate you can ignore the warning because blink will work perfectly.

wlp7s0 commented on 2017-03-10 06:38 (UTC)

After recent system update blink shows this error (recompiled and installed latest version): :0: UserWarning: You do not have a working installation of the service_identity module: 'No module named service_identity'. Please install it from <https://pypi.python.org/pypi/service_identity> and make sure all of its dependencies are satisfied. Without the service_identity module and a recent enough pyOpenSSL to support it, Twisted can perform only rudimentary TLS client hostname verification. Many valid certificate/hostname mappings may be rejected. .... ImportError: No module named asn1crypto.algos To solve: # pacman -S extra/python2-pip # pip2 install service_identity Could not find updated package that broke it, sorry. But installing module again solves the problem.

ogarcia commented on 2017-01-29 11:38 (UTC)

@theforeigner You must rebuild ALL AUR dependencies of blink and blink itself. I think that the better option is uninstall Blink and its dependencies, remove the packages cache in /var/cache/pacman/pkg/ and install again. But IMPORTANT, rebuild ALL AUR. It's works fine.

veganvelociraptr commented on 2017-01-29 11:21 (UTC)

I wanted to see if updating the AG Projects dependencies would help, as they've been updated fairly recently as well as blink itself. I still get the same error starting blink (Cannot mix incompatible Qt library (version 0x50701) with this library (version 0x50800)), but thought that perhaps you want to update them either way. Their archiving system of new releases is a mess and it's hard to find the proper download location. Here are those I was able to find: eventlib 0.2.3 (current one in AUR is 0.2.2): http://ag-projects.com/ubuntu/pool/main/p/python-eventlib/python-eventlib_0.2.3.tar.xz msrplib 0.19.1 (current one in AUR is 0.19.0): http://ag-projects.com/ubuntu/pool/main/p/python-msrplib/python-msrplib_0.19.1.tar.xz

veganvelociraptr commented on 2017-01-29 11:03 (UTC)

Bummer! After updating to qt5 5.8.0, Blink won't start. The error I get is: Cannot mix incompatible Qt library (version 0x50701) with this library (version 0x50800) I tried rebuilding python2-sipsimple, but still get the same error.

wlp7s0 commented on 2017-01-27 08:05 (UTC)

Thanks again! Can confirm it works fine with python-sipsimple 3.1 and latest qt4 packages too