Re: Newly installed roundup 2.2.0. roundup-demo timeout errors
Ed Trumbull <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <PH7PR12MB56563EA47A5087F20070A3A984689@PH7PR12MB5656.namprd12.prod.outlook.com> |
I installed Chrome and the demo works as expected. (Gee, thanks, Ubuntu) Thank you for the help. ________________________________ From: John P. Rouillard <[email protected]> Sent: Wednesday, August 10, 2022 2:46 PM To: [email protected] <[email protected]> Subject: Re: [Roundup-users] Newly installed roundup 2.2.0. roundup-demo timeout errors Hi Ed: In message <[email protected]>, =?UTF-8?Q?Martin_=c3=96stlund?= via Roundup-users writes: >On 8/10/22 14:30, Ed Trumbull wrote: >> I should add the browser error: >> " >> The connection was reset >> >> The connection to the server was reset while the page was loading. >> >> The site could be temporarily unavailable or too busy. Try again in a >> few moments. >> If you are unable to load any pages, check your computer's network >> connection. >> If your computer or network is protected by a firewall or proxy, make >> sure that Firefox is permitted to access the web. >> " >> >> I have verified that I can access other web sites with no problems from >> this browser within this VM. > >In Ubuntu 22.04, the firefox browser is installed as a snap package, >basically meaning it is run in a sort of containerized environment on >your machine, and it is therefore somewhat restricted in what it can do. > >I'm not sure if this is the reason it doesn't work for you, but as a >troubleshooting step, could you try to install a different browser ? >Preferable manual downloading, i.e. chrome, since apt seems to prefer to >install snap packages now a days Nice idea Martin. Another way to test is to open a terminal. In the terminal type: telnet localhost 8917 you should see: Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. type GET /demo/ That's two returns/enters so there is a blank line. You should see: <!-- This is the default body that is displayed when people visit the tracker. The tag below lists the currently open issues. You may replace it with a greeting message, or a different list of issues or whatever. It's a good idea to have the issues on the front page though --> <!DOCTYPE html> <html> [plus more stuff ...] followed by the rest of the page. If you don't have telnet installed you might have netcat istalled and you can use: nc localhost 8917 and just type the "GET /demo/" and you should see the same output. If you use 'GET /foo/' (remember to follow with two returns) instead you should see: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.w3.org%2FTR%2Fhtml4%2Fstrict.dtd&data=05%7C01%7Cedt%40as2inc.com%7Cf05ce8047251409a055608da7b01da70%7C5287874e6a4b4ad48e3faf2630161633%7C0%7C0%7C637957545139744256%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ML5qlejBMG%2BvOLeA%2Fp0NLuxLYf5dtql7IuqdZf0H3VY%3D&reserved=0"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>Error response</title> </head> <body> <h1>Error response</h1> <p>Error code: 404</p> <p>Message: /foo/.</p> <p>Error code explanation: 404 - Nothing matches the given URI.</p> </body> </html> also you can use: curl -v http://localhost:8917/demo/ and you should see some output that incudes: < HTTP/1.1 200 OK < Server: BaseHTTP/0.6 Python/3.6.9 near the top of the output. If these all work, then something is wrong with the browser. In my test I used firefox installed as an actual package and not a snap. Have a great day. -- -- rouilj John Rouillard =========================================================================== My employers don't acknowledge my existence much less my opinions. _______________________________________________ Roundup-users mailing list [email protected] https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.sourceforge.net%2Flists%2Flistinfo%2Froundup-users&data=05%7C01%7Cedt%40as2inc.com%7Cf05ce8047251409a055608da7b01da70%7C5287874e6a4b4ad48e3faf2630161633%7C0%7C0%7C637957545139744256%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=f6Eq3jV9zopxtGp1q6y696lbz8G1xmdXt4o2xn9AIuY%3D&reserved=0 _______________________________________________ Roundup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/roundup-users