line tag

53 questions


2 answers
423 views
0
I manage the file name as a number like 111.jpeg, and I want to re-number it all at once with xargs-n2mv, but some files will disappear.

ls1.jpeg2.jpeg3.jpeg11.jpeg12.jpeg13.jpeg101.jpeg102.jpeg103.jpegI want to increase the number by 2ls|seds/\.jpeg//|awk'{print$1.jpeg$1+2.jpeg}'1.jpeg 3.jpeg101.jpeg 103.jpeg102.jpeg 104.jpeg103.jpeg ...

1 years ago

1 answers
297 views
0
I want to parrot back on Line, but it doesn't come back.

Reference Sitehttps://gurishunin.com/line_gas_beginner/I'm a beginner.I copied the above site's code and put a channel access token (long term) in the access token.There is also a webnock setting and ...


1 answers
269 views
0
Cannot pip install pybluez-win10

I want to download pybluze-win10 to use Vitalino api, but it doesn't work.https://github.com/BITalinoWorld/revolution-python-api#prepare-pybluez-installation-on-windows-10After installing Python 3.4 b...


1 answers
111 views
0
About HTTPClient.wrapError for LINEBOT that functions, hosting in firebase.

Currently, I am trying to build LINE messaging API by functioning and hosting on firebase, but the callback on the webbook is 400 errors.But for some reason, they only return text message replies.Howe...

1 years ago

1 answers
95 views
0
I want to solve the NoMethodError that appears when I hit Gurunabi api with Ruby.

I want to earn information using Gurunabi API in LINEbot, so I write the code in ruby's controller file, but I am having trouble with the following error.I would appreciate your help.I, [2019-10-03T00...

1 years ago

1 answers
122 views
0
I would like to know how to deal with 401 errors when using LINE Messaging API on GAS.

When I run Webhook verification on LINE developers, the bot server returns a non-200 HTTP status code, which is troubling me with the error .Does anyone know the cause or solution?The results are as f...


3 answers
100 views
0
I want Linux to copy a large number of files while maintaining a directory structure.

To copy a file named *.x under source_dir (with the exception of files with different extensions such as *.y in the same directory hierarchy) to destination_dir while maintaining the directory structu...

1 years ago

1 answers
61 views
0
The external program does not return the correct value in subprocess.

I am trying to notify the temperature using the Line messaging API.I added the following code to the sample program here, and when I ran temperature from LINE, an error was thrown out.What should I do...

1 years ago

1 answers
50 views
0
LINE Message Retrieval

Would it be possible to use the LINE ID (not for BOT) that I usually use to notify other programs of messages from existing groups as strings?Looking at the homepage of the message API, I understand t...

1 years ago

1 answers
73 views
0
I want to set a short alias for a long command column in csh

When switching environments with python anaconda, it's troublesome to enter source~/.pyenv/versions/anaconda-4.0.0/bin/activate environment name in full path each time, so I don't know how to do it. I...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.