py4e icon indicating copy to clipboard operation
py4e copied to clipboard

Chapter 12 the request assignment

Open FredShimfessel123 opened this issue 3 months ago • 3 comments

I have the correct etag in quotes and the content length and it says I'm wrong. Please manually clear me on this. If you can pass me on this and the other problem I just posted previously. I can move on to course 4.

Thanks

Fred Shimfessel

FredShimfessel123 avatar Oct 05 '25 22:10 FredShimfessel123

@FredShimfessel123 Please share screenshot

pravintargaryen avatar Oct 06 '25 02:10 pravintargaryen

Here it is

Image

FredShimfessel123 avatar Oct 06 '25 10:10 FredShimfessel123

Hello @FredShimfessel123 based on the screenshot, I think you are using "romeo" text file URL.

cmd = 'GET http://data.pr4e.org/romeo.txt HTTP/1.0\r\n\r\n'.encode()

But the assignment mentions to use "intro-short" URL

http://data.pr4e.org/intro-short.txt

Hope it helps.

pravintargaryen avatar Oct 07 '25 02:10 pravintargaryen