Subham Saurav
CDCloudflare Developers
•Created by Subham Saurav on 4/28/2024 in #workers-help
Why i can't able to import requests module??
2 replies
CDCloudflare Developers
•Created by Subham Saurav on 4/23/2024 in #workers-help
Node Package Compatibility
2 replies
CDCloudflare Developers
•Created by Subham Saurav on 2/14/2024 in #general-help
Cloudflare Workers proxy for Web Scraping?
For Web Scraping can i use cloudflare workers as a reverse proxy? Does it really help to prevention of ip block of target server? (want to use it for https://pypi.org/project/instagrapi)
13 replies
CDCloudflare Developers
•Created by Subham Saurav on 10/26/2023 in #workers-help
Getting Error While Using Python in Workers
i cloned https://github.com/cloudflare/python-worker-hello-world and installed all prerequisite
ERROR in ./index.py 1:0-38
Module not found: Error: Can't resolve './targetindex.js' in 'C:\Users\mysel\OneDrive\Desktop\test\python-worker-hello-world'
resolve './targetindex.js' in 'C:\Users\mysel\OneDrive\Desktop\test\python-worker-hello-world'
using description file: C:\Users\mysel\OneDrive\Desktop\test\python-worker-hello-world\package.json (relative path: .)
Field 'browser' doesn't contain a valid alias configuration
using description file: C:\Users\mysel\OneDrive\Desktop\test\python-worker-hello-world\package.json (relative path: ./targetindex.js)
no extension
Field 'browser' doesn't contain a valid alias configuration
C:\Users\mysel\OneDrive\Desktop\test\python-worker-hello-world__targetindex.js doesn't exist
.js
Field 'browser' doesn't contain a valid alias configuration
C:\Users\mysel\OneDrive\Desktop\test\python-worker-hello-world__targetindex.js.js doesn't exist
.json
Field 'browser' doesn't contain a valid alias configuration
C:\Users\mysel\OneDrive\Desktop\test\python-worker-hello-world__targetindex.js.json doesn't exist
.wasm
Field 'browser' doesn't contain a valid alias configuration
C:\Users\mysel\OneDrive\Desktop\test\python-worker-hello-world__targetindex.js.wasm doesn't exist
as directory
C:\Users\mysel\OneDrive\Desktop\test\python-worker-hello-world__target__index.js doesn't exist
webpack 5.76.0 compiled with 1 error in 1081 ms
X [ERROR] Command failed with exit code 1: npm run build
If you think this is a bug then please create an issue at https://github.com/cloudflare/workers-sdk/issues/new/choose
1 replies
CDCloudflare Developers
•Created by Subham Saurav on 10/26/2023 in #workers-help
Getting error while using python worker hello world repo
1 replies