[GH-ISSUE #46] Problem using Whagodri #42

Closed
opened 2026-02-25 20:34:31 +03:00 by kerem · 1 comment
Owner

Originally created by @and977 on GitHub (Feb 7, 2020).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/46

Hi, I have installed Python 3.8.1, and the installation of requirements was ok.
Now when I try to make any action on the Whagodri TAB always the same error appears on the terminal:

[i] Searching...

Traceback (most recent call last):
  File "C:\Program Files (x86)\Python38-32\lib\configparser.py", line 789, in ge
t
    value = d[option]
  File "C:\Program Files (x86)\Python38-32\lib\collections\__init__.py", line 89
1, in __getitem__
    return self.__missing__(key)            # support subclasses that define __m
issing__
  File "C:\Program Files (x86)\Python38-32\lib\collections\__init__.py", line 88
3, in __missing__
    raise KeyError(key)
KeyError: 'devid'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File ".\libs\whagodri.py", line 58, in getConfigs
    devid = config.get('auth', 'devid')
  File "C:\Program Files (x86)\Python38-32\lib\configparser.py", line 792, in ge
t
    raise NoOptionError(option, section)
configparser.NoOptionError: No option 'devid' in section: 'auth'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File ".\libs\whagodri.py", line 258, in <module>
    getConfigs()
  File ".\libs\whagodri.py", line 65, in getConfigs
    except(ConfigParser.NoSectionError, ConfigParser.NoOptionError):
AttributeError: type object 'ConfigParser' has no attribute 'NoSectionError'

I'm not even a dummy with Python, so I can't understand what's happening.
Anyone can help me?

Thanks in advance

Originally created by @and977 on GitHub (Feb 7, 2020). Original GitHub issue: https://github.com/B16f00t/whapa/issues/46 Hi, I have installed Python 3.8.1, and the installation of requirements was ok. Now when I try to make any action on the Whagodri TAB always the same error appears on the terminal: ``` [i] Searching... Traceback (most recent call last): File "C:\Program Files (x86)\Python38-32\lib\configparser.py", line 789, in ge t value = d[option] File "C:\Program Files (x86)\Python38-32\lib\collections\__init__.py", line 89 1, in __getitem__ return self.__missing__(key) # support subclasses that define __m issing__ File "C:\Program Files (x86)\Python38-32\lib\collections\__init__.py", line 88 3, in __missing__ raise KeyError(key) KeyError: 'devid' During handling of the above exception, another exception occurred: Traceback (most recent call last): File ".\libs\whagodri.py", line 58, in getConfigs devid = config.get('auth', 'devid') File "C:\Program Files (x86)\Python38-32\lib\configparser.py", line 792, in ge t raise NoOptionError(option, section) configparser.NoOptionError: No option 'devid' in section: 'auth' During handling of the above exception, another exception occurred: Traceback (most recent call last): File ".\libs\whagodri.py", line 258, in <module> getConfigs() File ".\libs\whagodri.py", line 65, in getConfigs except(ConfigParser.NoSectionError, ConfigParser.NoOptionError): AttributeError: type object 'ConfigParser' has no attribute 'NoSectionError' ``` I'm not even a dummy with Python, so I can't understand what's happening. Anyone can help me? Thanks in advance
kerem closed this issue 2026-02-25 20:34:31 +03:00
Author
Owner

@B16f00t commented on GitHub (Feb 16, 2020):

problem installing requirements #32

<!-- gh-comment-id:586716585 --> @B16f00t commented on GitHub (Feb 16, 2020): problem installing requirements #32
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whapa#42
No description provided.