cost 96 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 ...

在 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 ),向事件添加侦听器等。我尝试了两种方法来实现 ...

为什么 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 & 除了下面的每个属性之外,还有其他解决方案吗? 我很感激任何建议。 ...

如何获取客户 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