LivelyKernel / LivelyKernel/lively4-server

Move failed with filename on windows example čimú

Open
#31 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
4
Forks
6
PR merge metrics
No merged PRs in 30d

Description

```
var resp = await fetch(url, {
method: "MOVE",
headers: {
destination: newURL
}
})
```

```
Failed to read the 'headers' property from 'RequestInit': String contains non ISO-8859-1 code point.
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start from the shown JavaScript fetch call that sends a MOVE request and reproduce it with the filename "čimú" on Windows. Trace how the destination header is created and identify a fix that avoids the ISO-8859-1 error; done means the request accepts the filename successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.