cplayback stuck - no console rendering nor traffic generated
See original GitHub issueHi,
There are my exact keystrokes:
mitmproxy --host
c
path_to_my_mitm_saved_flows
An nothing gets rendered, I just have a ‘[0/0] [cplayback:3 to go][showhost]’ message in the bottom status bar.
However, as soon as I press a key, the list of flows is diplayed, but they haven’t been properly processed : I had tcpdump running in other terminal to check for any traffic, and nothing is sent by mitmproxy
:
sudo tcpdump -i wlan0 host $target_host -l 2>/dev/null
I previously used the version from Ubuntu repositories, and it worked fine. Any idea on what is going on ?
I’m using the latest repo version, installed without a virtualenv, on a Ubuntu “trusty” 14.04.1 LTS :
sudo pip install --src . -r requirements.txt
Here is the flows file I’m using, recorded with the same mitmproxy
program version:
https://chezsoi.org/lucas/covoiturage-libre_minimal-flows.mitm
Issue Analytics
- State:
- Created 9 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Default VFX Graph is not appearing/rendering - Unity Forum
Hi mate I think we have a same problem.In my unity when I disable lifetime component vfx starts to spawning particles however when...
Read more >Dynamic Rendering | Google Search Central | Documentation
Dynamic rendering is a workaround for websites where JavaScript-generated content is not available to search engines. A dynamic rendering server detects bots ...
Read more >Slow rendering - Android Developers
UI Rendering is the act of generating a frame from your app and displaying it on the screen. To ensure that a user's...
Read more >Issues: Find and fix problems - Chrome Developers
The Issues tab in Chrome DevTools reduces the notification fatigue and clutter of the Console. Use it to find solutions to problems detected ......
Read more >Troubleshoot External HTTP(S) Load Balancing - Google Cloud
The load balancer generates an HTTP 5XX response code when the connection to the backend has unexpectedly closed while sending the HTTP request...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just as a follow-up to thank you for this fix and show you how useful was this feature to me, I wrote the following blog post on how I used
mitmproxy
: https://chezsoi.org/lucas/blog/2014/12/11/en-replicating-phpsessid-and-srctoken-session-authentication-with-mitmproxy/Thanks a lot for your detailed answer ! And for opening issue #405. And simply for writing
mitmproxy
😃 I’ll pull the latest fix and test it before the week-end, but it looks good to me. Keep up the good work 😉