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

Remove update_checker #51

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

peterbarker
Copy link
Contributor

Doesn't work on Python3 and would probably annoy more people than it helps if it was working.

Traceback (most recent call last):
  File "/home/pbarker/.local/lib/python3.10/site-packages/dronecan_gui_tool/update_checker.py", line 157, in do_background_check
    update_reference = _do_pip_check()
  File "/home/pbarker/.local/lib/python3.10/site-packages/dronecan_gui_tool/update_checker.py", line 84, in _do_pip_check
    data = json.loads(data.decode('utf8'), encoding='utf8')
  File "/usr/lib/python3.10/json/__init__.py", line 359, in loads
    return cls(**kw).decode(s)
TypeError: JSONDecoder.__init__() got an unexpected keyword argument 'encoding' 2024-01-12 11:27:37,946 INFO dronecan_gui_tool.update_checker Update checker stopped

Doesn't work on Python3 and would probably annoy more people than it helps if it was working.

Traceback (most recent call last):
  File "/home/pbarker/.local/lib/python3.10/site-packages/dronecan_gui_tool/update_checker.py", line 157, in do_background_check
    update_reference = _do_pip_check()
  File "/home/pbarker/.local/lib/python3.10/site-packages/dronecan_gui_tool/update_checker.py", line 84, in _do_pip_check
    data = json.loads(data.decode('utf8'), encoding='utf8')
  File "/usr/lib/python3.10/json/__init__.py", line 359, in loads
    return cls(**kw).decode(s)
TypeError: JSONDecoder.__init__() got an unexpected keyword argument 'encoding'
2024-01-12 11:27:37,946 INFO dronecan_gui_tool.update_checker Update checker stopped
@tridge tridge merged commit b9d6b1f into dronecan:master Mar 21, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants