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 data generated, just "WARNING: Packet X missing submit."

See original GitHub issue

When I try to create a replay of a USB-FAN device, I just get a bunch of “WARNING: Packet X missing submit.” The capture file is included below in the zip: capture.zip Original source of file: https://github.com/Ventto/pearlfan/issues/11#issuecomment-513711300

This is some of the output in replay()

    # Generated by usbrply
    # Source: Windows pcap (USBPcap)
    # cmd: ../../../usbrply/main.py --wrapper --device 7160 -p Verylong_USB-FAN_22-07-2019.pcapng
    # Selected device 2
    # WARNING: Packet 4 missing submit.  URB ID: 0xFFFFA48949A7E050
    # WARNING: Packet 8 missing submit.  URB ID: 0xFFFFA48949BB9AF0
    # WARNING: Packet 12 missing submit.  URB ID: 0xFFFFA48949A7E050
    # WARNING: Packet 16 missing submit.  URB ID: 0xFFFFA48949BB9AF0
    # WARNING: Packet 20 missing submit.  URB ID: 0xFFFFA48949A7E050
    # WARNING: Packet 24 missing submit.  URB ID: 0xFFFFA48949BB9AF0
    # WARNING: Packet 28 missing submit.  URB ID: 0xFFFFA48949A7E050
    # WARNING: Packet 32 missing submit.  URB ID: 0xFFFFA48949BB9AF0
    # WARNING: Packet 36 missing submit.  URB ID: 0xFFFFA48949A7E050
    # WARNING: Packet 40 missing submit.  URB ID: 0xFFFFA48949BB9AF0
    # WARNING: Packet 44 missing submit.  URB ID: 0xFFFFA48949A7E050
    # WARNING: Packet 48 missing submit.  URB ID: 0xFFFFA48949BB9AF0
    # WARNING: Packet 52 missing submit.  URB ID: 0xFFFFA48949A7E050
    # WARNING: Packet 56 missing submit.  URB ID: 0xFFFFA48949BB9AF0
    # WARNING: Packet 60 missing submit.  URB ID: 0xFFFFA48949A7E050
    # WARNING: Packet 64 missing submit.  URB ID: 0xFFFFA48949BB9AF0
    # WARNING: Packet 68 missing submit.  URB ID: 0xFFFFA48949A7E050
    # WARNING: Packet 72 missing submit.  URB ID: 0xFFFFA48949BB9AF0
    # WARNING: Packet 76 missing submit.  URB ID: 0xFFFFA48949A7E050
    # WARNING: Packet 80 missing submit.  URB ID: 0xFFFFA48949BB9AF0
    # WARNING: Packet 84 missing submit.  URB ID: 0xFFFFA48949A7E050

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
JohnDMcMastercommented, Dec 24, 2020

Great to hear it’s working! Glad to be of help. Closing the issue as it seems this is resolved

1reaction
JohnDMcMastercommented, Dec 24, 2020

I’ve made a quick effort to support Linux interrupts. Please update and let me know if it helps. Sample output:

# Generated from packet 67/74
buff = interruptRead(0x81, 0x0002)
validate_read(b"\x24\x80", buff, "packet 67/74")
Read more comments on GitHub >

github_iconTop Results From Across the Web

dpkg: warning: files list file for package 'x' missing - Server Fault
In my case, I did not want to do so. I had used locate to try to remove all traces of them including...
Read more >
Check for missing values in data and give warning message if ...
Is there a way to do this? I know that the req() function can check for missing values and display an error message...
Read more >
Xcode 13 "Missing package product"… - Apple Developer
In my workspace, I have a "Kit" project that generates a framework using several local Swift Packages as dependencies. In Xcode 12, the...
Read more >
Missing Values in R
Missing Values in R. Missing Values. A missing value is one whose value is unknown. Missing values are represented in R by the...
Read more >
Resolve errors uploading data to or downloading data from ...
If you receive the error "Incorrect Command: missing file/prefix/manifest keyword", this means you have not entered the correct keyword for the ...
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