octa.py
07/29/2025, 8:04 AMgetdataforme
07/29/2025, 7:58 AMChillyfeely
07/28/2025, 7:04 PMYou have used up all of your prepaid usage. Anything over the plan limit will be charged as overage.
and when I go to Billing section I get an overage of 7.92$ and where the site says When you run out of prepaid usage, any extra usage will be charged as overage.
But we did not exceed 85$ of usage. Is this some sort of visual bug or will we get an invoice for this?
https://cdn.discordapp.com/attachments/1399467477406191808/1399467477565702246/image.png?ex=68891b27&is=6887c9a7&hm=d1d79ff3ae742b5e5ca2f388858a690d3bef4510b6d1b0ddd360651024da2e21&
https://cdn.discordapp.com/attachments/1399467477406191808/1399467477783810209/image.png?ex=68891b27&is=6887c9a7&hm=5d634ddda5054a0c65a03425dc4d4d2596de565bb7ba658dcad04482710e4282&!!!Joefree!!! π
07/28/2025, 12:03 PMStrijdhagen
07/27/2025, 9:25 AM!!!Joefree!!! π
07/27/2025, 4:25 AM{
"title": "",
"type": "object",
"schemaVersion": 1,
"required": [],
"properties": {
"filters.sort": {
"sectionCaption": "π Posts Filters",
"title": "Sort",
"type": "string",
"description": "",
"enum": [
"new",
"old"
],
"enumTitles": [
"Newest to oldest",
"Oldest to newest"
]
},
"filters.search": {
"title": "Search",
"type": "string",
"description": "π‘ Search posts",
"editor": "textfield"
},
"filters.types": {
"title": "Types",
"type": "array",
"description": "",
"editor": "select",
"items": {
"type": "string",
"enum": [
"text",
"image",
"video",
"audio",
"podcast",
"link",
"poll"
],
"enumTitles": [
"Text",
"Image",
"Video",
"Audio",
"Podcast",
"Link",
"Poll"
]
}
},
"filters.public": {
"title": "Yes",
"type": "boolean",
"description": "π‘ Public posts only",
"groupCaption": "Public"
}
}
}
filters.types
doesn`t show. Please check my actor : https://apify.com/jupri/your-actor-1
https://cdn.discordapp.com/attachments/1398883982816317440/1398883983118438400/image.png?ex=6886fbbb&is=6885aa3b&hm=652529dfebc597d956f5b7611203e1f6b4268a2bbece09241f396764aa0f7fb8&HolyClony
07/24/2025, 12:16 AMActor compute units 1.2214 $0.489
Dataset reads 0 $0.000
Dataset writes 99 $0.000
Key-value store reads 1 $0.000
Key-value store writes 5 $0.000
Key-value store lists 0 $0.000
Request queue reads 104 $0.000
Request queue writes 413 $0.008
Data transfer internal 0.02 GB $0.001
Data transfer external 0.00 GB $0.001
Proxy residential data transfer 0.00 GB $0.000
Proxy SERPs 0 $0.000
I am sending the event in the code...
await Actor.pushData(
{...},
'successfulItem'
);
Not sure why it doesn't use the right pricing model...!!!Joefree!!! π
07/23/2025, 4:50 PMtomhaverford
07/22/2025, 4:13 PMPhong Thu
07/22/2025, 8:48 AMDhrumil
07/21/2025, 3:36 AMazzouzana
07/18/2025, 9:17 AM!!!Joefree!!! π
07/18/2025, 6:18 AMazzouzana
07/17/2025, 6:45 PM333mmm333
07/17/2025, 4:50 PMgolang
func NewApifyProxyClientFromEnv() (*ApifyProxyClient, error) {
hostname := os.Getenv("APIFY_PROXY_HOSTNAME")
port := os.Getenv("APIFY_PROXY_PORT")
password := os.Getenv("APIFY_PROXY_PASSWORD")
// Dump all environment variables for debugging
proxyClientLog.Debug("Dumping all environment variables:")
for _, env := range os.Environ() {
if strings.Contains(env, "APIFY_PROXY_PASSWORD") {
proxyClientLog.Debugf(" %s=********", strings.SplitN(env, "=", 2)[0])
} else {
proxyClientLog.Debugf(" %s", env)
}
}
if hostname == "" || port == "" || password == "" {
return nil, fmt.Errorf("APIFY_PROXY_HOSTNAME, APIFY_PROXY_PORT, or APIFY_PROXY_PASSWORD environment variables not set")
}
groups := []string{"BUYPROXIES94952"}
if groupsStr := os.Getenv("APIFY_PROXY_GROUPS"); groupsStr != "" {
groups = strings.Split(groupsStr, ",")
}
return NewApifyProxyClient(hostname, port, password, groups, "", ""), nil // Pass empty strings for session and country
}
INFO[2025-07-17T16:34:52Z] Assigned session-specific proxy groups-BUYPROXIES98951,session-global_pool_session_0:*********@10.0.47.64:8011 to session global-pool-session-0
I'm not sure what is wrong, this is beeing run inside the apify containers, i've checked that the envs are correct and tested using a simpler session name. i always get :
WARNING[2025-07-17T16:43:59Z] Worker: Request via proxy 10.0.90.88:8011 failed with status 403 (attempt 1/3). Retrying... component=httpclientMujeeb
07/15/2025, 9:04 PMzac
07/15/2025, 5:21 PMWARN PlaywrightCrawler: Reclaiming failed request back to the list or queue. Navigation timed out after 60 seconds.
Here's my proxy configuration:
{
useApifyProxy: true,
groups: ['RESIDENTIAL'],
countryCode: 'US'
}
azzouzana
07/12/2025, 2:24 PMMark Kalnitski
07/12/2025, 11:25 AMfierDeToiMonGrand
07/11/2025, 6:07 PMXeno
07/10/2025, 11:58 PMemdzej
07/10/2025, 5:15 PMRapidTech1898
07/06/2025, 1:00 PMRapidTech1898
07/05/2025, 5:45 PMAnswer Overflow
07/05/2025, 12:49 AMmerc
07/04/2025, 8:50 AMSamer
07/03/2025, 8:59 PMken00865
07/01/2025, 8:19 PMRapidTech1898
06/29/2025, 9:38 AMUserData
- serialized value may not be as expected [input_value=('electrician', 'Southamp...England,United Kingdom'), input_type=tuple])
return self.serializer.to_python(
How can i get rid off this warning?RapidTech1898
06/29/2025, 9:12 AM