ZeroNetX / ZeroNet

ZeroNetX - Decentralized websites using Bitcoin crypto and BitTorrent network
https://zeronet.dev
Other
212 stars 32 forks source link

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

Open tkbstudios opened 1 year ago

tkbstudios commented 1 year ago

Step 1: Please describe your environment

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: