Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi! I Add "Debug Samples" By Using

Hi!

I add "Debug Samples" by using logger.report_media( ..., url='some url...')

It shows a spinning "thinking" animation, and nothing else.
When I click "Open URL in new tab" it opens and shows it well.

(for context - the url points to an interactive 3d molecule viewer)

Is there a way to modify the "thumbnail" into something that I want? it may sound petty but it's annoying to see the endless "thinking"/"working" animation 🙂

  
  
Posted 3 days ago
Votes Newest

Answers 12


@<1523703012214706176:profile|GorgeousMole24> - I can look into this for you. Can you share a screenshot of where you're seeing the "thinking" animation just so I know I'm looking at the same thing you are?

  
  
Posted 3 days ago

thanks!
sure, I'll record a short video

  
  
Posted 3 days ago

at some point I click the "open URL in new tab" just to show it works

  
  
Posted 3 days ago

OK thanks for sharing that, I'll see what I can find out.

  
  
Posted 3 days ago

thanks!

  
  
Posted 3 days ago

Let's try something up. Please add index.html to the end of the url.

It worked for me on this example url:

  
  
Posted one day ago

Hi @<1523714264911581184:profile|EnchantingFrog14> !
First, thanks for checking it out!

  
  
Posted one day ago

the url is of some local network computer which I can't share,

is something like:

None

  
  
Posted one day ago

@<1523714264911581184:profile|EnchantingFrog14> here is a more realistic example of a URL that I use:

  
  
Posted 19 hours ago

@<1523714264911581184:profile|EnchantingFrog14>
changing it to index.html will make the url become incorrect ...

  
  
Posted 19 hours ago

Hi @<1523703012214706176:profile|GorgeousMole24>
Can you share an example url?
Maybe there is a public example we can use?

And last, could you please open developer tools (F12) and check if there are any errors in the console?

  
  
Posted one day ago

it is essentially a "file server" (very simple one, written in python) that just shares the files it is requested.
And specifically, that file is a static .html file that has built in it a viewer for protein, I can likely upload here a specific example of such .html file

  
  
Posted one day ago
42 Views
12 Answers
3 days ago
8 hours ago
Tags