[BUG] SSL Wrong Version Number #25

Closed
opened 2025-04-09 15:00:16 +00:00 by tcsenpai · 0 comments
Owner

Originally created by @williamzeni99 on 2/23/2025

Checklist before submitting

Please make sure to check the following:

  • [ x] You are using the latest version of the project/repository.
  • [x ] The issue relates to a website or a specific functionality.
  • [x ] If the issue is related to a website, you have verified that the URL works correctly in your browser.

Describe the issue

When I try to download from streamingcommunity I have an SSL error.

Starting validation for URL: https://streamingcommunity.lu
Connection error: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1006)
Connection error: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1006)
❌ Error: Unable to determine valid domain or base URL.
The service might be temporarily unavailable or the domain may have changed.

The domain works in my browser. I have 'default api' disabled and this is my domains.json file

{
    "streamingcommunity": {
        "domain": "lu",
        "full_url": "https://streamingcommunity.lu/"
    },
   ...

Expected behavior

I expected to have the list of the available files to download as it worked last week

Screenshots

If applicable, attach screenshots that illustrate the issue.

Environment (please complete the following information):

  • OS: Linux
  • Version: Pop Os
  • Python: 3.11
  • Last commit downloaded: 05b34b60f2

I'm using a python environment with the version just uploaded v2.7.0

Additional context

Nothing noticeable

*Originally created by @williamzeni99 on 2/23/2025* ## Checklist before submitting Please make sure to check the following: - [ x] You are using the latest version of the project/repository. - [x ] The issue relates to a website or a specific functionality. - [x ] If the issue is related to a website, you have verified that the URL works correctly in your browser. ## Describe the issue When I try to download from streamingcommunity I have an SSL error. ``` Starting validation for URL: https://streamingcommunity.lu Connection error: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1006) Connection error: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1006) ❌ Error: Unable to determine valid domain or base URL. The service might be temporarily unavailable or the domain may have changed. ``` The domain works in my browser. I have 'default api' disabled and this is my domains.json file ``` { "streamingcommunity": { "domain": "lu", "full_url": "https://streamingcommunity.lu/" }, ... ``` ## Expected behavior I expected to have the list of the available files to download as it worked last week ## Screenshots If applicable, attach screenshots that illustrate the issue. ## Environment (please complete the following information): - OS: Linux - Version: Pop Os - Python: 3.11 - Last commit downloaded: 05b34b60f23b41f17ee71cfc8b89f1f93518b24c I'm using a python environment with the version just uploaded v2.7.0 ## Additional context Nothing noticeable
tcsenpai added the
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
labels 2025-04-09 15:00:16 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/StreamingCommunity#25
No description provided.