Package Details: upwork 5.8.0.41-5

Git Clone URL: https://aur.archlinux.org/upwork.git (read-only, click to copy)
Package Base: upwork
Description: Track your time for Hourly Payment Protection. Stay connected.
Upstream URL: https://www.upwork.com/ab/downloads/?os=linux
Keywords: freelance job time time-tracker time-tracking
Licenses: LicenseRef-Upwork-EULA
Conflicts: upwork-beta
Submitter: lybin
Maintainer: jasongodev
Last Packager: jasongodev
Votes: 68
Popularity: 0.002570
First Submitted: 2015-05-05 17:51 (UTC)
Last Updated: 2026-03-17 18:42 (UTC)

Dependencies (11)

Required by (1)

Sources (3)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 27 Next › Last »

TrueBers commented on 2016-11-15 21:55 (UTC)

LICENSE is not found

PiroXiline commented on 2016-09-14 11:47 (UTC)

@lybin I have the same issue as marsoft, and groonya. And marsoft commented on 2016-07-14 21:28 still helps.

marsoft commented on 2016-08-10 01:49 (UTC)

For me, with current version (4.1.347.0-1) I still get that error when trying to start without these libraries symlinked: $ upwork [0810/044749:ERROR:browser_main_loop.cc(173)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on. [0810/044749:ERROR:renderer_main.cc(200)] Running without renderer sandbox [0810/044749:ERROR:renderer_main.cc(200)] Running without renderer sandbox [0810/044749:WARNING:channel.cc(549)] Failed to send message to ack remove remote endpoint (local ID 1, remote ID 1) [0810/044749:WARNING:channel.cc(549)] Failed to send message to ack remove remote endpoint (local ID 2147483648, remote ID 2) [0810/044749:ERROR:channel.cc(300)] RawChannel read error (connection broken) [0810/044749:WARNING:nss_ssl_util.cc(370)] Unknown SSL error -12218 (SSL_ERROR_ENCRYPTION_FAILURE) mapped to net::ERR_SSL_PROTOCOL_ERROR [0810/044750:WARNING:nss_ssl_util.cc(370)] Unknown SSL error -12218 (SSL_ERROR_ENCRYPTION_FAILURE) mapped to net::ERR_SSL_PROTOCOL_ERROR [0810/044751:WARNING:nss_ssl_util.cc(370)] Unknown SSL error -12218 (SSL_ERROR_ENCRYPTION_FAILURE) mapped to net::ERR_SSL_PROTOCOL_ERROR [0810/044751:WARNING:nss_ssl_util.cc(370)] Unknown SSL error -12218 (SSL_ERROR_ENCRYPTION_FAILURE) mapped to net::ERR_SSL_PROTOCOL_ERROR [0810/044751:WARNING:nss_ssl_util.cc(370)] Unknown SSL error -12218 (SSL_ERROR_ENCRYPTION_FAILURE) mapped to net::ERR_SSL_PROTOCOL_ERROR [0810/044752:WARNING:nss_ssl_util.cc(370)] Unknown SSL error -12218 (SSL_ERROR_ENCRYPTION_FAILURE) mapped to net::ERR_SSL_PROTOCOL_ERROR [0810/044752:WARNING:nss_ssl_util.cc(370)] Unknown SSL error -12218 (SSL_ERROR_ENCRYPTION_FAILURE) mapped to net::ERR_SSL_PROTOCOL_ERROR Everything starts to work fine when I add symlinks to -upwork versions of libnss3.so and libsoftokn3.so I think it is worth re-adding this solution into pkgbuild.

lybin commented on 2016-07-15 12:50 (UTC)

@marsoft, I made same solution in prev version: https://aur.archlinux.org/cgit/aur.git/commit/?h=upwork&id=6356fe58a96835a74cf461ad01e69f2257d5f18a But I've deleted this with 4.1.321 version, because problem is solved for me.

groonya commented on 2016-07-15 05:39 (UTC)

@marsoft Great solution, thanks!

marsoft commented on 2016-07-14 21:28 (UTC)

Found a way to fix SSL issue: 1. Install upwork 2. Install nss-upwork (from aur) 3. From /usr/share/upwork: # ln -s /usr/lib/libnss3-upwork.so libnss3.so # ln -s /usr/lib/libsoftokn3-upwork.so libsoftokn3.so # ln -s /usr/lib/libssl3-upwork.so libssl3.so After doing this, upwork will use these libraries from nss-upwork package. This helped in my case. Probably anybody knows better way to relink Upwork within PKGBUILD to use -upwork versions of these libraries? Or we can just create these symlinks during install (and require nss-upwork package). Actually, in my experience the third link (to libssl3-upwork.so) was not necessary, but it didn't hurt as well.

lybin commented on 2016-06-21 04:00 (UTC)

@elaich, I have same issue. But at the same time, there is no problem with ssl.

elaich commented on 2016-06-20 18:21 (UTC)

I can't see the screenshot notifications after updating to upwork-4.1.321.0-1.

marsoft commented on 2016-06-18 15:47 (UTC)

Update. Downgrading to 4.0.144.0-3 did help.

marsoft commented on 2016-06-18 15:35 (UTC) (edited on 2016-06-18 15:46 (UTC) by marsoft)

Same SSL problem here. local/nss 3.24-1, local/upwork-beta-4.1.321.0-1. There is also aur/nss-upwork 3.20.1-2 installed, but seems that it is not used by either upwork version. I tried to link it from upwork's directory for it to be used (according to LD_LIBRARY_PATH in /usr/bin/upwork), and ldd tells that it is used, but that didn't help - still the same error. Unfortunately I don't have 3.19.2 cached. Downgrading nss to 3.23-3 didn't help (but broke SSL in Firefox). Probably some other library is involved?.. And strange enough, the problem appeared after I upgraded app to 4.1.321.0 (and didn't upgrade anything else, IIRC), but downgrading back to 4.1.314.0-4 didn't help even when I renamed ~/.Upwork folder..