cost 227 ms
嘗試為 SoundCloud API 生成自定義播放按鈕

[英]Trying to generate custom play button for SoundCloud API

我在 Elementor 中嘗試使用 SoundCloud API,但由於我對 JS 的了解很少,我無法解決問題。 我試圖實現自定義播放/停止按鈕。 我添加了一個播放圖標,它變成了一個停止圖標它開始按應有的方式播放,但現在並沒有停止。 因此,當我單擊 ID 為#playBPP的圖標時效果很好,但是當 ...

從 soundcloud 播放列表中簡單獲取在 postmann 中效果很好。 但是 Fetch 返回狀態 200 但沒有響應

[英]Simple get from soundcloud playlist works well in postmann. But Fetch returns status 200 yet no response

所以我使用 GET 方法和 Fetch 從 soundcloud 獲取一些數據。 在 postman 中,它工作正常。 但是當我使用 Fetch 時,我得到 Status:200 但是:“無法加載響應數據:沒有找到具有給定標識符的資源的數據” 這是我的網絡響應:網絡響應這是我在 Postman 中得 ...

Soundcloud API - 身份驗證通過 curl 起作用,但不能通過 Python 腳本起作用?

[英]Soundcloud API - authentication works via curl, but not via Python script?

我可以使用 curl 成功進行身份驗證並獲得訪問 + 刷新令牌,但我的 Python 身份驗證腳本不起作用並返回 401 錯誤。 client_id和client_secret是正確的,因為我有一個執行查詢的腳本——只要我有訪問令牌,它就可以正常運行。 由於查詢腳本運行沒有問題,我不確定身份驗證 ...

解決“SC.Widget function 應給出 iframe 元素或指定 iframe 元素的 id 屬性的字符串”的錯誤?

[英]Resolving the error of "SC.Widget function should be given either iframe element or a string specifying id attribute of iframe element"?

上下文:這是一個 Soundcloud API javascript 和 iframe 當您通過鏈接 ZE0542F579DFADE310F21 播放 soundcloud 鏈接的正確聲音時。 Problem: The problem is that I get an error saying ...

SoundCloud 登錄問題 Selenium Chromedriver Python

[英]SoundCloud login problem with Selenium Chromedriver Python

我正在嘗試使用 Selenium Chromedriver Python 登錄 SoundCloud。 但是我在按下登錄按鈕時收到以下消息。 我們的機器人認為你是機器人。 請查看附件圖片以獲取更多信息。 我在我的 chromedriver 中使用以下代碼: 誰能告訴我如何繞過這個問題登錄到 So ...

Soundcloud API:播放正確的聲音

[英]Soundcloud API: Playing correct sound

上下文:這是一個 Soundcloud API javascript 和 iframe 在您通過鏈接時播放 soundcloud 鏈接的聲音。 鏈接被輸入到一個表格中,這樣您就知道了。 問題:問題是當我通過輸入到表格的鏈接上進行 hover 時,即說我在表格中放置了多個鏈接(每個鏈接到不同的聲音)但 ...

SoundCloud 是否在沒有通知的情況下撤銷了 API?

[英]Did SoundCloud revoke APIs without notice?

我有一段時間沒有使用我們的 soundcloud API,我剛剛注意到我們的應用程序不再在 soundcloud 配置文件下注冊。 誰能解釋為什么? API 密鑰不再起作用也就不足為奇了。 謝謝, ...

在 react-native-webview 中嵌入 SoundCloud 小部件的最佳方法是什么?

[英]What is the best way to embed a SoundCloud widget in react-native-webview?

所以基本上正如標題所暗示的那樣。 我的應用程序中有一個react-native-webview組件,我希望它通過 SoundCloud小部件顯示一個 SoundCloud 播放器。 我還想使用小部件 API 公開的可用方法(例如getDuration ),向事件添加偵聽器等。我嘗試了兩種方法來實現 ...

當有人在 soundcloud 上發帖時打印

[英]print when a person posts on soundcloud

我試圖讓它提醒我(在控制台中,我稍后將添加一個 discord 機器人)每當我的朋友發布到 SoundCloud 時,我希望獲得歌曲鏈接和有關它的信息,但我不能這樣做沒有完成基礎知識。 我查看了 SoundCloud API 文檔,最接近此的是列出歌曲。 我不知道從哪里開始。 ...

為什么 Selenium/Chrome 驅動程序沒有在我自動登錄的情況下打開網站

[英]Why doesnt Selenium/Chrome Driver open websites with me auto logged in

你們知道谷歌如何讓你登錄不同的網站嗎? 每當我使用 Selenium/Chrome 驅動程序並將其 go 安裝到我已經登錄的網站時,它就像我是一個新用戶,我必須擁有 Selenium Z34D1F91FB2E514B8576FAB1A75A8,在某些情況下,可以通過簽名工作因為有些網站阻止我使用 s ...

如何切換到 Iframe 並使用 Selenium 在字段中輸入文本

[英]How do I Switch to Iframe and enter text in field with Selenium

我試圖在 Selenium 和 python 中構建機器人,登錄到 SoundCloud 並從它們執行一些其他任務。 我已經讓 selenium 單擊登錄按鈕,但是從那里我無法讓 selenium 單擊輸入字段並在隨后的 iframe 中輸入文本以發送電子郵件,有人可以給我一些建議嗎? :) ...

如何不對總是多次拋出相同異常的每個屬性進行嘗試和除外?

[英]How to not try and except for each attribute that always throw the same exception many times?

我正在做這個項目來解析 Soundcloud 的 HTML。 我想使用 selenium 抓取軌道數據。 例如,我想獲取流派、播放次數、喜歡次數、...如果屏幕上沒有顯示任何屬性,我想為其分配“無”。 除了 try & 除了下面的每個屬性之外,還有其他解決方案嗎? 我很感激任何建議。 ...

使用來自 JS 庫的 SC.Get(),因為標頭中的 OAuth 令牌更新

[英]Using SC.Get() from the JS library since the OAuth token in header update

由於 SC Dev 的OAuth Tokens from URL to Header更新我無法讓 javascript SDK 的 SC.Get() 函數工作,因為它似乎在 URL 中傳遞 OAuth 令牌而不是導致 401 錯誤的標頭. 這是意料之中的還是我錯過了什么? 是否可以通過屬性設置標題 ...

API 更新后如何修復 SoundCloud 播放器?

[英]How to fix SoundCloud player since API updates?

我一直在使用這段代碼,通過他們的 API 構建從 hrefs 到曲目的自定義 SoundCloud 播放器: https://codepen.io/nicholaspetersen/pen/yyVYMY 它運行良好,直到 SoundCloud 改變了他們的 API 授權方式,如下所述: h ...

Soundcloud API 身份驗證總是拋出“401 - 未經授權”

[英]Soundcloud API authentication always throws “401 - Unauthorized”

由於 Soundcloud API 的新更新,我正在嘗試更新我的代碼中的身份驗證流程(該項目使用的是 login 和 password )。 但是我被一個問題擋住了,我正在失去理智。 我按照此頁面上的說明進行操作: https : //developers.soundcloud.com/blog ...

通過 php 獲取從第一個鏈接產生的新鏈接

[英]Get the new link that results from the first link by php

我有以下 url https://w.soundcloud.com/player/?url=https://soundcloud.com/chrisbjerken/you-still-have-my-heart 當我點擊它時,我希望它更改為以下 url: https://w.soundcloud ...

如何獲取客戶 ID

[英]How can I get a client id

我想使用 Sound Cloud API 或 SDK 進行開發。 但是,目前無法在“注冊新應用”中創建新應用。 如果您能告訴我們如何創建應用程序或獲取客戶端 ID,我們將不勝感激。 ...

2020-12-18 06:24:06   1   176    soundcloud  

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM