vrchat-community / creator-companion

The Entry Point for Making Things in VRChat
https://vrchat.com/home/download
53 stars 354 forks source link

[BUG] Could not resolve package com.vrchat.base ~3.5.x- #474

Closed DrMajic closed 2 months ago

DrMajic commented 2 months ago

Describe the bug

Hi,

When i want to create a new project in VCC, i have this error with the log file below

2024-05-04 07:13:09.775 +02:00 [INF] VRCLibLogger Writing logs to C:\Users\axelv\AppData\Local\VRChatCreatorCompanion\Logs\20240504T071309-ef729b1d12364565add7598b0d8322b2-log.txt
2024-05-04 07:13:09.885 +02:00 [INF] Advertising VCC Api as VCCApi-e32befc9 on port 5477
2024-05-04 07:13:49.640 +02:00 [INF] Starting project creation...
2024-05-04 07:13:49.673 +02:00 [INF] Looking for Legacy Packages to Upgrade by Scanning Folders within com.vrchat.base
2024-05-04 07:13:49.709 +02:00 [ERR] Failed to add package com.vrchat.base: One or more errors occurred. (L’adresse demandée n’est pas valide dans son contexte. (github.com:443))
2024-05-04 07:13:49.715 +02:00 [ERR] Could not resolve package com.vrchat.base ~3.5.x-
2024-05-04 07:13:49.747 +02:00 [INF] Looking for Legacy Packages to Upgrade by Scanning Folders within com.vrchat.worlds
2024-05-04 07:13:49.757 +02:00 [ERR] Failed to add package com.vrchat.worlds: One or more errors occurred. (L’adresse demandée n’est pas valide dans son contexte. (github.com:443))
2024-05-04 07:13:49.758 +02:00 [ERR] Could not resolve package com.vrchat.worlds ~3.5.x-
2024-05-04 07:13:49.759 +02:00 [ERR] Could not resolve packages for new Project.
2024-05-04 07:13:49.760 +02:00 [INF] Project creation failed, check the logs for more information

Anyone have an idea of what I miss ?

To Reproduce

  1. Go to Create New project
  2. Add all info for your Name and repository
  3. Click for the creation
  4. Failed

Expected behavior

Creation off a new project

Screenshots

No response

Related Product

VCC (VRChat Creator Companion)

Product Version

2.2.5

OS

Windows 11

Additional context

No response

orels1 commented 2 months ago

Looks like VCC is having an issue connecting to GitHub where our packages are stored 🤔

DrMajic commented 2 months ago

Yes, that's what I understand from the log to. Any idea for resolving the problem ?

orels1 commented 2 months ago

I would try using something like Cloudflare WARP to see if that helps

DrMajic commented 2 months ago

Yes it works thanks