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.

No file extension when downloading files from artifacts web-interface

See original GitHub issue

wandb --version && python --version && uname

  • Weights and Biases version: 0.9.3
  • Python version: 3.6.10
  • Operating System: Win10
  • Browser: Chrome

Description

When I try to download a file from artifacts web-interface to my computer, it gets loaded with some hash instead of a name with no file extension, e.g. “dc9067a141a0788057af18ba7033cb39”. This means that I need to do an extra step to rename the file in order to open it (kind of annoying).

Screenshot with the download button clicked: image

I suspect the issue is related purely with the downloading from web:

  • I can see that all files are uploaded with correct names and that files extensions are correctly recognized, e.g. Netron launches when I try to view .pth file in web-interface.
  • I don’t have any problem with filenames when downloading with Python API

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
vanpeltcommented, Feb 16, 2021

Hey @maria-korosteleva we had to revert our fix for this due to server performance issues. We’re looking into a new fix for this.

1reaction
vanpeltcommented, Jul 22, 2020

Hey @maria-korosteleva we’re working on improvements to the storage layer of artifacts that will address this issue. We’re currently storing the data as content addressable which is the file name you’re seeing. As mentioned in python we’re able to rename the file after downloading we’ll look into doing this in the UI as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No file extension when downloading files from artifacts web ...
When I try to download a file from artifacts web-interface to my computer, it gets loaded with some hash instead of a name...
Read more >
Not able to download artifacts without a file extension from TC ...
The issue I am having is downloading artifacts without file extensions. I have a build configuration (called "AIX 5.2 - Release") and under ......
Read more >
Artifact browser does not serve .log files by pages - GitLab.org
Summary .log files are not opened in the browser like .txt but instead offered as download. This is even though the extension is...
Read more >
Work with Files and Artifacts - Essbase - Oracle Help Center
Work with Files and Artifacts · Navigate to a directory for which you have read access. · From the Actions menu to the...
Read more >
How does one download a build artifact from Azure Pipelines?
Is it not possible to download the artifacts registered from the Azure Pipelines web interface? azure · azure-devops · azure-pipelines · Share.
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