Skip to content
Sign UpLog In
Profile icon

xTimmyx

@McJoe21
  • Ultimate Chrome 2 but DuckDuckGo

    Cover page
    Made with Python

    Chrome running duckduckgo

    Recent comments (0)
Repls
Community
McJoe21
McJoe21
published an Update
1 year ago
0
Web grabber
Web grabber
can someone help me out
Hey, I trying to get the links from the page but can't work out how to filter to only get tv show and movie page links could it also grab the cover art to go with the link
#ask
#webscraping
#movies
McJoe21
McJoe21
shared a Post
2 years ago
Help i cant work out where the errors are at, i looked through and checked the starts and ends of code blocks
SixBeeps
SixBeeps
You need a parameter in the catch statement in order to use it. Just a variable named e should work.2 years ago
McJoe21
McJoe21
shared a Post
2 years ago
Hello im trying to get the items of this xml file using nodejs but it won't work , im new to feeds and stuff. Can someone help? Url to get items: htt
Coder100
Coder100
the reason is because there is an error, which you did not catch, here is the error: image2 years ago
McJoe21
McJoe21
shared a Post
2 years ago
Im making a python project and i want to do a shorthand/textspeak search system using a library that is pre-made and if so, is powered by a dictionary
McJoe21
McJoe21
shared a Post
2 years ago
Iv been through my code and have trouble finding the errors it talks about
Coder100
Coder100
Here is the working code: https://replit.com/@Coder100/Discord-py-bot-aoeuhraceo-huaorlec-h-uaeocrhuocrl#cogs/bot.py you have some tabs and you have some spaces. What you should do is: ctrl + a tab shift+tab those are the commands to instantly fix that file2 years ago
McJoe21
McJoe21
shared a Post
3 years ago
Can someone please help me get the bot working and sort the error on line 10
SixBeeps
SixBeeps
Lines 7 and 8 are indented with tabs, but everything else is indented with spaces. Try giving auto-format a try image3 years ago
McJoe21
McJoe21
shared a Post
3 years ago
When i tried to run my program i got error from random on line 288 about a problem and i don't know how to fix it and here's the log if it helps: Tra
Bookie0
Bookie0
Screen Shot 2020-08-08 at 1.43.06 PM hum im not sure, but maybe its because you have a list and inside the list on the file replys.py you have random.choice several times? so when you do a random.choice of the whole list, thats why its probably not working. idk i might be wrong3 years ago
Coder100
Coder100
Hi, send the repl as well.3 years ago
McJoe21
McJoe21
shared a Post
3 years ago
i am doing a course on newskillsacadamy and i try to run there examples but def never works
SixBeeps
SixBeeps
You need to indent your code3 years ago