[GH-ISSUE #140] Oturum geçersiz (clientIP) hatası #109

Open
opened 2026-03-02 04:06:55 +03:00 by kerem · 0 comments
Owner

Originally created by @necoakdogan on GitHub (Nov 23, 2024).
Original GitHub issue: https://github.com/furkankadioglu/efatura/issues/140

Selamlar. Aşağıdaki yapı local'de sorunsuzca çalışıyor iken sunucuya geçtiğimde maalesef Oturum geçersiz (clientIP) hatası veriyor ve zip dosyasını indiremiyorum. Fatura kesme, html fatura çıktısı alma vs gibi tüm işlemleri sorunsuz yapabiliyorum ancak faturanın zip dosyasını maalesef indiremiyorum.

Çözüm önerilerinize ihtiyacım var. Şimdiden teşekkürler.

$client = new InvoiceManager();
$client->setUsername("XXX")->setPassword("XXX");
$token = $client->connect();
$oldInvoice = new Invoice();
$oldInvoice->setUuid("$gibcode");
$downloadUrl = $client->setInvoice($oldInvoice)->getDownloadURL();

Originally created by @necoakdogan on GitHub (Nov 23, 2024). Original GitHub issue: https://github.com/furkankadioglu/efatura/issues/140 Selamlar. Aşağıdaki yapı local'de sorunsuzca çalışıyor iken sunucuya geçtiğimde maalesef Oturum geçersiz (clientIP) hatası veriyor ve zip dosyasını indiremiyorum. Fatura kesme, html fatura çıktısı alma vs gibi tüm işlemleri sorunsuz yapabiliyorum ancak faturanın zip dosyasını maalesef indiremiyorum. Çözüm önerilerinize ihtiyacım var. Şimdiden teşekkürler. $client = new InvoiceManager(); $client->setUsername("XXX")->setPassword("XXX"); $token = $client->connect(); $oldInvoice = new Invoice(); $oldInvoice->setUuid("$gibcode"); $downloadUrl = $client->setInvoice($oldInvoice)->getDownloadURL();
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/efatura#109
No description provided.