cfillion / reapack

📦 Package manager for REAPER
https://reapack.com
GNU Lesser General Public License v3.0
328 stars 21 forks source link

Loading repositories #86

Closed kirschkematthias closed 2 months ago

kirschkematthias commented 2 months ago

since short time I have problems to download any script for Reaper. I'm running MacOs 15 on an M3 MacBook Pro with the newest version of Reaper, SWS and Reapack. Also some scripts I have downloaded before are not showing up anymore, they are running but nothing happens, no gui etc.

many greetings

Matthias

following errors appear:

https://reapack.com/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://github.com/ReaTeam/ReaScripts/raw/master/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://github.com/ReaTeam/Themes/raw/master/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://raw.githubusercontent.com/ReaTeam/Extensions/master/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://bitbucket.org/kawaCat/reascript-m2bpack/raw/master/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://github.com/GoranKovac/ReaScripts/raw/master/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://github.com/Audiokinetic/Reaper-Tools/raw/main/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://github.com/Neutronic/ReaScripts/raw/master/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://github.com/RobU23/ReaScripts/raw/master/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://nvk.tools/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://github.com/IXix/JSFX/raw/master/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://raw.githubusercontent.com/TukanStudios/TUKAN_STUDIOS_PLUGINS/main/index2.xml: HTTP response code said error (22): The requested URL returned error: 405

https://github.com/jeremybernstein/ReaScripts/raw/main/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://raw.githubusercontent.com/Bird-Bird/ReaScript_Testing/main/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://raw.githubusercontent.com/iliaspoulakis/Reaper-Tools/master/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://github.com/TeamAudio/reascripts/raw/main/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://github.com/Sonic-Anomaly/Sonic-Anomaly-JSFX/raw/master/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://bitbucket.org/kawaCat/kawascript2/raw/master/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://github.com/helgoboss/reaper-packages/raw/master/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://bit.ly/2XnYrQ9: HTTP response code said error (22): The requested URL returned error: 405

https://acendan.github.io/reascripts/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://github.com/tormyvancool/TormyVanCool_ReaPack_Scripts/raw/master/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://github.com/X-Raym/REAPER-ReaScripts/raw/master/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://raw.githubusercontent.com/MichaelPilyavskiy/ReaScripts/master/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://github.com/ReaTeam/LangPacks/raw/master/index.xml: HTTP response code said error (22): The requested URL returned error: 405

https://github.com/ReaTeam/JSFX/raw/master/index.xml: HTTP response code said error (22): The requested URL returned error: 405

cfillion commented 2 months ago

405 is the HTTP error code for "Method Not Allowed". All of the URLs listed above properly responds to GET (<-- the method) requests as sent by ReaPack. This suggests there is something sitting between ReaPack/REAPER and the web blocking the connection and emitting that error.

A firewall or proxy server on your computer/network, maybe?

Also some scripts I have downloaded before are not showing up anymore, they are running but nothing happens, no gui etc.

This sounds like a separate problem. Can you list the scripts in question?

kirschkematthias commented 2 months ago

When I go to Manage Repositories under Network settings I found This Address: https://bit.ly/2XnYrQ9 I don't know if this is right.

The other Problem I got with rodilab_color palette When I run it, nothing happens, just under action menu I see that it is running.:

SCR-20240904-mwsf

many greetings Matthmany greetings

Matthias

cfillion commented 2 months ago

When I go to Manage Repositories under Network settings I found This Address: https://bit.ly/2XnYrQ9 I don't know if this is right.

It's the cause of the 405 errors. A repository URL should not be in the proxy server field. The field should be empty.

The other Problem I got with rodilab_color palette When I run it, nothing happens, just under action menu I see that it is running.:

This seems to be an issue with macOS 15 beta breaking ReaImGui graphics. Try selecting OpenGL instead of Metal as the renderer in Preferences > Plug-ins > ReaImGui.

kirschkematthias commented 2 months ago

Ok. After killing the url the errors disapeared, Now the only problem is to load the repository from Sexon: https://github.com/GoranKovac/ReaScripts/raw/master/index.xml On my old i7 Mac I don't have problems with the url.

Thank you for your quick answer.

many greetings Matthmany greetings

Matthias

cfillion commented 2 months ago

Ok. After killing the url the errors disapeared, Now the only problem is to load the repository from Sexon: https://github.com/GoranKovac/ReaScripts/raw/master/index.xml

What is the new error message? The URL itself is correct.

kirschkematthias commented 2 months ago

There is no error message, it seems to load, but very quick the window closes, and the scripts are not there. Looking in the actions list there are only three action from sexan, and I can't find the Paranormal FX Router:

SCR-20240904-obyq

on my old computer it looks like this:

SCR-20240904-obat

many greetings

Matthias

cfillion commented 2 months ago

Looking in the actions list there are only three action from sexan, and I can't find the Paranormal FX Router:

You can install the remaining ones from ReaPack > Browse packages. You might have the auto-install option ("Install new packages when synchronizing") enabled on the other computer.

There is no error message, it seems to load, but very quick the window closes

This is likely the same issue with macOS 15 and ReaImGui as rodilab's Color palette above.

kirschkematthias commented 2 months ago

The packes will not install, sorry. Just the three ....... Now I get Installed some of the packeges and I got the same GUI problem.

Thanks a lot for your help.

many greetings

Matthias

cfillion commented 2 months ago

(Closing this since the original question is solved and the remaining GUI problem is not related to ReaPack. Hopefully Apple will fix whatever they broke in macOS 15 before its final release. In case, I'll setup a macOS 15 VM to debug this in the next few weeks...)

cfillion commented 1 month ago

I've just released ReaImGui v0.9.3 with a fix for issue with macOS 15 "Sequoia". Run ReaPack > Synchronize packages and restart REAPER to get the update.

kirschkematthias commented 1 month ago

Thank you so much. No it works perfect!!!

many greetings

Matthias

A garden is finished when there is nothing left to remove.

Matthias Kirschke

Potsdamer Str. 100 10785 Berlin Germany

mobil:+49 171 6535862

@.***

Am 19.09.2024 um 08:15 schrieb Christian Fillion @.***>:

I've just released ReaImGui v0.9.3 with a fix for issue with macOS 15 "Sequoia". Run ReaPack > Synchronize packages and restart REAPER to get the update.

— Reply to this email directly, view it on GitHub https://github.com/cfillion/reapack/issues/86#issuecomment-2360079060, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHUMU733M3MUEUU4VMJNUETZXJTXJAVCNFSM6AAAAABNUBP4LWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRQGA3TSMBWGA. You are receiving this because you authored the thread.