Recent

Author Topic: Online Package Manager  (Read 904190 times)

dbannon

  • Hero Member
  • *****
  • Posts: 3311
    • tomboy-ng, a rewrite of the classic Tomboy
Re: Online Package Manager
« Reply #2370 on: March 11, 2025, 03:34:23 am »
Eric, Seems OK now. Maybe the problem has gone away ?

Davo
Lazarus 3, Linux (and reluctantly Win10/11, OSX Monterey)
My Project - https://github.com/tomboy-notes/tomboy-ng and my github - https://github.com/davidbannon

Ericktux

  • Sr. Member
  • ****
  • Posts: 377
    • ericksystem software
Re: Online Package Manager
« Reply #2371 on: March 13, 2025, 05:22:08 pm »
Hi friend, the same error persists  :(
Code: Pascal  [Select][+][-]
  1. connection to packages.lazarus-ide.org:80 timed out
Does anyone know of another repository to add it to, or where I can download it manually please?
PS: I have the error on Windows and Ubuntu.
I love desktop software
https://www.ericksystem.com

dseligo

  • Hero Member
  • *****
  • Posts: 1500
Re: Online Package Manager
« Reply #2372 on: March 14, 2025, 11:15:04 am »
Hi friend, the same error persists  :(
Code: Pascal  [Select][+][-]
  1. connection to packages.lazarus-ide.org:80 timed out
Does anyone know of another repository to add it to, or where I can download it manually please?
PS: I have the error on Windows and Ubuntu.

Do you have fixed IP address? Maybe you got on some black list. Try to connect through some VPN proxy to the Internet.
Did you try to access this address (http://packages.lazarus-ide.org) in the browser?

Ericktux

  • Sr. Member
  • ****
  • Posts: 377
    • ericksystem software
Re: Online Package Manager
« Reply #2373 on: March 14, 2025, 11:00:10 pm »
Hi friend, the website opens normally:
http://packages.lazarus-ide.org/
but it doesn't open in OPM in Lazarus, what could it be?  :(
I love desktop software
https://www.ericksystem.com

wp

  • Hero Member
  • *****
  • Posts: 12761
Re: Online Package Manager
« Reply #2374 on: March 14, 2025, 11:27:23 pm »
If everything breaks then you can download the packages from http://packages.lazarus-ide.org/ and install them manually.

Ericktux

  • Sr. Member
  • ****
  • Posts: 377
    • ericksystem software
Re: Online Package Manager
« Reply #2375 on: March 16, 2025, 09:09:37 pm »
Thank you very much, my friend. I'm downloading it manually for now, but it seems strange to me. Does anyone else have this error with "online package manager"?  :-\
I love desktop software
https://www.ericksystem.com

Guva

  • Full Member
  • ***
  • Posts: 162
  • 🌈 ZX-Spectrum !!!
Re: Online Package Manager
« Reply #2376 on: March 17, 2025, 02:27:21 am »
Thank you very much, my friend. I'm downloading it manually for now, but it seems strange to me. Does anyone else have this error with "online package manager"?  :-\

I had this error(Linux Mint).
But it was also the system update manager not working.
The problem was a blocking of port 80.
But it was my own fault, I used bolvan-dpi and set the wrong settings.
This behavior can also be caused by some VPNs.

Quote
PS: I have the error on Windows and Ubuntu.

Strange that you have the same error on different systems. I have only one assumption that the blocking is coming from the internet service provider. check if there is a response on port 80

>telnet package.lazarus-ide.com 80


« Last Edit: March 17, 2025, 02:48:37 am by Guva »

Ericktux

  • Sr. Member
  • ****
  • Posts: 377
    • ericksystem software
Re: Online Package Manager
« Reply #2377 on: March 17, 2025, 03:13:25 pm »
Hi friend, I did the test with Telnet in windows.
Code: Pascal  [Select][+][-]
  1. >telnet package.lazarus-ide.com 80
No errors appear. The prompt opens and then closes.
will it mean something?
I love desktop software
https://www.ericksystem.com

Thaddy

  • Hero Member
  • *****
  • Posts: 16805
  • Ceterum censeo Trump esse delendam
Re: Online Package Manager
« Reply #2378 on: March 17, 2025, 03:46:00 pm »
No errors appear. The prompt opens and then closes.
will it mean something?
AFAICT you are connected at that point, The prompt disappears, but the connection is alive for a moment and then closes with 400 bad request.
You can see that by typing status
« Last Edit: March 17, 2025, 04:03:10 pm by Thaddy »
Changing servers. thaddy.com may be temporary unreachable but restored when the domain name transfer is done.

Guva

  • Full Member
  • ***
  • Posts: 162
  • 🌈 ZX-Spectrum !!!
Re: Online Package Manager
« Reply #2379 on: March 17, 2025, 03:52:12 pm »
Hi friend, I did the test with Telnet in windows.
Code: Pascal  [Select][+][-]
  1. >telnet package.lazarus-ide.com 80
No errors appear. The prompt opens and then closes.
will it mean something?
Have you tried using a proxy with port > 80

http://free-proxy.cz/en/


Thaddy

  • Hero Member
  • *****
  • Posts: 16805
  • Ceterum censeo Trump esse delendam
Re: Online Package Manager
« Reply #2380 on: March 17, 2025, 04:13:28 pm »
He is only using telnet to check if the port is open.
Changing servers. thaddy.com may be temporary unreachable but restored when the domain name transfer is done.

diogoabel

  • Newbie
  • Posts: 2
Re: Online Package Manager
« Reply #2381 on: March 17, 2025, 05:44:31 pm »
"I'm trying to access OPM and keep receiving the same message. I've already checked the firewall and accessed it from another location, but I still get the same error. Could the problem be the Lazarus server?"

dseligo

  • Hero Member
  • *****
  • Posts: 1500
Re: Online Package Manager
« Reply #2382 on: March 17, 2025, 09:54:58 pm »
"I'm trying to access OPM and keep receiving the same message. I've already checked the firewall and accessed it from another location, but I still get the same error. Could the problem be the Lazarus server?"

Can you access Lazarus packages from your web browser (http://packages.lazarus-ide.org/)?

diogoabel

  • Newbie
  • Posts: 2
Re: Online Package Manager
« Reply #2383 on: March 18, 2025, 12:21:59 am »
Yes, I can access it normally, but downloading is very slow. When I access it via OPM, it always gives an error. I have already validated access via firewall and it continues the same way. Could it be on the package server? Even using another version of Lazarus, the error is the same

Ericktux

  • Sr. Member
  • ****
  • Posts: 377
    • ericksystem software
Re: Online Package Manager
« Reply #2384 on: March 22, 2025, 04:17:18 am »
Friends, I have used a VPN and now it opens but a little slowly, what could it be?  :-\
I love desktop software
https://www.ericksystem.com

 

TinyPortal © 2005-2018