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

Unhandled exception: AttributeError: 'dict' object has no attribute 'trackers' #218

Open
tkbstudios opened this issue Jul 5, 2023 · 0 comments

Comments

@tkbstudios
Copy link

Step 1: Please describe your environment

  • ZeroNet version: v0.8.5(4625) - Feb 11
  • Operating system: Windows 11Version 10.0.22621 Build 22621
  • Web browser: Brave
  • Tor status: always
  • Opened port: no
  • Special configuration: /

Step 2: Describe the problem:

Get a box saying

Steps to reproduce:

  1. Let ZeroNetX launch on windows startup

Observed Results:

Got an error box with the following error when reporting:

Traceback (most recent call last):
  File "C:\Users\***\Desktop\ZeroNet\core\zeronet.py", line 16, in main
    import main
  File "C:\Users\***\Desktop\ZeroNet\core\src\main.py", line 30, in <module>
    config.parse(silent=True)  # Plugins need to access the configuration
  File "C:\Users\***\Desktop\ZeroNet\core\src\Config.py", line 416, in parse
    self.loadTrackersFile()
  File "C:\Users\***\Desktop\ZeroNet\core\src\Config.py", line 316, in loadTrackersFile
    self.trackers = self.arguments.trackers[:]
AttributeError: 'dict' object has no attribute 'trackers'

Expected Results:

  • ZeroNetX starting up without errors
marek22k pushed a commit to marek22k/ZeroNet that referenced this issue Oct 30, 2023
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