Skip to content

vBot remove upstream version check#82

Merged
divinity76 merged 1 commit intoOTAcademy:masterfrom
divinity76:vbot-remove-version-check
Jan 20, 2026
Merged

vBot remove upstream version check#82
divinity76 merged 1 commit intoOTAcademy:masterfrom
divinity76:vbot-remove-version-check

Conversation

@divinity76
Copy link
Copy Markdown
Collaborator

vBot upstream has been abandoned, last commit was in 2022, PR's are being ignored (for example Vithrax/vBot#18 has been ignored since 2024)

and the check may cause sporadic network failures:

WARNING: [BOT] [vBot updater]: Unable to check version:
HttpSession timeout after 2 seconds
ERROR: TCP connection failed: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
ERROR: HttpSession unable to connect https://raw.githubusercontent.com/Vithrax/vBot/main/vBot/version.txt: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

vBot upstream has been abandoned, last commit was in 2022, PR's are being ignored (for example Vithrax/vBot#18 has been ignored since 2024)

and the check may cause sporadic network failures:

```
WARNING: [BOT] [vBot updater]: Unable to check version:
HttpSession timeout after 2 seconds
ERROR: TCP connection failed: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
ERROR: HttpSession unable to connect https://raw.githubusercontent.com/Vithrax/vBot/main/vBot/version.txt: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
```
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the upstream version check functionality from vBot due to the upstream project being abandoned (last commit in 2022) and causing sporadic network failures when attempting to check for updates.

Changes:

  • Removed HTTP-based version checking code that queried the upstream GitHub repository
  • Removed storage-based timestamp tracking for version checks
  • Removed UI elements that displayed update notifications
  • Retained the local version string and basic UI labels

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@divinity76 divinity76 merged commit a68ecf6 into OTAcademy:master Jan 20, 2026
6 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