Karim Mohammadi

Results 15 comments of Karim Mohammadi

@ddx32 Hi. Its may. The project is configured to use Webpack and TS, but in **tsconfig.json**, **jsx** is set to **preserve** and **@babel/preset-react** is not used.

I get this error: `Application entry file "main.js" in the "C:\Users\Lion\Desktop\electron-app\dist\win-unpacked\resources\app.asar" does not exist. `

It seems with `url = https://t.me/v/?views= + key` in `addViewToPost` function, the problem will be fixed!

@jburagev, try: ``` r = requests.request("GET", url, params=querystring, proxies={'https':proxy}) cookie = r.headers['set-cookie'].split(';')[0] key = r.text.split('data-view="')[1].split('"')[0] if 'stel_ssid' in cookie: return {'key':key,'cookie':cookie} else: return False ``` after getting *key* and *cookie*,...

**Google Tag Manager** snippet code was inserted in my case at the end of other meta tags, which caused the same problem. The problem was solved after moving GTM snippet...

I use Windows 7 64bit - R x64 version 3.2.1

I have installed Python Version 2.7.9

It's recommended seriously. I have not found any alternative. thank you.

Same issue with Next.js v12