Bug #1814
App Install Errors (F21)
0%
Description
Arch: x86_64
Version: 6.0.0
Platform: F21
---------------------------------------------------------------------
SUBJECT/DESCRIPTION
---------------------------------------------------------------------
Subject: App install error for Concrete5
Description:
#<NoMethodError: undefined method `+' for nil:NilClass>
---------------------------------------------------------------------
HDA APP LOG
---------------------------------------------------------------------
#<NoMethodError: undefined method `+' for nil:NilClass>,
/usr/share/ruby/net/http.rb:1535:in `addr_port',
/usr/share/ruby/net/http.rb:1468:in `begin_transport',
/usr/share/ruby/net/http.rb:1410:in `transport_request',
/usr/share/ruby/net/http.rb:1384:in `request',
/var/hda/platform/html/lib/downloader.rb:67:in `block in download_direct',
/usr/share/ruby/net/http.rb:853:in `start',
/var/hda/platform/html/lib/downloader.rb:67:in `download_direct',
/var/hda/platform/html/lib/downloader.rb:99:in `download',
/var/hda/platform/html/lib/downloader.rb:50:in `download_and_check_sha1',
/var/hda/platform/html/app/models/app.rb:200:in `install_bg',
/var/hda/platform/html/script/install-app:86:in `install_or_uninstall',
/var/hda/platform/html/script/install-app:107:in `main',
/var/hda/platform/html/script/install-app:119:in `<main>'
History
#1 Updated by bigfoot65 over 5 years ago
- Subject changed from Concrete 5 Install Error (F21) to App Install Errors (F21)
Another one:
Arch: x86_64 Version: 6.0.0 Platform: F21 --------------------------------------------------------------------- SUBJECT/DESCRIPTION --------------------------------------------------------------------- Subject: App install error for Piwigo Description: #<NoMethodError: undefined method `+' for nil:NilClass> --------------------------------------------------------------------- HDA APP LOG --------------------------------------------------------------------- #<NoMethodError: undefined method `+' for nil:NilClass>, /usr/share/ruby/net/http.rb:1535:in `addr_port', /usr/share/ruby/net/http.rb:1468:in `begin_transport', /usr/share/ruby/net/http.rb:1410:in `transport_request', /usr/share/ruby/net/http.rb:1384:in `request', /var/hda/platform/html/lib/downloader.rb:67:in `block in download_direct', /usr/share/ruby/net/http.rb:853:in `start', /var/hda/platform/html/lib/downloader.rb:67:in `download_direct', /var/hda/platform/html/lib/downloader.rb:99:in `download', /var/hda/platform/html/lib/downloader.rb:50:in `download_and_check_sha1', /var/hda/platform/html/app/models/app.rb:200:in `install_bg', /var/hda/platform/html/script/install-app:86:in `install_or_uninstall', /var/hda/platform/html/script/install-app:107:in `main', /var/hda/platform/html/script/install-app:119:in `<main>'
#2 Updated by bigfoot65 over 5 years ago
More:
Arch: x86_64 Version: 6.0.0 Platform: F21 --------------------------------------------------------------------- SUBJECT/DESCRIPTION --------------------------------------------------------------------- Subject: App install error for Piwigo Description: #<NoMethodError: undefined method `+' for nil:NilClass> --------------------------------------------------------------------- HDA APP LOG --------------------------------------------------------------------- #<NoMethodError: undefined method `+' for nil:NilClass>, /usr/share/ruby/net/http.rb:1535:in `addr_port', /usr/share/ruby/net/http.rb:1468:in `begin_transport', /usr/share/ruby/net/http.rb:1410:in `transport_request', /usr/share/ruby/net/http.rb:1384:in `request', /var/hda/platform/html/lib/downloader.rb:67:in `block in download_direct', /usr/share/ruby/net/http.rb:853:in `start', /var/hda/platform/html/lib/downloader.rb:67:in `download_direct', /var/hda/platform/html/lib/downloader.rb:99:in `download', /var/hda/platform/html/lib/downloader.rb:50:in `download_and_check_sha1', /var/hda/platform/html/app/models/app.rb:200:in `install_bg', /var/hda/platform/html/script/install-app:86:in `install_or_uninstall', /var/hda/platform/html/script/install-app:107:in `main', /var/hda/platform/html/script/install-app:119:in `<main>'
Makes me think there is something isolated to this users machine. I have not seen this for other users.
#3 Updated by cpg over 5 years ago
- Status changed from New to Assigned
- Assignee set to cpg
while it may well be isolated, we ought not to raise an exception like that ever. it should be an error, reported to the user.
it's network related, so the user could be running a firewall or something blocking the api access or download, but still, we need to handle that.
Also available in: Atom