LivelyKernel / LivelyKernel/lively4-server
Move failed with filename on windows example čimú
Open
- 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