N
N
NastyClam2019-03-13 14:56:36
Python
NastyClam, 2019-03-13 14:56:36

How to bypass Flood Control VK music?

I'm trying to get a link to the audio by clicking under the application, I pass client_id and client_secret to the authorization method, I get a token, then using this token I send a post request, the error
"error": {"error_code": 9,"error_msg":"Flood control" "
In the headers I pass the user agent of the application. Do I need to pass some additional specific parameters or what am I doing wrong?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Aves, 2016-11-14
@Aves

webpack.github.io/docs/webpack-dev-server.html#inl...
Make entry an array and add it first"webpack-dev-server/client?http://localhost:8080/"

B
Bowen, 2016-11-14
@Bowen

Hot Module Replacement.
PS For react, there were either modules or loaders. Google it.

M
Maxim, 2016-11-15
@maxfarseer

in the section with loaders:

{
        test: /\.js$/,
        loaders: ['react-hot', 'babel'],
        //include/exclude и тд
      },

in the plugins section:
plugins: [
    new WebpackNotifierPlugin, // и другие...
    new webpack.HotModuleReplacementPlugin()
  ],

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question