question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Incorrect key encoding for upload

See original GitHub issue

When I upload a file name pyolite - test (1).ipynb, the path key will be incorrectly encoded to pyolite%20-%20test%20(1).ipynb in indexDB, but it’s path is still pyolite - test (1).ipynb

So open or delete will fail for this file, as the key does match with the path.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jtpiocommented, Oct 18, 2021

@qqdaiyu55 it looks similar to this issue and might be related to the handling of white-spaces (encoding): https://github.com/jupyterlite/jupyterlite/issues/293

0reactions
qqdaiyu55commented, Sep 24, 2021

I didn’t figure out the root cause. If you have any idea @jtpio please let me know, I can help with the fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Text files uploaded to S3 are encoded strangely?
S3 has been working well, up until suddenly one day (yesterday) it strangely encodes any text file uploaded to strange characters. Whenever a ......
Read more >
Upload of valid PEM certificate + key file throws error citing ...
When trying to upload a PEM-encoded certificate + private key file, which I have verified is valid, both the Azure portal and API...
Read more >
How can I fix the UTF-8 error when bulk uploading users?
This error occurs because the software you are using saves the file in a different type of encoding, such as ISO-8859, instead of...
Read more >
SAP IBP Data integration jobs does not work for master data ...
Hi,. Please create the CSV file by selecting correct encoding UTF-8 and then try to upload. Attachments. untitled.
Read more >
Incorrect chars when upload files [SOLVED] :: Support Forum
As for the shell: Your terminal client probably defaults to ANSI encoding too. It's also possibly that your host does not use UTF-8...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found