Url problem?

Just starting out? Need help? Post your questions and find answers here.
User avatar
minimy
Enthusiast
Enthusiast
Posts: 630
Joined: Mon Jul 08, 2013 8:43 pm
Location: off world

Url problem?

Post by minimy »

Hi, i have a little problem with webgadget.
I put this URL:
http://actualidad.rt.com/static/embed/envivo.html

and the gadget show this:

Error loading player:
Could not load player configuratión.

What is the problem, how can solve this?

Thanks!
If translation=Error: reply="Sorry, Im Spanish": Endif
User avatar
falsam
Enthusiast
Enthusiast
Posts: 632
Joined: Wed Sep 21, 2011 9:11 am
Location: France
Contact:

Re: Url problem?

Post by falsam »

Strange. I tried and I have no problem.

Code: Select all

Enumeration
  #Mainform
  #Navigator
EndEnumeration

OpenWindow(#Mainform, 0, 0, 500, 400, "", #PB_Window_SystemMenu|#PB_Window_ScreenCentered)
WebGadget(#Navigator, 10, 10, 480, 380, "http://actualidad.rt.com/static/embed/envivo.html")

Repeat : Until WaitWindowEvent(100) = #PB_Event_CloseWindow

➽ Windows 11 64-bit - PB 6.21 x64 - AMD Ryzen 7 - NVIDIA GeForce GTX 1650 Ti

Sorry for my bad english and the Dunning–Kruger effect 🤪
User avatar
minimy
Enthusiast
Enthusiast
Posts: 630
Joined: Mon Jul 08, 2013 8:43 pm
Location: off world

Re: Url problem?

Post by minimy »

Hi Falsam thanks for help.
I use mozilla as default browser, may be this?
If translation=Error: reply="Sorry, Im Spanish": Endif
Thade
Enthusiast
Enthusiast
Posts: 266
Joined: Sun Aug 03, 2003 12:06 am
Location: Austria

Re: Url problem?

Post by Thade »

Works fine on first test. Shows error at second and further tests ...
But only with that url.
YouTube and other streams always work.
--------------
Yes, its an Irish Wolfhound.
Height: 107 cm; Weight: 88 kg
User avatar
minimy
Enthusiast
Enthusiast
Posts: 630
Joined: Mon Jul 08, 2013 8:43 pm
Location: off world

Re: Url problem?

Post by minimy »

Yes its true and thanks for help.
If translation=Error: reply="Sorry, Im Spanish": Endif
Post Reply