logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
DanielFrank  
#1 Posted : Sunday, January 12, 2025 9:19:01 PM(UTC)
DanielFrank

Rank: Newbie

Groups: Registered
Joined: 1/12/2025(UTC)
Posts: 2
Man
Denmark

Hi.

I'm fairly new to vMix, and I'm tinkering a bit with Titles and Data Sources.

I made this PHP page where I can create and administer JSON Data Sources, but when loading in a JSON URL, I get the error:

Quote:
ERROR: Remote server returned an error: (555)


The URL is:
https://app.danielfrank.dk/vmixds/api.php?name=test

Feel free to test it.

Can anyone tell me, what I might be doing wrong?
doggy  
#2 Posted : Monday, January 13, 2025 1:38:23 AM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,290
Belgium
Location: Belgium

Thanks: 296 times
Was thanked: 967 time(s) in 801 post(s)
Originally Posted by: DanielFrank Go to Quoted Post
Hi.

I'm fairly new to vMix, and I'm tinkering a bit with Titles and Data Sources.

I made this PHP page where I can create and administer JSON Data Sources, but when loading in a JSON URL, I get the error:

Quote:
ERROR: Remote server returned an error: (555)


The URL is:
https://app.danielfrank.dk/vmixds/api.php?name=test

Feel free to test it.

Can anyone tell me, what I might be doing wrong?


try
Code:
[
   {
    "fsdfdsf": "gggggg",
    "hej hej": "kklfdjsflksd fjdskl fjldsjf kdsf"
  }
]



and from the helpfiles: supports JSON data that is stored as an object array.

DanielFrank  
#3 Posted : Tuesday, January 14, 2025 6:26:45 AM(UTC)
DanielFrank

Rank: Newbie

Groups: Registered
Joined: 1/12/2025(UTC)
Posts: 2
Man
Denmark

Originally Posted by: doggy Go to Quoted Post


try
Code:
[
   {
    "fsdfdsf": "gggggg",
    "hej hej": "kklfdjsflksd fjdskl fjldsjf kdsf"
  }
]



and from the helpfiles: supports JSON data that is stored as an object array.



I tried that already, but it did not help. I still get the same error.
Salvatore  
#4 Posted : Tuesday, January 14, 2025 8:54:28 AM(UTC)
Salvatore

Rank: Advanced Member

Groups: Registered
Joined: 11/15/2021(UTC)
Posts: 78
Italy

Thanks: 8 times
Was thanked: 10 time(s) in 8 post(s)

try
Code:
[
   {
    "fsdfdsf": "gggggg",
    "hej_hej": "kklfdjsflksd fjdskl fjldsjf kdsf"
  }
]


Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.