Jump to content

Search the Community

Showing results for 'localhost'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • News & Announcements
    • Product Release Info
    • Frequently Asked Questions
  • Cakewalk Products
    • Cakewalk Sonar
    • Cakewalk Next
    • Cakewalk by BandLab
    • Instruments & Effects
    • Feedback Loop
  • Community
    • Content
    • Tutorials
    • Songs
    • General Music Discussion

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 13 results

  1. 11 days of my subscription left... boy this is why I hate subscriptions ?
  2. A couple days ago, I opened up Cakewalk and it said I needed to activate it even though it already was beforehand. It opened up Chrome and told me to log into BandLab and I try to do so but I keep getting a localhost error. I contacted support and they told me to uninstall BandLab Assistant and gave me an older version (v2023.09) along with two registry files that allow me to activate in-app and switch back to the web browser-based authentication, I've tried activating it in-app but I get an error that says "Unable to connect Check internet" despite my internet being fine. Does anyone know how I can fix this or is having the same problem?
  3. pc gaming: STEAM] (Game) NiGHTS Into Dreams SEGA - Freebie - read how redeem Type email id, select Steam, Log in and once you click "accept" game ends up in library - you will have 3000 error but Once you get the error, replace http://localhost:3000 in the url with https://www.sega60th.com, press enter, and it will work. https://www.sega60th.com/register ******************************************************************* GOG: Witcher: Enhanced Edition for FREE Instructions 1. Add Gwent to your library on GOG 2. Visit the giveaway page and subscribe. 3. Then go to The Witcher page to unlock the game. ****************************************************************** [Microsoft] (Game) : Planet Craft: Mine Block Craft https://www.microsoft.com/en-us/p/planet-craft-mine-block-craft/9mzvh31zvmv4?activetab=pivot:overviewtab ******************************************************************************************************************************* [IndieGala] Zombies Killer Machine ( 100% OFF / FREE ) - update 13.6.2024 https://freebies.indiegala.com/zombies-killer-machine ************************************************************************************* [Indiegala] (Game) Soul Valley https://freebies.indiegala.com/soul-valley *********************************************************************** [Itch.io](Game) Me and My Eldritch Parasite here is redeem free until 29.6.2024 https://apehardware.itch.io/m-a-m-e-p ***************************************************************** FoxTrot free game for 5 days from now 11.6.2024 https://astra-games-studios.itch.io/foxtrot ******************************************************* Black Desert Online Traveler Edition Key Giveaway - 2000 key left https://www.alienwarearena.com/ucf/show/2167578/boards/contest-and-giveaways-global/Giveaway/black-desert-online-traveler-edition-key-giveaway-2 ****************** ****************** update 11.6.2024 dlc for base game it was free 12/2023 on steam [Steam] Chatham Main Line - Train Simulator Classic DLC (Free / 100% off) DLC if you have base game 4 https://store.steampowered.com/app/1717657/Train_Simulator_Chatham_Main_Line_London_Victoria__Blackfriars__Dover__Ramsgate_Route_AddOn/ free dlc if you have base game on steam: Forza Motorsport Porsche 963 Combo Giveaway https://store.steampowered.com/app/2921330/Forza_Motorsport_Porsche_963_Combo/ ************************************************************************* New Itch freebie games: TmeZombie Remake+Horror Game: NEVREN+ExiDourus redeem free here all 3 https://itch.io/s/86526/bundle-sale ************************************************************************** ------------------------------------------------------------------------------------------------------------------------------------------------ xbox [XBOX - Microsoft Store] (Game) Tech Glitch https://www.xbox.com/en-US/games/store/tech-glitch/9nbhzd9j5nk8 ********************************************************************************* dlc for free for xbox you dont need base game Forza Motorsport Porsche 963 Combo Giveaway https://www.xbox.com/en-US/games/store/forza-motorsport-porsche-963-combo/9n8l4cb7v4fd and on steam too but steam want base game
  4. The issues with the localhost. This is not a valid name. It should be the main bandlad domain or a sub-domain there of. Either the value LocalHost should have been replaced by a dynamic value from a config file when the login URL is build and displayed to the end user or some one has hard coded it. Either way, it has nothing to do with firewalls. I have tried de-installing the software and re-installing and no change. I have now installed the newest version of BandLab assistance and it too is failing with the localhost URL. At least the older version of Bandland Assistant let you log in to BandLab.
  5. RE: Need Help Good afternoon, I went to the help dropdown and attempted to sign into Bandlab and the gosh darn help Bandlab sign-in accidentally got deleted. what are my options and instructions? This site can’t be reached localhost refused to connect. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_REFUSED I can't get Cakewalk to do anything...What is the exact step-by-step process to reactivate Cakewalk that is needed? Thank you very much for your time and consideration. Patrick Munce [redacted]
  6. msmcleod

    Bandlab cannot login

    The localhost address is the callback address for Cakewalk after successful login. Since Google removed OAuth support from browsers embedded in applications, this is how all OAuth based authentication works nowadays - i.e. the application launches a browser for the user to log in, then listens on localhost on a particular port for the final log in response.
  7. Actually what is happening is the local Bandlab Assistant is opening the Bandlab website in your browser to do auth, and then the Bandlab website is trying to reinvoke the local Bandlab Assistant to let it know that you've authorized. So localhost is the correct URL and there's nothing to worry about regarding devs 'forgetting' to update production URLs. The problem is browser HTTPS redirection and not being able to verify the local certificate, which Chrome and Chrome-based browsers seem pretty insistent on despite having settings specifically for localhost. I had this problem and managed to get past it by calling the auth URL using Postman with all the HTTPS settings set as leniently as possible.
  8. In my PC I have configured Firefox as the default browser. When I launch CbB it tries to log in (oauth) and fails with Firefox can’t establish a connection to the server at localhost:4342 If I change the system default browser to Edge and re-launch CbB it works ok It is a pain that whenever I want to use CbB I need to start tweaking with the system settings and then change them back. Is there a configuration option in CbB for selecting which browser it will use for oauth (instead of the system default)?
  9. When clicking login from Bandlab Assistant v 6.4.0.2837 on Windows 10 20H2 a browser page is opened with url: "https://accounts.bandlab.com/oauth/connect/authorize?redirect_uri=http%3A%2F%2Flocalhost%3A4342%2Fcallback&client_id=bandlab_assistant&response_type=code&state=xxx&scope=openid%20offline_access&code_challenge=xxx&code_challenge_method=S256" which results in an error: localhost refused to connect. (state and code challenge replaced by xxx) Can't update Cakewalk. Can login with no issues to this site.
  10. rwbvR

    Bandlab cannot login

    When login to Bandlab, browser will redirect link to http://localhost:4342/, but it's not reachable. There is no such service listening port 4342. Firewall has set as allow the connection. System: Windows 10 21H1
  11. I'm having this problem too. I've uninstalled/re-installed. I've put Bandlab Assistant on my firewall and given it access and run as admin, nothing works. When I press the "Log In" button it always tries to open up the following link in my browser: http://localhost:4342/callback?code=71923C89ECDDB82E27F77865D994F2EEBE4AFE8673A4BDB1DA72A8E1655E625A&scope=openid offline_access&state=YnBIrU7RZs&session_state=ckYU-z_uPPfobhxcS6SQLIAYwUKxRbQDkEKLJuQQfWc.AA19AD300C19AEF14A69F8362C7A3425 This site can’t be reached.
  12. I have instaled CbB by no problem but when I open the app it ask for authorisation and that is the problem. Refresh within CbB freez everything and the other way go to Bandlab assistent which after login openup " localhost" page only. No login. So I have Cakewalk in demo mode. Any help ? Thank you.
  13. Login ways me to localhost and nothing helps to change. I am not able after years of using CbB to Authorise again. I have an internet connection and valid user account. Any advice? Thanks....
×
×
  • Create New...