Help with an Appointment Booking Code – Stuck on an Error!

0
0
Asked By SillyPenguin42 On

I downloaded a program from GitHub aimed at automating appointment bookings, but I have no real programming knowledge and I'm struggling to get it to work. I've been working on this for hours and even enlisted the help of an AI for some troubleshooting, although that led to significant changes in the code. Now, I'm encountering the error message: {"code":"rest_no_route","message":"No route was found matching the URL and request method","data":{"status":404}} in my api_response.txt file. I'm pretty lost on what to do next. The site I'm trying to interact with is info-car.pl. If anyone can point me in the right direction or offer advice, I'd really appreciate it!

1 Answer

Answered By TechSavvyNinja On

Honestly, if you're not familiar with programming, jumping into modifying this code is going to be tough. That error message suggests that the API you're trying to connect to doesn't recognize the URL the code is trying to call. Unfortunately, unless you build some programming skills, you might find this really frustrating. It could be best to find a ready-made app that meets your needs rather than trying to make this one work.

CuriousCat23 -

I understand where you’re coming from, but I figured there had to be a way to fix it. I've seen similar errors before, and sometimes it can be just a matter of updating the URL in the code to match the current API requirements. It might not be as hard as it looks!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.