Wsparcie The Movie Database

This works just fine when I test it on the documents page.

$headers=@{} $headers.Add("accept", "application/json") $headers.Add("Authorization", "Bearer <TOP SECRET NUMBER>") $response = Invoke-WebRequest -Uri 'https://api.themoviedb.org/3/search/movie?query=Bosko%2C%20the%20Talk-Ink%20Kid&include_adult=false&language=en-US&page=1' -Method GET -Headers $headers

But when I try testing it via a PS 7 terminal, I just get an error saying it can't parse the hostname. I even tried it with "$SearchTerm" being a single word to see if it was special characters throwing it off. I'm sure it's just a syntax problem. Might be something odd about the latest Powershell update. But I'm not savvy enough to sort it out myself.

$TMDBBaseUri = "https://api.themoviedb.org/3/search/movie?query=" $TMDBBearer = <TOP SECRET NUMBER> $SearchTerm = "Bosko, the Talk-Ink Kid" $TargetUrl = $TMDBBaseUri + $SearchTerm + "&include_adult=false&language=en-US&page=1" $headers=@{} $headers.Add("accept", "application/json") $headers.Add("Authorization", "Bearer $TMDBBearer") $response = Invoke-WebRequest -Uri '$TargetUrl' -Method GET -Headers $headers

Throws this error.

Invoke-WebRequest: Line | 4 | $response = Invoke-WebRequest -Uri '$TargetUrl' -Method GET -Headers … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Invalid URI: The hostname could not be parsed.

I hope this comes out better than the preview shows. Code keeps lining up in a string instead of a block.

1 odpowiedź (strona 1 z 1)

Jump to last post

I finally managed to sort it out.

Nie możesz znaleźć filmu lub serialu? Zaloguj się, aby go utworzyć.

Globalny

s zaznacz pasek wyszukiwania
p otwórz menu profilu
esc Zamknij otwarte okno
? otwórz okno skrótów klawiszowych

On media pages

b go back (or to parent when applicable)
e przejdź do strony edycji

On TV season pages

(prawa strzałka) przejdź do następnego sezonu
(lewa strzałka) przejdź do poprzedniego sezonu

On TV episode pages

(prawa strzałka) przejdź do następnego odcinka
(lewa strzałka) przejdź do poprzedniego odcinka

On all image pages

a otwórz okno dodawania obrazu

On all edit pages

t open translation selector
ctrl+ s prześlij formularz

On discussion pages

n otwórz nową dyskusję
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r odpowiedz na dyskusję
l przejdź do ostatniej odpowiedzi
ctrl+ enter wyślij swoją wiadomość
(prawa strzałka) następna strona
(lewa strzałka) poprzednia strona

Ustawienia

Want to rate or add this item to a list?

Zaloguj