Questions tagged [timed]

110 questions
0
votes
0 answers

java.net.ConnectException: Connection timed out: connect

I have a problem with a code, I'm using NetBeans IDE, and the Axis 1_4 library, so here is it: Note: import this libraries: import javax.xml.rpc.ServiceException; import org.apache.axis.client.Call; import org.apache.axis.client.Service; import…
dariels88
  • 1
  • 1
  • 3
0
votes
1 answer

Hide page content until specific time in video

My staff and I have been researching how to set up a page to have hidden content, that appears at a specific point in a Youtube video. We got there quickly at first by using the settimeout() function, but this just goes by elapsed time, not the time…
0
votes
0 answers

Win32Exception: The wait operation timed out

When I make a backup using C# and SQL Server it gives this error System.Data.SqlClient.SqlException: 'Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. The backup or restore…
0
votes
0 answers

Check50 failing my recover code on time out while waiting for program to exit fault

I have been on this problem all day but I cannot seem to discover what is wrong with my code and why it won't pass on check 50. If I try to make changes I would get a segmentation fault and I cannot seem to figure out what I am missing. I have…
0
votes
0 answers

discord.ext.commands.errors.BadArgument: Converting to "int" failed for parameter "duration". eventhough i defined the duration as 5 in the parameters

@commands.command(name = "mute") @commands.has_permissions(administrator = True) async def mute(self, ctx, member: discord.Member, reason = None, duration = 5, *, unit = None): mute_embed = discord.Embed(name = "Muted", description =…
0
votes
1 answer

Selenium Python timed out receiving message from renderer error

I want to add the plugin called metamask to my browser and check the amount of etherium in my wallet. But when I add the plugin, sometimes I get this error and sometimes I don't: selenium.common.exceptions.WebDriverException: Message: unknown error:…
0
votes
1 answer

How to run items from an ExternalTimedMetadataTracks collection?

I'm working on a UWP Desktop application for playing videos. I need to include subtitles at runtime and I'm trying to use a TimedMetadataTrack object of type Subtitle. Although I've included several TimedTextCue in a TimedMetadataTrack object and…
Jose Afonso
  • 117
  • 8
0
votes
5 answers

javascript array timed

I'm missing some little thing.. prints the array but doesn't wait in between lines.