DAP cli returns html page: Page Not Found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2024
01:17 PM
Hello,
I'm having trouble with the DAP CLI version 1.1.0 on a windows 11 machine.
I got a new client id and secret , the I ran:
set DAP_CLIENT_ID=...
set DAP_CLIENT_SECRET=..
set DAP_API_URL=..
>dap --version
dap 1.1.0
But when I run list I get a full web page returned:
>dap list --namespace canvas
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
...
<title>Page Not Found</title>
2024-07-27 12:08:13,694 - ERROR - malformed HTTP response
Is it a simple fix?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024
09:32 AM
Seems likely that your DAP_API_URL is wrong. Can you share what you're using?