Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auto-Generated] Bug Report - TypeError: GtkTextBuffer.set_text() argument 1 must be string or read-only buffer, not None #18910

Open
1d3df9903ad opened this issue Jul 24, 2024 · 0 comments

Comments

@1d3df9903ad
Copy link

Version Information

  Python version: 2.7.17 (default, Sep 30 2020, 13:38:04) [GCC 7.5.0]
  Platform: Ubuntu 18.04 bionic
  GTK version: 2.24.32
  PyGTK version: 2.24.0
  w3af version:
    w3af - Web Application Attack and Audit Framework
    Version: 2019.1.2
    Revision: 1910600684 - 04 Nov 2019 11:40
    Branch: master
    Local changes: No
    Author: Andres Riancho and the w3af team.

Traceback

Traceback (most recent call last):
  File "/home/user/tools/w3af/w3af/core/ui/gui/tools/proxywin.py", line 379, in _next
    self._send(None)
  File "/home/user/tools/w3af/w3af/core/ui/gui/tools/proxywin.py", line 366, in _send
    self.reqresp.response.show_object(http_resp)
  File "/home/user/tools/w3af/w3af/core/ui/gui/reqResViewer.py", line 390, in show_object
    self.synchronize()
  File "/home/user/tools/w3af/w3af/core/ui/gui/reqResViewer.py", line 342, in synchronize
    view.show_object(self._obj)
  File "/home/user/tools/w3af/w3af/core/ui/gui/rrviews/headers.py", line 193, in show_object
    self._raw.set_text(obj.get_body())
  File "/home/user/tools/w3af/w3af/core/ui/gui/httpeditor.py", line 201, in set_text
    buf.set_text(text)
TypeError: GtkTextBuffer.set_text() argument 1 must be string or read-only buffer, not None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant